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

Hi, I'm looking to install Python 3.8 on an older Ubuntu and I've noticed that a lot of guides are recommending the use of the deadsnakes PPA to do so...

In the Code Style document https://github.com/realpython/python-guide/blob/master/docs/writing/style.rst there's a small mention of autopep8 which can be used to format code to meet PEP8 standards. But there's at least two other autoformatters...

Python Weekly hasn't been updated since 2013 Import Python Weekly hasn't been updated since January of 2019

After brew install python you have to add symlinks and have an appropriate path for python to refer to python3

In the Virtual Environments document (dev/virtualenvs/) we start off by learning about pipenv but then move on to the lower level virtualenv. It is a little unclear under what circumstances...

Now that the `venv` module is part of the standard library for all non-EOL'd Python versions, the instructions can be simplified to use `venv` rather than `virtualenv`. This PR replaces...

Hello. How can I translate this guide to Brazilian Portuguese?

The yaml.load() function call throws the following warning when Loader isn't specified: "YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full...