Skip to content

sbwcwso/effectivepython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Effective Python

Effective Python这个本书的源码,中文名:编写高质量python代码的59个有效方法

Hello! You've reached the official source code repository for Effective Python. 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 or python2.7 item_03_example_03.py to run a specific version of Python.

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

About

Effective Python这个本书的源码,中文名:编写高质量python代码的59个有效方法

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Makefile 0.1%