You are here: Home Dive Into Python 3

Where To Go From Here

Go forth on your path, as it exists only through your walking.
— St. Augustine of Hippo (attributed)

 

Things to Read

Unfortunately, I can not write cover every facet of Python 3 in this book. Fortunately, there are many wonderful, freely available tutorials available elsewhere.

Decorators:

Properties:

Descriptors:

Threading & multiprocessing:

Metaclasses:

In addition, Doug Hellman’s Python Module of the Week is a fantastic guide to many of the modules in the Python standard library.

Where To Look For Python 3-Compatible Code

As Python 3 is relatively new, there is a dearth of compatible libraries. Here are some of the places to look for code that works with Python 3.

© 2001–11 Mark Pilgrim