Skip to content

qingnao/effectivepython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Effective Python

Hello! You've reached the official source code repository for Effective Python: Second Edition. To learn more about the book or contact the author, please visit the official website.

Cover

In this repository you can browse all of the source code included in the book. Each item has its own file or directory containing the example code. Each file is annotated with which example snippet it came from within each chapter.

To run all the code for an item, just type ./item_01.py into your shell and see what it prints out. Alternatively you can type python3 item_01.py to run a specific version of Python.

To report a problem with the book or view known issues, please visit the Errata page.

你好!你已访问《Effective Python: 第二版》的官方源代码库。想了解更多关于本书的信息或联系作者,请访问官方网站。

在这个仓库中,你可以浏览书中包含的所有源代码。每个条目都有其对应的文件或目录,里面包含示例代码。每个文件都标注了其在各章节中对应的代码片段来源。

要运行某个条目的全部代码,只需在命令行中输入 ./item_01.py 并查看输出结果。或者,你可以输入 python3 item_01.py 来运行特定版本的 Python。

如果你想报告书中的问题或查看已知问题,请访问勘误页。

About

Effective Python: Second Edition — Source Code and Errata for the Book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.4%
  • Jupyter Notebook 7.6%