Fork me on GitHub
随笔 - 215  文章 - 13  trackbacks - 0
<2018年6月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567


专注即时通讯及网游服务端编程
------------------------------------
Openresty 官方模块
Openresty 标准模块(Opm)
Openresty 三方模块
------------------------------------
本博收藏大部分文章为转载,并在文章开头给出了原文出处,如有再转,敬请保留相关信息,这是大家对原创作者劳动成果的自觉尊重!!如为您带来不便,请于本博下留言,谢谢配合。

常用链接

留言簿(1)

随笔分类

随笔档案

相册

Awesome

Blog

Book

GitHub

Link

搜索

  •  

积分与排名

  • 积分 - 203806
  • 排名 - 127

最新评论

阅读排行榜


关于译者
姓名:熊能
Email:yidao620@gmail.com
博客:http://yidao620c.github.io/
GitHub:https://github.com/yidao620c
项目主页
https://github.com/yidao620c/python3-cookbook



《Python Cookbook》3rd 中文版2.0.0正式发布啦 ^_^! ——2016/03/31


译者的话

人生苦短,我用Python!

译者一直坚持使用Python3,因为它代表了Python的未来。虽然向后兼容是它的硬伤,但是这个局面迟早会改变的, 而且Python3的未来需要每个人的帮助和支持。 目前市面上的教程书籍,网上的手册大部分基本都是2.x系列的,专门基于3.x系列的书籍少的可怜。

最近看到一本《Python Cookbook》3rd Edition,完全基于Python3,写的也很不错。 为了Python3的普及,我也不自量力,想做点什么事情。于是乎,就有了翻译这本书的冲动了! 这不是一项轻松的工作,却是一件值得做的工作:不仅方便了别人,而且对自己翻译能力也是一种锻炼和提升。

译者会坚持对自己每一句的翻译负责,力求高质量。但受能力限制,也难免有疏漏或者表意不当的地方。 如果译文中有什么错漏的地方请大家见谅,也欢迎大家随时指正: yidao620@gmail.com

目前已经正式完成了整本书的翻译工作,历时1年多,不管怎样还是坚持下来了。现在共享给python社区。


项目说明

  1. 英文原版PDF下载地址: http://pan.baidu.com/s/1dDhByJv
  2. 所有文档均使用reStructuredText编辑,参考 reStructuredText
  3. 当前文档生成托管在 readthedocs 上
  4. 生成的文档预览地址: python3-cookbook
  5. 使用了python官方文档主题 sphinx-rtd-theme ,也是默认的主题default.
  6. 书中所有代码均在python 3.4版本下面运行通过,所有源码放在cookbook包下面
# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org on_rtd = os.environ.get('READTHEDOCS', None) == 'True'  if not on_rtd:  # only import and set the theme if we're building docs locally     import sphinx_rtd_theme     html_theme = 'sphinx_rtd_theme'     html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]  # otherwise, readthedocs.org uses their theme by default, so no need to specify it 

其他贡献者

  1. Tony Yang (liuliu036@gmail.com)
  2. Yu Longjun (https://github.com/yulongjun)
  3. LxMit (https://github.com/LxMit)

How to Contribute

You are welcome to contribute to the project as follow

  • fork project and commit pull requests
  • add/edit wiki
  • report/fix issue
  • code review
  • commit new feature
  • add testcase

Meanwhile you'd better follow the rules below

  • It's NOT recommended to submit a pull request directly to master branch. develop branch is more appropriate
  • Follow common Python coding conventions
  • Add the following [license] in each source file

License

(The Apache License)

Copyright (c) 2014-2015 Xiong Neng and other contributors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

posted on 2016-09-22 08:52 思月行云 阅读(317) 评论(0)  编辑 收藏 引用 所属分类: Python

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理