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

Have you considered adding instructions for Mypy and type hints and annotations?

I guess the section about installing Python on Windows should cover the improvements that came with 3.4, namely the automatic installation of pip and the automatic addition of C:\Python34\ and...

I'm still learning Python, so I could be way off here. It's from my understanding that virtualenv was a standalone package, and now Python 3 has it built-in? I didn't...

It seems that the usage of Docker for development and production may fit somewhere within this awesome guide. Thoughts?

@kennethreitz It will be great if we can add an article to use Click Library.

Hello I'm keen to contribute to this guide and one immediate thing that springs to mind is an entry for invoke (http://www.pyinvoke.org/) under command line utilities. I commonly use it...

As @glyph pointed out in #359 and on twitter[0] using homebrew to install Python has its own issues. Also, `brew install`'ed versions of Python also mess with packaging[1][2] in ways...

Mac Catalina uses ZSH by default. Which is what you'll get if you buy a new Mac. If you follow the guide, https://docs.python-guide.org/starting/install3/osx/#pipenv-virtual-environments, at the end, if you just run...

Lua also has late-binding closures, as can be seen here: https://repl.it/repls/HotpinkEagerQuery (the first one intentionally misused to highlight the difference between block scope and function scope) It just also has...

The direnv section simply refers the reader to direnv.net for Linux installation instructions (by the the site is not linked on the page). Since there are different ways to get...