Award-Winning Computer Science Tutors serving Manhattan, NY

America's #1 Tutoring Platform

Who needs tutoring?

FOXNBCCBSUS NewsTIMEUSA Today

TUTORS FROM

  • YaleUniversity
  • PrincetonUniversity
  • StanfordUniversity
  • CornellUniversity

Award-Winning Computer Science Tutors serving Manhattan, NY

Benjamin

Certified Tutor

5+ years

Benjamin

Bachelor of Science in Finance and Economics (minor: Innovation and Entrepreneurship)
Benjamin's other Tutor Subjects
AP Statistics
Trigonometry
Middle School Math
Calculus

I am a 2023 graduate of the University of Notre Dame with a Finance/Economics major and a minor in Innovation and Entrepreneurship. I am a passionate student in the math and business realms, as I enjoy the intuitiveness of the former and the real-world potential of the latter. During classes in midd...

Education

University of Notre Dame

Bachelor of Science in Finance and Economics (minor: Innovation and Entrepreneurship)

Test Scores
Perfect Score
ACT
36
Justin

Certified Tutor

9+ years

Justin

Doctor of Philosophy, Computational Mathematics
Justin's other Tutor Subjects
AP Calculus BC
AP Calculus AB
Pre-Algebra
Multivariable Calculus

I am an aspiring applied mathematician, with particular interest in image processing and climate science. I graduated in May 2017 from Washington University in St. Louis with a bachelor's in physics and mathematics, and am beginning a PhD program in September 2017 at the University of Chicago in Com...

Education

Washington University in St. Louis

Bachelor's in Physics and Mathematics

University of Chicago

Doctor of Philosophy, Computational Mathematics

Test Scores
SAT
1560
ACT
33
Ravnoor

Certified Tutor

3+ years

Ravnoor

Bachelor of Science, Computer Science
Ravnoor's other Tutor Subjects
AP Calculus AB
Middle School Math
Calculus
Algebra

I am a undergraduate student at Cornell University. I am studying computer science in the College of Engineering. I have been tutoring in all subjects since 9th grade, mostly computer science and mathematics and SAT. My teaching philosophy is based on hands-on learning, and the motto of 'practice ma...

Education

Cornell University

Bachelor of Science, Computer Science

Test Scores
SAT
1520
Isabella

Certified Tutor

9+ years

Isabella

Current Grad Student, Operations Research
Isabella's other Tutor Subjects
Pre-Algebra
Middle School Math
Geometry
Calculus

I am a graduate of MIT. I received my Bachelor of Science in Mathematics with minors in Management Science and Ancient and Medieval Studies. Since graduation, I have started my PhD at Georgia Tech in Operations Research. Throughout my career I have TA'd several math and computer science courses at t...

Education

Massachusetts Institute of Technology

Bachelor of Science in Mathematics (minors in Management Science and Ancient and Medieval Studies)

Georgia Institute of Technology-Main Campus

Current Grad Student, Operations Research

Test Scores
SAT
1510
Daniel

Certified Tutor

9+ years

Daniel

Current Undergrad Student, Biomedical Engineering
Daniel's other Tutor Subjects
AP Statistics
AP Calculus AB
Pre-Algebra
Trigonometry

I'm currently majoring in bioengineering/pre-med at Rice University. I graduated as the valedictorian of my high school class. My interests include biology, math, and violin performance. I've done neuroscience research at the Jungers Center for Neuroscience Reseach and the Oregon National Primate Re...

Education

Rice University

Current Undergrad Student, Biomedical Engineering

Test Scores
SAT
1530
Noah

Certified Tutor

6+ years

Noah

Bachelor of Science in Computer Science
Noah's other Tutor Subjects
Pre-Algebra
Trigonometry
Middle School Math
Calculus

I am a Duke University graduate with a degree in Computer Science, where I also played football and am currently working on a Master's Degree in Cybersecurity. I have always loved math and science and problem solving and these subjects have always been easy for me. I know this is not the case with m...

Education

Duke University

Bachelor of Science in Computer Science

Test Scores
ACT
34
Allison

Certified Tutor

Allison

Bachelor in Arts, Computer Science
Allison's other Tutor Subjects
Calculus
Algebra
ACT Writing
ACT English

I am a Dartmouth College senior majoring in Computer Science and Digital Arts with several years of tutoring/mentoring experience. I have achieved scores in the 99th percentile for both the ACT and SAT prior to college. While in high school (St. Paul Academy graduate), I spent my time volunteering a...

