mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 15:00:18 +00:00
d77d31e68d
--HG-- rename : iterators-and-generators.html => generators.html
60 lines
3.2 KiB
HTML
60 lines
3.2 KiB
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Dive Into Python 3</title>
|
|
<link rel=alternate type=application/atom+xml href=http://hg.diveintopython3.org/atom-log>
|
|
<link rel=stylesheet type=text/css href=dip3.css>
|
|
<style>
|
|
h1:before{content:""}
|
|
#a{list-style:none;margin:0 0 0 -1.7em}
|
|
#a:before{content:"A. \00a0 \00a0"}
|
|
</style>
|
|
<link rel=stylesheet type=text/css media='only screen and (max-device-width: 480px)' href=mobile.css>
|
|
</head>
|
|
<form action=http://www.google.com/cse><div><input type=hidden name=cx value=014021643941856155761:l5eihuescdw><input type=hidden name=ie value=UTF-8><input name=q size=25> <input type=submit name=sa value=Search></div></form>
|
|
|
|
<p>You are here: <span title="Ce n'est pas un point" style="cursor:default">•</span>
|
|
|
|
<h1>Dive Into Python 3</h1>
|
|
|
|
<p><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>You can see the <a href=table-of-contents.html>full table of contents</a> (<strong>not finalized</strong>), or read what I’ve written so far:</p>
|
|
|
|
<ol start=0>
|
|
<li class=todo>Installing Python
|
|
<li><a href=your-first-python-program.html>Your First Python Program</a>
|
|
<li><a href=native-datatypes.html>Native Datatypes</a>
|
|
<li><a href=strings.html>Strings</a>
|
|
<li><a href=regular-expressions.html>Regular Expressions</a>
|
|
<li><a href=generators.html>Generators</a>
|
|
<li><a href=iterators.html>Iterators</a>
|
|
<li><a href=advanced-iterators.html>Advanced Iterators</a>
|
|
<li><a href=unit-testing.html>Unit Testing</a>
|
|
<li class=todo>Test-first programming
|
|
<li><a href=refactoring.html>Refactoring</a>
|
|
<li class=todo>Files
|
|
<li class=todo>HTML processing
|
|
<li class=todo>XML processing
|
|
<li class=todo>Web services
|
|
<li class=todo>Metaclasses
|
|
<li class=todo>Performance tuning
|
|
<li class=todo>Packaging Python libraries
|
|
<li class=todo>Creating graphics with the Python Imaging Library
|
|
<li class=todo>Where to go from here
|
|
<li><a href=case-study-porting-chardet-to-python-3.html>Case Study: Porting <code>chardet</code> to Python 3</a>
|
|
<li id=a><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 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&sort=new">discussion on Reddit</a>. During development, you can download the book by cloning the Mercurial repository:
|
|
|
|
<pre><samp class=p>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>.
|
|
|
|
<p class="c nm">This site is optimized for Lynx just because fuck you.<br>I’m told it also looks good in graphical browsers.
|
|
|
|
<p class=c>© 2001–9 <a href=about.html>Mark Pilgrim</a>
|
|
<script src=jquery.js></script>
|
|
<script src=dip3.js></script>
|