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

The last version has been released 8 years ago: [https://en.wikipedia.org/wiki/Shinken_(software)](Wikipedia)

if the test file is in the same folder as the `context.py`, then there is no need for the preceding dot when importing context

Hi, While running tests on my code I was doing something like: ```python class Data: mylist = [1,2,3,4] def test_function(): local_list = Data.mylist local_list+=new_list # Do stuff with ``` and...

Fixes #1104 Edited line 306 in docs/intro/learning.rst, links a website with a similar book for problem solving with algorithms and data structures to avoid the previous link's 404 page.

If Zope Blueprint project was what was gonna be written here, it's largely abandoned. Removed the Blueprint section as a whole

…pport python versions * Was updating some pypi packaging notes and saw a reference here * While looking - saw these were very out of date * Attempt to steer...