python-guide
python-guide copied to clipboard
Python best practices guidebook, written for humans.
- http://docs.python-guide.org/en/latest/starting/install/osx/ - http://docs.python-guide.org/en/latest/starting/install/win/ - http://docs.python-guide.org/en/latest/starting/install/linux/ Linux will need the most attention. Should reflect what is written here: http://docs.python-guide.org/en/latest/starting/which-python/
The *Working with Python 3* section mentions you should use `python3` to launch the Python 3 interpreter, which does not actually work. The Windows distribution provides only `python.exe` for all...
It's probably a good idea to add some content about deep learning, pointing to frameworks like tensorflow, pytorch, etc. It's such a popular use of Python that I am surprised...
The best example in the [Mutable and Immutable Types](http://docs.python-guide.org/en/latest/writing/structure/#mutable-and-immutable-types) section of the [Structuring Your Project](http://docs.python-guide.org/en/latest/writing/structure/) page is: ``` # create a concatenated string from 0 to 19 (e.g. "012..1819") nums...
From https://github.com/realpython/python-guide/blob/master/docs/starting/which-python.rst#cpython : > If you are writing open-source Python code and want to reach the widest possible audience, targeting CPython is best. To use packages which rely on C...
One thing that I would love to see is an opinionated guide to elegant string formatting in python. I feel like there are many ways to do it, especially with...
The folder which contains the images is moved resulting in the images not being shown, else a broken image is shown. Should we edit all the paths?
I did some Googling. None of the pages have very good explanations of _where_ to put your unit test files. Also, AFAIK (I am a Python newbiew) there are some...
The epub version contains the chapter "lower level: virtualenv" two times. edit: actually, it seems that only the TOC is somehow wrong. And there are two chapters that appear twice...
hello sir ... may i translate into indonesian language...??? for Indonesian people to read it easier. thank you for your attention