python-guide icon indicating copy to clipboard operation
python-guide copied to clipboard

Python best practices guidebook, written for humans.

Results 140 python-guide issues
Sort by recently updated
recently updated
newest added

After reviewing existing entries in this chapter, I went back to the Python language docs and discovered cmd. This allowed me to build my project–a command line interface–with ease! It...

Hello, Following on from my latest pull request (#412) here are all the ePub validation failures from trying to export the guide. That pull request should fix the first three...

URL: http://docs.python-guide.org/en/latest/scenarios/network/#gevent - Link to **greenlets**. - Link to **libevent**. Possibly also link to something that explains **green threads** as well as making a remark that green threads are useful...

Improvements to http://docs.python-guide.org/en/latest/scenarios/network/#pyzmq; Mention that it supports in-process message passing, inter-process message passing and tcp message passing.

The Go button is styled and appears as a capsule, not a square.

This should include a section on "What to do when your library gets popular" addressing backwards compatibility, alpha and beta releases, how to bring in more committers, managing community expectations,...

http://nedbatchelder.com/blog/201007/installing_python_packages_from_windows_installers_into.html

http://hynek.me/articles/python-deployment-anti-patterns/