python-guide icon indicating copy to clipboard operation
python-guide copied to clipboard

Python best practices guidebook, written for humans.

Results 123 python-guide issues
Sort by recently updated
recently updated
newest added

Hey, has anyone been working on the [Vendorizing Dependencies](http://docs.python-guide.org/en/latest/writing/structure/#vendorizing-dependencies) section? I've been waiting for it for quite a while, I basically got the hang of it by looking at ken's...

PR Would be Accepted

I could do a PR based on the following sources, assuming you'd merge it (i.e. the effort won't be wasted). - [Building Zipapps (PEP 441)](https://py-generic-project.readthedocs.io/en/latest/packaging.html#building-zipapps-pep-441) - [Packaging Python EXecutables (PEX)](https://py-generic-project.readthedocs.io/en/latest/packaging.html#packaging-python-executables-pex)...

So, I update the style guide a little bit. The headings section more specifically. No more tilde headings, since it was breaking the rendering. [Sphinx reStructuredText Primer](http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections) is used as...

Quiero aprender Python3

When using brew install python and adding `export PATH=/usr/local/bin:/usr/local/sbin:$PATH` to your .profile python still points to the system python executable. Instead you have to add this to the .profile: `export...

### Description of the Bug 1.Hi Developers im new to coding. i tried to make this video uploading app to my firebase storage but im not that good at coding...

I feel like a section on common performance pitfalls in Python could be highly useful, not only to new Python programmers but also as a reference for intermediate programmers and...

@kennethreitz suggested I send a pull request for this resource, I emailed him late September about this but I only just got around to it! This resource is from UC...