Award-Winning High School Computer Science Tutors serving Buffalo, NY

America's #1 Tutoring Platform

Who needs tutoring?

FOXNBCCBSUS NewsTIMEUSA Today

TUTORS FROM

  • YaleUniversity
  • PrincetonUniversity
  • StanfordUniversity
  • CornellUniversity

Award-Winning High School Computer Science Tutors serving Buffalo, NY

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
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
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
Tolu

Certified Tutor

6+ years

Tolu

Bachelor's in Economics
Tolu's other Tutor Subjects
AP Calculus AB
Pre-Calculus
Calculus
Algebra

I am a graduate from Stanford University. I received my Bachelor's in Economics there and continued to receive a certificate in Full Stack Web Development from the University of Texas Austin. I have tutored intermittently, primarily teaching test prep; however, I have at different points taught most...

Education

Stanford University

Bachelor's in Economics

Rhamy

Certified Tutor

9+ years

Rhamy

Bachelor of Engineering, Computer Engineering, General
Rhamy's other Tutor Subjects
AP Calculus BC
Pre-Algebra
Trigonometry
Middle School Math

I am a Thomas Jefferson High School for Science and Technology graduate and currently attend Vanderbilt University majoring in Computer Engineering with a minor in Business. I've tutored in various subjects for about 6 years now. I've done it so much, one of the companies I started was tutoring-base...

Education

Vanderbilt University

Bachelor of Engineering, Computer Engineering, General

Test Scores
SAT
1570
June

Certified Tutor

June

Bachelors, Electrical Engineering
June's other Tutor Subjects
Pre-Algebra
College Algebra
Arithmetic
Trigonometry

I'm an electrical engineering major at Brown University with interests in neuroscience, linguistics, and robotics, among other things. I've always loved learning, and my curiosity has led me through numerous subject areas. I constantly seek to apply my classroom learning in practical situations. For...

Education

Brown University

Bachelors, Electrical Engineering

Test Scores
SAT
1580
Anna

Certified Tutor

8+ years

Anna

Bachelor of Science
Anna's other Tutor Subjects
Middle School Math
Geometry
Calculus
Algebra

I am very passionate about teaching material in a way that works with each student's personal learning needs and making sure that they understand the material at its core, not just how to answer a test question. Because I majored in Neuroscience, I have expertise in a wide range of sciences, as Neur...

Education

Brown University

Bachelor of Science

Test Scores
SAT
1510
Michael

Certified Tutor

Michael

Bachelor of Science in Computer Science
Michael's other Tutor Subjects
Pre-Algebra
College Algebra
Trigonometry
Pre-Calculus

I am a graduate of the University of California, Los Angeles, where I earned a Bachelor of Science in Computer Science. I've always loved Math and the Sciences: the hunt for the right equation to use, the unravelling of the mystery of the value of x. I want to show my students to see these subjects ...

Education

University of California Los Angeles

Bachelor of Science in Computer Science

Test Scores
SAT
1560

Frequently Asked Questions

High school computer science courses in Buffalo generally progress from foundational programming concepts like variables, loops, and conditionals to more advanced topics like object-oriented programming, data structures, and algorithms. Many Buffalo schools offer sequences that include AP Computer Science Principles or AP Computer Science A, which emphasize both coding skills and computational thinking. The curriculum often includes hands-on projects where students build real applications, from simple games to web-based tools, helping them understand how programming concepts apply to practical problems.

Debugging is a crucial skill that many students find frustrating, especially when error messages seem cryptic. Tutors work through the debugging process with you step-by-step, teaching strategies like reading error messages carefully, using print statements to track variable values, and breaking code into smaller testable pieces. Rather than just fixing errors, expert tutors help you develop systematic problem-solving approaches so you can independently identify and resolve issues in future projects.

Programming syntax is the specific rules of a language (like how to write a for loop in Python), while logic is the underlying problem-solving approach—figuring out *what* steps your program needs to take. Many students struggle because they focus too much on syntax without truly understanding the logic behind their code. Tutors help you develop strong logical thinking first, then apply it across different programming languages, which makes learning new languages much easier and helps you write more efficient, purposeful code.

Data structures like arrays, lists, dictionaries, and trees are foundational to computer science because they determine how efficiently your program runs and how easily you can solve complex problems. Many students memorize data structures without understanding when and why to use them, which makes coding projects feel overwhelming. Tutors connect data structures to real-world applications—showing you how a dictionary is perfect for storing user information or how a tree structure works in social networks—making the concepts stick and helping you choose the right tool for each problem.

Rather than just working through textbook problems, project-based tutoring focuses on building real applications—whether that's a web game, a data analysis tool, or a mobile app feature. Tutors guide you through the entire development process: planning your project, breaking it into manageable pieces, writing and testing code, and reviewing your work for improvements. This hands-on approach helps you see how individual concepts fit together and builds confidence in your ability to tackle new coding challenges independently.

Absolutely. While high school computer science builds core programming skills everyone needs, tutors can help you explore specialized paths based on your interests. Whether you're drawn to web development (HTML, CSS, JavaScript), game design (Unity, Unreal), data science (Python, data analysis), or other areas, tutors can tailor their instruction to help you dive deeper into topics that excite you while still mastering fundamental concepts. This personalized approach keeps you engaged and helps you build a portfolio of projects that reflect your interests.

In your first session, a tutor will assess your current skill level, understand what you're working on in class, and identify specific challenges—whether that's struggling with a particular concept, debugging a project, or preparing for an exam. They'll ask about your learning style and goals, then create a personalized plan tailored to your needs. You might start working on a current assignment or problem, but the main focus is building a foundation for effective tutoring moving forward.

Look for tutors with strong programming experience—ideally someone who has worked with the languages your course uses (Python, Java, C++, etc.) and understands high school computer science standards. Beyond technical skills, the best tutors can explain complex concepts clearly, ask good questions to help you think through problems, and provide constructive code review. Varsity Tutors connects you with expert tutors who have both deep technical knowledge and proven experience helping high school students master computer science concepts and build real projects.

Connect with High School Computer Science Tutors in Buffalo

Get matched with local expert tutors