Award-Winning Computer Science Tutors
serving Reading, PA
Award-Winning
Computer Science
Tutors in Reading
Private 1-on-1 tutoring, weekly live classes for academic support, test prep & enrichment, practice tests and diagnostics, and more to elevate grades and test scores.
Based on 3.4M Learner Ratings
UniversitiesSchools & Universities
DeliveredHours Delivered
ProficiencyGrowth in Proficiency
Who needs tutoring?
No obligation. Takes ~1 minute.

Justin's PhD research in computational mathematics meant writing code daily — building simulations, implementing algorithms, and debugging in MATLAB and other languages. He teaches computer science concepts like data structures, recursion, and algorithmic complexity by connecting them to real computational problems rather than treating them as abstract definitions to memorize.

Isabella TA'd multiple computer science courses at MIT, so she's seen exactly where students get stuck — whether it's tracing recursive calls, understanding how data structures like linked lists and trees actually work in memory, or debugging logic errors in their code. She explains the underlying concepts so that writing correct programs becomes intuitive rather than trial-and-error. Rated 5.0 by students.
A Stanford MS in Computer Science means David can teach everything from data structures and algorithms to object-oriented design with the depth that comes from building real systems — not just reading about them. He spent a summer teaching web and app development to high school students in Palestine, so he knows how to make abstract CS concepts click through hands-on projects.
Earning a certificate in Statistics and Machine Learning at Princeton gave Julie hands-on experience with core computer science concepts — algorithm design, data structures, and computational complexity. She approaches CS the way she approaches philosophy: by asking students to reason through *why* a solution works, not just whether it compiles.
Building AI systems and low-level software at Stanford — in both Python and C++ — Kevin knows where the theoretical meets the practical in computer science. His biocomputation specialization means he can explain not just how to implement an algorithm, but why certain computational approaches work better for different problem domains. Rated 5.0 by students.
Margaret studies Computer Science at Stanford alongside Political Science, giving her a broad perspective on how computational thinking applies beyond just writing code. She breaks down core topics like data structures, algorithms, and recursion by connecting each one to real problems students can visualize. Rated 4.8 by her students.
Benjamin's finance and economics training at Notre Dame means he learned to code as a problem-solving tool — building models, analyzing datasets, and automating calculations — rather than through a traditional CS curriculum. That pragmatic entry point makes him effective at teaching programming logic and computational thinking to students who want to understand how code actually gets used in business and quantitative fields. Rated 5.0 by students.
Most CS tutors come from pure software backgrounds — Clive's path runs through economics at Brown, where he picked up Java, Python, JavaScript, SQL, and HTML as tools for data analysis and building real projects rather than just completing problem sets. That applied angle makes him especially effective at teaching programming fundamentals and web technologies to students who learn better when code solves a tangible problem.
Pursuing a CS master's at Penn while TAing discrete math means Keenan lives in both the theoretical and practical sides of computer science every day. He unpacks core topics like algorithm complexity, data structure tradeoffs, and computational logic in a way that connects abstract ideas to real code. Rated 5.0 across all sessions.
Corrina's mechanical engineering degree required extensive programming coursework, and she now teaches core computer science concepts — data structures, algorithms, Boolean logic, and computational thinking — in a way that makes abstract ideas tangible. She connects each concept to real applications, whether that's sorting algorithms in a search engine or conditionals inside a robot's control loop.
Allison's CS degree from Dartmouth means she's worked through the full arc — from writing first programs to tackling data structures, algorithms, and computational theory. She unpacks abstract concepts like recursion and Big-O analysis by walking through concrete code examples, making the logic visible before the notation takes over.
From sorting algorithms and Big-O analysis to data structures like linked lists and binary trees, Rhamy covers the foundational CS concepts that show up in coursework and technical interviews alike. His computer engineering degree at Vanderbilt, paired with experience in multiple languages, lets him explain abstract ideas through concrete code. Rated 5.0 by students.
Michael earned his B.S. in Computer Science from UCLA, where he dug into everything from data structures and algorithms to software design principles. He breaks down abstract concepts like recursion, Big-O analysis, and object-oriented programming into concrete, step-by-step logic that clicks. He also teaches JavaScript, giving him a practical edge when students need to connect theory to actual code.
Florence doesn't just study computer science at Duke — she teaches it, having served as a TA for Intro to Databases and Computer Network Architecture while also interning in software development at IBM. That combination of academic depth and industry experience means she can explain everything from relational algebra to TCP/IP networking with concrete, real-world context. Rated 5.0 by students.
Programming starts making sense when you stop memorizing syntax and start thinking about what the computer is actually doing step by step. June's electrical engineering background at Brown gives her insight into both the hardware and software sides — she can explain why an algorithm is efficient, not just how to write it. From loops and conditionals to data structures and recursion, she connects each concept to real projects she's built in robotics and hackathons.
Three Bachelor of Science degrees — including Neuroscience — meant Anna was writing code long before she started teaching it, using Java, Python, and MATLAB to analyze data and build computational models across disciplines. That cross-field experience shapes how she teaches CS fundamentals: students don't just learn syntax, they learn to think about what a program needs to do before structuring it in any particular language. Rated 5.0 by students.
Between his coursework at Rice and his background in algorithms, Daniel tackles computer science from both the practical and theoretical sides — writing clean code and understanding why one sorting algorithm outperforms another for a given dataset. He's especially strong at breaking down recursion, data structures, and algorithmic complexity into steps that build logically on each other.
Studying computer science at Cornell's College of Engineering, Ravnoor digs into topics like data structures, algorithms, and object-oriented design on a daily basis. He breaks complex problems — recursion, linked lists, sorting efficiency — into smaller, concrete steps so students build genuine understanding they can apply to new challenges independently.
Learning to code is really learning to decompose problems — figuring out what a program needs to do before writing a single line. Nat is double-majoring in computer science at Vanderbilt and unpacks core topics like loops, conditionals, data structures, and algorithm design in ways that build genuine understanding. Whether a student is writing their first Python script or debugging recursive functions, he connects each concept to the logic behind it.
Studying computer science at MIT, Brice digs into everything from data structures and algorithms to systems-level thinking with students at any stage. He's tutored over 30 students in the past year alone, tackling topics like recursion, object-oriented design, and algorithmic complexity. Rated 4.9 by students.
Sakibul's graduate work at Rice sits at the intersection of computer science and applied mathematics, which means he tackles programming concepts — loops, recursion, data structures — with the analytical rigor of a mathematician. He breaks down abstract ideas like algorithmic complexity into concrete, step-by-step reasoning that clicks for students encountering CS for the first time.
Ritesh's applied physics program at Cornell involves significant programming, from numerical simulations to data analysis, giving him hands-on fluency with core computer science concepts like algorithm design, data structures, and debugging logic. He unpacks topics such as recursion, sorting algorithms, and object-oriented principles by tying them to concrete problems rather than abstract definitions.
Between his AP Computer Science 5 and his engineering coursework at Vanderbilt, William has written code across contexts — from introductory Java to computational modeling in his chemical engineering classes. He breaks down abstract concepts like recursion, data structures, and algorithm efficiency by walking through concrete examples line by line. Students who can follow the logic but freeze when writing code from a blank screen tend to gain traction quickly with his approach.
Eric treats coding problems the same way he treats logical puzzles — by breaking them apart, finding the pattern, and building a solution step by step. As a CS major at Washington University in St. Louis, he's deep in Java and JavaScript right now, which means he can walk students through everything from writing their first function to structuring a full object-oriented program. His approach emphasizes learning to think through problems algorithmically before jumping to syntax.
Holding both a B.S. in Computer Science from the University of Kentucky and a game development master's in progress at SCAD, Evan covers the full stack of CS fundamentals: data structures, algorithm analysis, object-oriented design, and software architecture. He connects abstract concepts like Big-O complexity or recursion to concrete implementations in C, C++, and Java so the theory actually sticks.
From automata theory and computational complexity to practical algorithm design, Firas covers computer science as both a theoretical discipline and a hands-on craft. His Ph.D. research at the intersection of machine learning and big data means he can connect abstract CS concepts — graph traversals, runtime analysis, NP-completeness — to the systems that actually use them. Rated 5.0 by students.
From data structures and algorithms to computational complexity, Michelle covers the core CS curriculum with the depth you'd expect from a Duke CS graduate heading into a PhD at Michigan. She's especially strong at explaining abstract concepts like recursion and graph traversal by connecting them to concrete, visual examples that make the logic intuitive.
I am graduated from Penn State University in Industrial Engineering in 2017. I've tutored ever since I was in high school, and I love helping people! I like to help my students understand math (and other topics) instead of just doing it blindly. My goal is to help my students improve their math (and other topics) and build skills that will help them find learning easier in the future! Fun fact, I used to work for Disney and I like to salsa dance!
Ryan is a computer science major at Cornell, which means he's actively working through the same core curriculum — algorithms, data structures, computational complexity — that college CS students encounter. He explains concepts like recursion, Big-O analysis, and graph traversal by tracing through concrete examples rather than relying on abstract definitions. Rated 4.8 across his sessions.
From data structures and algorithm analysis to the fundamentals of how operating systems and networks function, Nicholas covers computer science with the depth his Penn State CS degree provided. He's especially strong at explaining recursion, sorting algorithms, and Big-O notation — the concepts that separate students who can code from students who truly understand computation. Rated 5.0 by students.
Studying both chemical engineering and computer science at Cornell gives Jonathan an unusual angle on programming — he's constantly writing code to solve quantitative, real-world problems rather than just completing standalone assignments. That dual perspective makes him especially effective at teaching algorithmic thinking and Java or Python fundamentals, since he can show students how CS concepts like iteration and data manipulation actually get applied in technical fields outside of software development.
Trained in computer science at UT Austin and currently pursuing a PhD that blends computational methods with social science, David brings both theoretical depth and applied versatility to CS instruction. He digs into core topics like algorithm analysis, data structures, and computational complexity, connecting them to the kind of real-world problem-solving that makes the discipline click.
Biomedical engineering at Rice requires heavy computational coursework, so Theresa has tackled core computer science concepts — from object-oriented programming and data structures to algorithm complexity — in the context of solving real problems. She explains abstract ideas like recursion and sorting algorithms by connecting them to concrete examples rather than letting students drown in theory. Rated 5.0 by students.
Software development taught Michael something that textbooks often skip: the discipline of decomposing a massive, ambiguous problem into small, testable pieces — and that's exactly how he teaches computer science. His professional coding experience across languages like Java, Python, Ruby, and C means he can ground abstract topics like object-oriented design or control flow in real working code rather than classroom-only exercises. Rated 4.9 by students.
From sorting algorithms to recursion to object-oriented architecture, computer science rewards the ability to think in layers of abstraction. Joel is pursuing CS at Cornell alongside physics, which means he approaches programming problems with both mathematical rigor and practical debugging instincts. He's comfortable across Python and Java and adapts to whatever language a student's course requires.
I'm trying to work on personal projects. I really enjoy snowboarding, and have been doing that since the third grade. I also enjoy playing sports and video games.
Studying Computer Science alongside Math/Stats at Carleton College, Thomas lives at the intersection of algorithms, data structures, and mathematical reasoning. He digs into topics like recursion, sorting algorithms, and object-oriented design by building understanding from first principles rather than rote code memorization.
Engineering science at Vanderbilt means Ethan writes code to solve real problems — simulations, data analysis, algorithm design — not just textbook exercises. He breaks down core concepts like recursion, data structures, and object-oriented design by connecting them to projects that actually do something interesting.
Madeline's physics PhD work at Carnegie Mellon means she writes code daily — Python, Java, MATLAB, and Mathematica — to model complex systems and crunch data, which is a very different entry point into computer science than a pure software track. That scientific computing background makes her especially effective at teaching programming logic, debugging strategies, and algorithmic thinking to students who need CS skills for STEM applications rather than just app development.
John transitioned from law into co-founding a software company, which meant teaching himself to think in algorithms, data structures, and system design under real deadlines. He approaches computer science the same way — breaking problems into smaller, solvable pieces before writing a single line of code. That builder's mindset makes debugging and logic design feel less intimidating.
Testimonials
Because the right Computer Science tutor makes all the difference.
Average Session Rating – Based on 3.4M Learner Ratings
Other Reading Tutors
Related Technology and Coding Tutors in Reading
Frequently Asked Questions
Varsity Tutors matches Reading students with expert Computer Science tutors for 1-on-1 instruction. We pair each student with a tutor based on their specific needs, learning style, and goals.
Whether you need homework help, exam prep, or want to get ahead, our Computer Science tutors are ready to help.
Common challenges include gaps from earlier material, difficulty with specific concepts, and trouble applying learning to new problems. These issues can snowball quickly in Computer Science.
A tutor identifies where you're stuck, fills in gaps, and provides targeted practice. The 1-on-1 format means you get help exactly where you need it.
Tutors work with your student's actual coursework—homework assignments, class notes, and upcoming tests. This keeps tutoring directly relevant to what's happening in the classroom.
When you share information about your student's school and curriculum, we can match you with a tutor who has relevant experience.
All tutors complete background checks, credential verification, and teaching evaluation. Many of our Computer Science tutors hold advanced degrees or have years of teaching experience.
You can review tutor profiles to find someone with the right background for your student's level and needs.
Many students see improved grades within a few weeks, along with better understanding of Computer Science concepts and more confidence tackling challenging material.
Tutors track progress and adjust their approach to ensure continued improvement.
Most students benefit from 1-2 sessions per week. More frequent sessions help if your student is significantly behind or has an important exam coming up.
Your tutor can recommend a schedule based on your student's specific situation and goals.
Tutoring is purchased in packages of hours, with rates varying by tutor experience. Varsity Tutors offers several options to fit different budgets and needs.
You can discuss pricing during your consultation to find what works best.
Your tutor will assess where your student is, discuss goals, and start working on priority areas. Most students bring current homework or upcoming test material to focus on.
By the end, you'll have a clear sense of how the tutor can help and a plan for moving forward.
Let’s find your perfect tutor
Answer a few quick questions. We’ll recommend the right plan and match you with a top 5% tutor.