Reuven Lerner's Python Courses/Level up your Python — advanced Python bundle

  • $800 or 4 monthly payments of $225

Level up your Python — advanced Python bundle

Python isn't hard to pick up; the core data structures and idioms are more consistent and straightforward than many other languages. But there's a world of depth beyond those simple beginnings, and this bundle is all about introducing you to them. You'll go deeper into data structures, functions, and objects than you ever did before, learning how they work and how you can make them work for you.

Get this course, and many others, as part of my LernerPython membership, at https://LernerPython.com.

Contents

  • $240

Advanced Python data structures

Stretch built-in data structures to their limits, and explore collections in Python's standard library.

  • $180

Advanced Python functions

Already know how to define and call Python functions? Go deeper, from bytecodes to closures, and truly master them.

  • $300

Advanced Python objects

Go beyond simple classes and methods. Understand and use everything Python's objects have to offer.

  • $240

Iterators and generators

Explore Python's iterator protocol in depth, including classes, generators, coroutines, and itertools.

  • $150

Python decorators (live edition)

All about one of Python's most powerful tools