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

There are a number of topics that I decided not to cover in this book, for which free tutorials exist.

Decorators:

Descriptors:

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–9 Mark Pilgrim