Education

Dartmouth College

Bachelor in Arts, Computer Science

Test Scores
ACT
34
Florence

Certified Tutor

5+ years

Florence

Bachelor of Science, Computer Science
Florence's other Tutor Subjects
Pre-Algebra
Trigonometry
Statistics
Pre-Calculus

I am a rising senior at Duke University. I major in Computer Science and am also getting a minor in Physics. I have had experience tutoring/teaching as a teaching assistant for three classes: Intro to Databases, Electricity and Magnetism (for engineers), and Computer Network Architecture. I have had...

Education

Duke University

Bachelor of Science, Computer Science

Test Scores
Perfect Score
ACT
36
David

Certified Tutor

9+ years

David

Master of Science, Computer Science
David's other Tutor Subjects
Competition Math
Calculus
Algebra
SAT Math

I am a graduate of Stanford University, where I received a BS in Cognitive Science and an MS in Computer Science. After graduation, I spent a summer in Palestine, where I taught web development, app development, and entrepreneurship to a cohort of overenthusiastic high school students; now, I've mov...

Education

Stanford University

Master of Science, Computer Science

Stanford University

Bachelor of Science, Cognitive Science

Stanford University

BS in Cognitive Science

Test Scores
SAT
1570
Jonathan

Certified Tutor

Jonathan

Bachelors, Chemical Engineering and Computer Science
Jonathan's other Tutor Subjects
AP Calculus BC
Pre-Algebra
College Algebra
Algebra 3/4

I am a student at Cornell University studying Chemical Engineering and Computer Science. I'm living in Tarrytown right now and can help your son or daughter in math, science, or SAT/ACT prep! Over the past 5 years, I've accumulated many hours of tutoring experience. Some of the subjects I tutor incl...

Education

Cornell University

Bachelors, Chemical Engineering and Computer Science

Test Scores
ACT
34

Frequently Asked Questions

Your first session is focused on understanding your current level, goals, and learning style. A tutor will review any code you've written, discuss what concepts are challenging (like debugging, loops, or data structures), and learn whether you're interested in web development, data science, game design, or another path. This helps create a personalized plan that matches your pace and objectives.

Syntax is the specific rules and grammar of a programming language—like how to write a for loop in Python versus JavaScript. Logic is the problem-solving approach: how to break down a challenge, think through algorithms, and design a solution. Many students struggle more with logic than syntax, since syntax can be looked up, but strong logical thinking is what lets you solve new problems. Personalized tutoring helps you develop both, with tutors guiding you through the thinking process, not just the code.

Debugging is a skill that improves with guided practice. Tutors teach systematic approaches—like reading error messages carefully, using print statements or debuggers, and testing small pieces of code in isolation. Rather than just fixing your code, a tutor walks you through the problem-solving process so you develop the mindset to find and fix errors independently. This hands-on code review is one of the biggest advantages of personalized instruction.

Data structures—like arrays, linked lists, trees, and hash tables—are fundamental to writing efficient code and solving complex problems. They're often abstract and hard to visualize, which is why many students find them challenging. Tutors help by using diagrams, working through concrete examples, and having you implement structures from scratch. Understanding when and why to use each structure is key to becoming a stronger programmer.

Absolutely. Project-based learning is one of the most effective ways to develop computer science skills. Whether you want to build a website, create a game, develop a data analysis tool, or work on an assignment for class, tutors can guide you through the entire process—from planning and design to implementation and testing. Working on projects you care about keeps you motivated while building practical, portfolio-ready skills.

There are many paths in computer science—web development, mobile apps, data science, artificial intelligence, game development, cybersecurity, and more. Your choice depends on your interests, career goals, and what excites you. A tutor can help you explore different areas, understand what skills each requires, and create a focused learning plan. Many students start with foundational programming, then specialize based on what resonates with them.

Yes. Tutors are familiar with computer science courses taught at Manhattan schools, including AP Computer Science, introductory programming, and electives. Whether you need help with class assignments, exam prep, or want to go deeper into topics your course covers, a tutor can align their instruction with your school's curriculum while also providing personalized support for concepts that are tricky for you.

Look for tutors with strong programming experience, ideally in the languages or areas you're studying. They should be able to explain concepts clearly, write clean code, and help you think through problems rather than just give you answers. Experience teaching or mentoring is valuable too. When you connect with Varsity Tutors, you'll be matched with someone whose background and teaching style fit your needs.

Connect with Computer Science Tutors in Manhattan

Get matched with local expert tutors