python-guide
python-guide copied to clipboard
Python best practices guidebook, written for humans.
Under `Python development environments > Your development environment > other` Suggestion? ``` Jupyter notebooks allow you to write and run Python in a browser. Whilst not an editor or an...
Dear Kenneth, on your Side http://docs.python-guide.org/en/latest/dev/virtualenvs/#virtualenvironments-ref you want us to check the python version at "Make sure you’ve got Python & pip" - here you name the command "$ python...
So, about this section in the OS X installation guides: That `opt/python/libexec` behavior is not actually about 10.12 Sierra vs. newer versions of macOS. Homebrew does not make the unqualified...
It seems authorizations for installing software on OS X have been changed for security reasons. Could you please modify the existing descriptions to reflect the new situation? E.g. "sudo" doesn't...
Thank for building this great guide of Python. May I translate this guide to traditional Chinese (zh-tw)?
In "Further Configuration of pip and Virtualenv" (/dev/pip-virtualenv) the Windows section doesn't seem to work (I'm using Windows 10). One's home directory would be something like: `C:\Users\johndoe` But you won't...
I absolutely love the Reading Code section, and I've been going through some of the repositories and identifying specific examples of why the code is good. I was hoping to...
In Structuring Your Project (/writing/structure/) the section Sample Repository is a little confusing (at least for me). 1. Stating that this is the way Kenneth Reitz recommends structuring a project...
I got a little bit confused when reading recommendation for package management solution and project structure. Package management section recommends pipenv (thanks for that :)), but then project structure recommends...
Coworkers and I wrote [a guide to setting up a Python development environment](https://pages.18f.gov/dev-environment-standardization/languages/python/), and it may have useful information to borrow for this guide, especially for updating the install guides....