diff --git a/index.html b/index.html index 3eb9394..dd3152c 100644 --- a/index.html +++ b/index.html @@ -7,20 +7,38 @@

Dive Into Python 3 will cover Python 3 and its differences from Python 2. Compared to the original Dive Into Python, it will be about 50% revised and 50% new material. I will publish drafts online as I go. The final version will be published on paper by Apress. The book will remain online under the CC-BY-SA-3.0 license. -

Here’s what I’ve written so far:

- +

You can see the full table of contents (not finalized), or read what I’ve written so far:

+
    +
  1. +
  2. Your first Python program +
  3. Native datatypes +
  4. +
  5. +
  6. +
  7. +
  8. +
  9. +
  10. +
  11. +
  12. +
  13. +
  14. +
  15. +
  16. +
  17. +
  18. +
  19. +
  20. +
  21. Case study: porting chardet to Python 3 +
  22. Porting code to Python 3 with 2to3 +

There is a changelog, a feed, and discussion on Reddit. During development, you can download the book by cloning the Mercurial repository:

you@localhost:~$ hg clone http://hg.diveintopython3.org/ diveintopython3

The final version will be downloadable as HTML and PDF.