PageRenderTime 47ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/index.html

https://bitbucket.org/dipyzh/dipyzh.bitbucket.org
HTML | 62 lines | 49 code | 12 blank | 1 comment | 0 complexity | e2fe749cc8be59178593dd1222abe080 MD5 | raw file
  1. <!DOCTYPE html>
  2. <meta charset=utf-8>
  3. <title>深入 Python 3</title>
  4. <link rel=alternate type=application/atom+xml href=http://hg.diveintopython3.org/atom-log>
  5. <link rel=stylesheet href=dip3.css>
  6. <style>
  7. h1:before,h2:before{content:''}
  8. #a,#b,#c{list-style:none;margin:0 0 0 -1.7em}
  9. #a:before{content:'A. \00a0 \00a0'}
  10. #b:before{content:'B. \00a0 \00a0'}
  11. #c:before{content:'C. \00a0 \00a0'}
  12. </style>
  13. <link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
  14. <link rel=stylesheet media=print href=print.css>
  15. <meta name=viewport content='initial-scale=1.0'>
  16. <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 type=search name=q size=25 placeholder="powered by Google&trade;">&nbsp;<input type=submit name=sa value=搜索></div></form>
  17. <p>当前位置:&nbsp;&nbsp;<span title="Ce n'est pas un point" style='cursor:default'></span>
  18. <h1>深入 Python 3</h1>
  19. <p><cite>深入 Python 3</cite> 涵盖了 Python 3 及其与 Python 2 的区别<cite><a href=http://diveintopython.org/>《深入 Python》</a></cite>相比,大约两成内容属于修订,另外八成则都是全新的。现在本书已经完成了,但仍然 <a href=about.html>随时欢迎大家反馈意见</a>。
  20. <h2>目录 (<a href=table-of-contents.html>展开</a>)</h2>
  21. <p style="float:right;width:242px;text-align:center;margin:0 0 0 1.75em"><a style="border:0" href="http://www.amazon.com/gp/product/1430224150?ie=UTF8&amp;tag=diveintomark-20&amp;creativeASIN=1430224150" title="Affiliate link = I earn an extra buck"><em>Also available on dead trees!</em><br><img src=http://ecx.images-amazon.com/images/I/51WqvTbtj3L._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA300_SH20_OU01_.jpg alt="深入 Python 3" width=242 height=300><br><em>Pre-order now, get it October 16th!</em></a>
  22. <!-- toc -->
  23. <ol start=-1>
  24. <li><a href=whats-new.html>深入 Python 3中有何新内容</a>
  25. </li><li><a href=installing-python.html>Python 安装</a>
  26. </li><li><a href=your-first-python-program.html>第一段 Python 程序</a>
  27. </li><li><a href=native-datatypes.html>原生数据类型</a>
  28. </li><li><a href=comprehensions.html>推导</a>
  29. </li><li><a href=strings.html>字符串</a>
  30. </li><li><a href=regular-expressions.html>正则表达式</a>
  31. </li><li><a href=generators.html>闭包 <i class=baa></i> 生成器</a>
  32. </li><li><a href=iterators.html> <i class=baa>&amp;</i> 迭代器</a>
  33. </li><li><a href=advanced-iterators.html>高级迭代器</a>
  34. </li><li><a href=unit-testing.html>单元测试</a>
  35. </li><li><a href=refactoring.html>重构</a>
  36. </li><li><a href=files.html>文件</a>
  37. </li><li><a href=xml.html>XML</a>
  38. </li><li><a href=serializing.html>Python 对象序列化</a>
  39. </li><li><a href=http-web-services.html>HTTP Web Services</a>
  40. </li><li><a href=case-study-porting-chardet-to-python-3.html>案例研究 <code>chardet</code> 移植到 Python 3</a>
  41. </li><li><a href=packaging.html> Python 类库打包</a>
  42. </li><li id=a><a href=porting-code-to-python-3-with-2to3.html>使用 <code>2to3</code> 脚本将代码移植到 Python 3</a>
  43. </li><li id=b><a href=special-method-names.html>特殊方法名称</a>
  44. </li><li id=c><a href=where-to-go-from-here.html>接下来阅读什么</a>
  45. </li></ol><!-- /toc -->
  46. <p>本书的免费授权遵循 <a rel=license href=http://creativecommons.org/licenses/by-sa/3.0/>Creative Commons Attribution Share-Alike</a> 协议。你可以选择下载 <a href=d/diveintopython3-html-latest.zip><abbr>HTML</abbr></a> 或是 <a href=d/diveintopython3-pdf-latest.zip><abbr>PDF</abbr></a> 版本。技术狂热分子也可通过水银仓库(Mercurial repository)进行克隆:
  47. <pre><samp class=p>you@localhost:~$ </samp><kbd>hg clone <a href=http://hg.diveintopython3.org/>http://hg.diveintopython3.org/</a> diveintopython3</kbd></pre>
  48. <p class='c nm'>本站针对 Lynx 进行优化仅仅是因为 <br>有人告诉我图形浏览器中它看起来也不错
  49. <p class=c>© 20019 <a href=about.html>Mark Pilgrim</a>
  50. <p class=c>译文: <a href=http://code.google.com/p/inmersionenpython3/ lang=es hreflang=es>西班牙语</a>、 <a href=http://gpiancastelli.altervista.org/dip3-it/ lang=it hreflang=it>意大利语</a>