From fa7a58a75e12dda3c3d01bf1171910381246f68a Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Sun, 31 May 2009 15:47:46 -0700 Subject: [PATCH] where-to-go-from-here chapter --- .hgignore | 2 + about.html | 2 - case-study-porting-chardet-to-python-3.html | 4 +- http-web-services.html | 6 +- index.html | 4 +- porting-code-to-python-3-with-2to3.html | 3 +- special-method-names.html | 2 +- table-of-contents.html | 14 +---- where-to-go-from-here.html | 69 +++++++++++++++++++++ 9 files changed, 82 insertions(+), 24 deletions(-) create mode 100644 where-to-go-from-here.html diff --git a/.hgignore b/.hgignore index 9e32b48..0c42ce2 100644 --- a/.hgignore +++ b/.hgignore @@ -1,2 +1,4 @@ syntax: glob *.pyc +build +grid28.gif diff --git a/about.html b/about.html index ba679de..aac9e64 100644 --- a/about.html +++ b/about.html @@ -26,5 +26,3 @@ h1:before{content:""}

Send corrections and feedback to mark@diveintomark.org.

© 2001–9 Mark Pilgrim - - diff --git a/case-study-porting-chardet-to-python-3.html b/case-study-porting-chardet-to-python-3.html index b5e0e97..bea9baa 100644 --- a/case-study-porting-chardet-to-python-3.html +++ b/case-study-porting-chardet-to-python-3.html @@ -5,7 +5,7 @@ + + + + +

  
+

You are here: Home Dive Into Python 3 +

Difficulty level: ♦♦♦♦♦ +

Where To Go From Here

+
+

FIXME
— FIXME +

+

  +

Further Reading

+

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

Decorators: + +

+ +

Descriptors: + +

+ +

Metaclasses: + +

+ +

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 + +