You are here: Home ‣ Dive Into Python 3 ‣
❝ Go forth on your path, as it exists only through your walking. ❞
— St. Augustine of Hippo (attributed)
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:
property
builtin by Adam Gomaa
property()
function in the official Python documentation
Descriptors:
Threading & multiprocessing:
threading
module
threading
— Manage concurrent threads
multiprocessing
module
multiprocessing
— Manage processes like threads
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.
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