python-guide
python-guide copied to clipboard
Python best practices guidebook, written for humans.
Hello! I have just read the article of Logging. Since it had no example about yaml or json file for configurating logging,I'd like to contribute by adding those to **logging.rst**,...
I happened to use pycrypto, when following PythonGuide. After I failed installing the package on windows with Python 3.6, I found this [issue](https://github.com/dlitz/pycrypto/issues/238) about pycrpto. It seems that pycrypto is...
I arrived on the `Pipenv & Virtual Environments` page from `Installing Python 3 on Mac OS X`. At that point, I've have installed python2 and python3 via homebrew and there...
It would be great if we can get some checklists for all the chapters in the guide. It will be really helpful for people reading it across different days
github https://github.com/google/python-fire blog https://opensource.googleblog.com/2017/03/python-fire-command-line.html
AppImageKit can be used to bundle the Python interpreter, libraries, modules, the payload Python application and any resources such as icons, fonts, graphics, etc., into a single executable file for...
https://github.com/sveinbjornt/Platypus
Which one do you think is better for beginners? And you don't talk about Conda in this book, so dose Conda have some problems? (P.s: This book is really useful.)
These tools although useful have too much content in the guide ([chef part](http://python-guide-fr.readthedocs.io/fr/latest/scenarios/admin.html#chef) and [puppet part](http://python-guide-fr.readthedocs.io/fr/latest/scenarios/admin.html#puppet)) for related topics (not Python based). It should not as stated by the style...
Please don't mention PyCrypto. It's not actively developed, and any software that depends on it, is a nighmare to install on windows. There is a drop in replacement called pycryptodome...