Learn Python from an Industry Veteran

Transform your programming skills with personalized lessons from Boris Epshtein, Ph.D. — 30+ years of software engineering experience at leading tech companies.

Book Your First Lesson

About Me

Hello! I'm Dr. Boris Epshtein, a software engineering veteran with over three decades of industry experience. I'm passionate about teaching Python and helping students of all levels master this versatile programming language.

Academic Background

Ph.D. in Computer Science from the prestigious Weizmann Institute of Science in Israel, where I specialized in algorithms and computational theory.

Industry Experience

30+ years working at leading tech companies including Microsoft, Google, Amazon, and Zillow, where I've developed robust, scalable software solutions.

Teaching Philosophy

I believe in teaching practical, industry-relevant skills while building a strong foundation in computer science principles. My approach combines theory with hands-on projects.

Boris Epshtein

Dr. Boris Epshtein
Python Expert & Educator

Python Lessons

Whether you're a complete beginner or an experienced developer looking to level up your Python skills, I offer personalized lessons tailored to your goals and learning pace.

Python Fundamentals

Perfect for beginners who want to build a solid foundation in Python programming.

  • Python syntax and data types
  • Control structures and functions
  • File handling and basic modules
  • Object-oriented programming basics
$45 / hour
Get Started

Advanced Python

Take your Python skills to the next level with advanced concepts and industry best practices.

  • Advanced data structures
  • Decorators, generators, and context managers
  • Concurrency and multithreading
  • Performance optimization
$55 / hour
Level Up

Specialized Topics

Focused lessons on specialized Python applications based on your interests and career goals.

  • Data science with pandas & numpy
  • Web development with Django/Flask
  • Automation and scripting
  • Machine learning fundamentals
$65 / hour
Specialize

My Teaching Approach

I believe the best way to learn programming is by doing. My lessons combine theoretical knowledge with practical, hands-on exercises that reinforce concepts and build real-world skills.

Python Sample exercise from a beginner lesson
def calculate_stats(numbers):
    """
    Calculate basic statistics for a list of numbers.
    Returns min, max, sum, and average as a tuple.
    
    Example:
        >>> calculate_stats([5, 2, 9, 1, 7])
        (1, 9, 24, 4.8)
    """
    # Your solution here!
    # Hint: Use built-in functions like min(), max(), sum()
    pass

# Test your function
test_data = [5, 2, 9, 1, 7]
result = calculate_stats(test_data)
print(f"Min: {result[0]}, Max: {result[1]}")
print(f"Sum: {result[2]}, Average: {result[3]}")
                    

Each lesson is tailored to your learning style and includes:

  • Concept explanation with real-world examples
  • Live coding demonstrations
  • Practical exercises you can complete during and after lessons
  • Code reviews and feedback on your solutions
  • Project-based learning for more advanced students

What My Students Say

Boris completely transformed my understanding of Python. His industry experience brings a practical perspective that you just don't get from online courses or bootcamps. In just two months of weekly lessons, I was able to build a data analysis tool that impressed my manager!
— Michael K., Data Analyst
As someone transitioning into tech from a non-CS background, I was intimidated by programming. Boris broke down complex concepts into digestible pieces and was incredibly patient. His teaching style builds confidence while ensuring you truly understand the fundamentals.
— Sarah L., Career Changer

Book Your Lesson

Ready to advance your Python skills? Fill out the form below, and I'll contact you to schedule a free 15-minute consultation to discuss your goals and how I can help you achieve them.

Thank you for your interest! Your email client should open shortly. If it doesn't, please email me directly.