new home page

This commit is contained in:
Mark Pilgrim
2009-02-15 12:12:03 -05:00
parent af01495379
commit d7044e4d90
+28 -10
View File
@@ -7,20 +7,38 @@
<link rel="shortcut icon" href=data:image/ico,>
<link rel=alternate type=application/atom+xml href=http://hg.diveintopython3.org/atom-log>
<style type=text/css>
p.first{clear:both;margin-top:0;padding-top:1.75em}
ul{list-style:none}
.first{clear:both;margin-top:0;padding-top:1.75em}
li:last-child{list-style:none;margin:0 0 0 -1.7em}
li:last-child:before{content:"A. \00a0 \00a0"}
</style>
</head>
<form action=http://www.google.com/cse id=search><div><input type=hidden name=cx value=014021643941856155761:l5eihuescdw><input type=hidden name=ie value=UTF-8><input name=q size=31>&nbsp;<input type=submit name=sa value=Search></div></form>
<p class=first><cite>Dive Into Python 3</cite> will cover Python 3 and its differences from Python 2. Compared to the original <cite><a href=http://diveintopython.org/>Dive Into Python</a></cite>, 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 <a rel=license href=http://creativecommons.org/licenses/by-sa/3.0/>CC-BY-SA-3.0</a> license.
<p>Here&#8217;s what I&#8217;ve written so far:</p>
<ul>
<li><a href=table-of-contents.html>Table of contents</a> (<strong>not finalized</strong>)
<li><a href=your-first-python-program.html>Chapter 1. Your first Python program</a>
<li><a href=native-datatypes.html>Chapter 2. Native datatypes</a>
<li><a href=case-study-porting-chardet-to-python-3.html>Chapter 20. Case study: porting <code>chardet</code> to Python 3</a>
<li><a href=porting-code-to-python-3-with-2to3.html>Appendix A. Porting code to Python 3 with <code>2to3</code></a>
</ul>
<p>You can see the <a href=table-of-contents.html>full table of contents</a> (<strong>not finalized</strong>), or read what I&#8217;ve written so far:</p>
<ol start=0>
<li>
<li><a href=your-first-python-program.html>Your first Python program</a>
<li><a href=native-datatypes.html>Native datatypes</a>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li><a href=case-study-porting-chardet-to-python-3.html>Case study: porting <code>chardet</code> to Python 3</a>
<li><a href=porting-code-to-python-3-with-2to3.html>Porting code to Python 3 with <code>2to3</code></a>
</ol>
<p>There is a <a href=http://hg.diveintopython3.org/>changelog</a>, a <a rel=alternate type=application/atom+xml href=http://hg.diveintopython3.org/atom-log>feed</a>, and <a href=http://www.reddit.com/search?q=%22Dive+Into+Python+3%22&amp;sort=new>discussion on Reddit</a>. During development, you can download the book by cloning the Mercurial repository:
<pre><samp class=prompt>you@localhost:~$ </samp><kbd>hg clone http://hg.diveintopython3.org/ diveintopython3</kbd></pre>
<p>The final version will be downloadable as <abbr>HTML</abbr> and <abbr>PDF</abbr>.