You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♦♦♦
❝ FIXME ❞
— FIXME
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.
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