Commit Graph

108 Commits

Author SHA1 Message Date
Matheus Felipe ea10fc92c5 Update examples to Python 3 in structure section 2021-02-20 18:51:09 -03:00
klml 3240cd0c80 kennethreitzs essay repository-structure-and-python new URL 2021-01-26 18:41:50 +01:00
Lokesh Dhakal 148e6503a9 Monir Polishes 2020-11-22 17:14:07 +01:00
Lokesh Dhakal ad22d2580c Minor Polishes 2020-11-22 16:22:12 +01:00
gison93 e030842c8a Fix link 2020-04-29 12:58:12 +02:00
angellmethod 56c6f2ef69 Update diveinto link
The diveinto.org link is broken when I try it.  I found that https://diveinto.org/python3/table-of-contents.html works but the https://diveintopython3.net/ is shorter and appears less broken to someone reading the url for the first time.  The table of content at this updated address looks the same as what I found on the web.archive.org for the diveinto.org link.
2019-11-27 12:34:07 -06:00
kennethreitz 1d5905d5d7 Merge pull request #976 from mariokostelac/mario/add_link_to_essay
Add link to the original essay
2019-05-31 13:17:48 -04:00
Dave Mackey 8c7e008147 - Updating link to Dive Into Python 2019-02-26 08:26:03 -05:00
Anton Kochkov 7013647d92 Don't recommend Python 2 Library
Switch the Further Reading section to Python 3 link
2019-02-25 16:39:54 +08:00
Mario Kostelac 696d729319 Add link to the original essey 2019-02-09 21:08:24 +00:00
George Brova 90af77a526 Remove explicit recommendation to use map and filter over list comprehensions 2019-01-15 00:57:22 +01:00
Marc Poulin 979b4cdfbd Merge pull request #953 from apjanke/global-vs-caller-namespace
Use "local" instead of "global" to describe where imports go
2018-12-28 08:46:29 -07:00
Andrew Janke d012a66ed6 Use "local" instead of "global" to describe where imports go 2018-12-27 13:10:21 -05:00
Andrew Janke eb6ec70706 Typo, grammar, and style fixes 2018-12-17 17:23:26 -05:00
Marc Poulin 35c13bc9ea Fixed all H2 headings
Before, H2 fomratting was not consistent.
Now, all H2 headings use over/under asterisks.
2018-12-04 13:44:41 -07:00
Dan Bader 03ed5fbf0d Host photos locally 2018-07-16 17:51:29 -07:00
Moritz Reiter c78a2e4f7f Fix link to the tests section 2018-02-19 09:36:32 +01:00
Zac-HD 9c6f2b79ad Cross-reference structure tests to writing tests
Closes #806
2017-11-27 13:25:47 +11:00
Josh 65c8a8ccd7 Update structure.rst - fix indentation bug 2017-11-13 16:18:22 -08:00
Steven Barre 28525be1c1 Typo fix 2017-09-21 16:40:58 -07:00
kennethreitz 1d6412eeb5 Update structure.rst 2017-09-04 16:50:21 -04:00
kennethreitz e8ae202725 Update structure.rst 2017-09-04 16:44:26 -04:00
Sharlak d39c485d16 clarified module naming re: underscores 2017-07-30 21:57:19 +01:00
kennethreitz 885185a5a0 Merge pull request #800 from thinkerbot/patch-1
Indentation typo
2017-03-10 11:45:39 -05:00
tv3141 f3bf91acec tests: use __file__ for package import 2017-02-28 11:33:48 +00:00
Simon Chiang d1f24121ef Indentation typo 2017-02-24 08:21:52 -07:00
kennethreitz 2136f4b7cf Merge branch 'patch-1' of https://github.com/danshorstein/python-guide 2017-02-23 11:11:38 -05:00
Dan Shorstein 46b5e63b0a add example to mutable/immutable types
added the map example, with explanation
2017-02-18 11:03:26 -05:00
Gabbarnama 61ad4a642f Update structure.rst
Removed hyperlink from setup.py
2016-12-06 19:43:59 +05:30
Ahmad Jarara 71257bed9e fixing markup on memoization link hint 2016-08-29 20:49:31 -04:00
Ahmad Jarara 7adc9c0d03 fix memoization typo, link to wikipedia's overview 2016-08-28 17:35:52 -04:00
Kevin Ndung'u 91df42f170 Fix .PHONY target rule
.PHONY should be followed by a colon
2016-08-10 16:58:21 +03:00
Manas c31000c6b8 Update startproject in example
start-project should be startproject
https://docs.djangoproject.com/en/1.9/ref/django-admin/#django-admin-startproject
2016-07-27 12:28:41 +05:30
Aaron Peschel 82a89026b9 Don't treat targets as files
Currently, this sample Makefile has problems if there are any
files/directories named init or test in the same directory as the
makefile. This commit adds a phony to the sample Makefile so that these
targets are not treated as files.
2016-06-28 15:53:53 -07:00
dfowler 5888db734d Fix a few typos 2016-06-03 17:58:02 -04:00
Joachim Jablon a37543f242 Fixes #686 2016-03-17 00:25:34 +01:00
F. Gabriel Gosselin fada1cedd8 Fix pip requirements link
Missing < broke the link
2016-03-09 13:59:58 -08:00
Jacob Bryan 4e3b235a1c Update structure.rst
Updated a broken link to the pip website which explains a pip requirements file
2016-03-08 16:31:44 -06:00
kennethreitz 2c849a96ff Structure of the Repository 2016-02-13 09:48:54 -05:00
kennethreitz c843060d6d updates to context managers 2016-01-15 18:15:24 -05:00
sirMackk 77cf4f478d Adds context manager section to structure.rst 2015-10-24 07:30:38 +02:00
Ryan Sandridge e79bbce255 Adding conjunction "and" after the serial comma. 2015-10-02 14:37:44 -04:00
Ryan Sandridge 45c01b0955 Fixing typo. Singular object, not plural. 2015-10-02 14:32:57 -04:00
Sriram Sundarraj ec78861eef Fixes #543. % is not depricated in PEP3101. 2015-07-17 16:12:58 +05:30
Vincent Zee 7e385158c7 Corrected lines to be no longer than 78 characters 2015-03-01 16:27:06 +01:00
Mary Brennan db1a94fd43 copy edits 2014-12-06 11:55:30 -08:00
george 707628d2af More writing/structure changes. 2014-06-17 11:50:47 -06:00
george 404c2581ee More grammar and cross reference for #132. 2014-06-17 11:07:49 -06:00
george 951f210d02 Some grammar fixes for writing/structure. 2014-06-17 11:06:59 -06:00
Paulie Peña 54aa0542de python is strongly-typed but not statically-typed 2014-05-28 18:55:18 -04:00