Python best practices guidebook, written for humans.
COMMITS
/ docs/writing/structure.rst February 20, 2021
M
Update examples to Python 3 in structure section
Matheus Felipe committed
January 26, 2021
K
kennethreitzs essay repository-structure-and-python new URL
klml committed
November 22, 2020
L
Monir Polishes
Lokesh Dhakal committed
L
Minor Polishes
Lokesh Dhakal committed
November 27, 2019
A
Update diveinto link
angellmethod committed
May 31, 2019
K
Merge pull request #976 from mariokostelac/mario/add_link_to_essay
Kenneth Reitz committed
February 26, 2019
D
- Updating link to Dive Into Python
Dave Mackey committed
February 25, 2019
A
Don't recommend Python 2 Library
Anton Kochkov committed
February 9, 2019
M
Add link to the original essey
Mario Kostelac committed
January 14, 2019
G
Remove explicit recommendation to use map and filter over list comprehensions
George Brova committed
December 28, 2018
M
Merge pull request #953 from apjanke/global-vs-caller-namespace
Marc Poulin committed
December 17, 2018
A
Use "local" instead of "global" to describe where imports go
Andrew Janke committed
A
Typo, grammar, and style fixes
Andrew Janke committed
December 4, 2018
M
Fixed all H2 headings
Marc Poulin committed
July 17, 2018
D
Host photos locally
Dan Bader committed
February 19, 2018
M
Fix link to the tests section
Moritz Reiter committed
November 27, 2017
Z
Cross-reference structure tests to writing tests
Zac-HD committed
November 14, 2017
J
Update structure.rst - fix indentation bug
Josh committed
September 4, 2017
K
Update structure.rst
Kenneth Reitz committed
K
Update structure.rst
Kenneth Reitz committed
July 30, 2017
S
clarified module naming re: underscores
Sharlak committed
March 10, 2017
K
Merge pull request #800 from thinkerbot/patch-1
Kenneth Reitz committed
February 28, 2017
T
tests: use __file__ for package import
tv3141 committed
February 24, 2017
S
Indentation typo
Simon Chiang committed
February 23, 2017
K
Merge branch 'patch-1' of https://github.com/danshorstein/python-guide
Kenneth Reitz committed
February 18, 2017
D
add example to mutable/immutable types
Dan Shorstein committed
December 6, 2016
G
Update structure.rst
Gabbarnama committed
August 30, 2016
A
fixing markup on memoization link hint
Ahmad Jarara committed
August 28, 2016
A
fix memoization typo, link to wikipedia's overview
Ahmad Jarara committed
August 10, 2016
K
Fix .PHONY target rule
Kevin Ndung'u committed
July 27, 2016
M
Update startproject in example
Manas committed
June 28, 2016
A
Don't treat targets as files
Aaron Peschel committed
June 3, 2016
D
Fix a few typos
dfowler committed
March 16, 2016
J
Fixes #686
Joachim Jablon committed
March 9, 2016
F
Fix pip requirements link
F. Gabriel Gosselin committed
March 8, 2016
J
Update structure.rst
Jacob Bryan committed
February 13, 2016
K
Structure of the Repository
Kenneth Reitz committed
January 15, 2016
K
updates to context managers
Kenneth Reitz committed
October 22, 2015
S
Adds context manager section to structure.rst
sirMackk committed
October 2, 2015
R
Adding conjunction "and" after the serial comma.
Ryan Sandridge committed
R
Fixing typo. Singular object, not plural.
Ryan Sandridge committed
July 17, 2015
S
Fixes #543. % is not depricated in PEP3101.
Sriram Sundarraj committed
February 28, 2015
V
Corrected lines to be no longer than 78 characters
Vincent Zee committed
December 6, 2014
M
copy edits
Mary Brennan committed
June 17, 2014
G
More writing/structure changes.
george committed
G
More grammar and cross reference for #132.
george committed
G
Some grammar fixes for writing/structure.
george committed
May 28, 2014
P
python is strongly-typed but not statically-typed
Paulie Peña committed