Commit Graph

37 Commits

Author SHA1 Message Date
Lambda Adi d00182b541 Clarified point about variable names
"Avoid using variables for different things" is misleading at best. The
point must communicate that foolish reuse of _the same_ variable name,
for different types of data, is the hobgoblin of reckless minds :)
2013-01-27 15:04:09 +05:30
Kenneth Reitz cefa740985 Merge pull request #207 from andrewmacgregor/master
Fixes for warnings in docs
2012-11-15 17:22:15 -08:00
Artie Gold ffdde4ac3e Small text fix. It's "its" not "it's" here. 2012-10-28 15:53:36 -05:00
Andrew Macgregor f1651e1dc8 looks like a typo, was perhaps meant to be link to decorators but that is only a few lines later 2012-10-16 22:04:15 +08:00
Johannes 852edbee25 Fix typo 2012-10-06 12:49:08 +02:00
silkuze f2ca4ea7c6 Missing a semicolon in the function definition 2012-09-08 15:23:39 +03:00
Kenneth Reitz bbb1c2ea19 Revert "Fix spelling in structure.rst"
This reverts commit 0ff26166c6.
2012-07-08 15:48:56 -04:00
Estevan Pequeno 9f792956db small edit 2012-07-05 01:59:25 -05:00
Estevan Pequeno 80a12a70ff markup fix 2012-07-05 01:57:37 -05:00
Kenneth Reitz 4461f0ce8e Merge pull request #178 from epequeno/modulename
Add stub, naming restrictions to structure
2012-07-03 23:33:13 -07:00
Ryan Campbell 0ff26166c6 Fix spelling in structure.rst 2012-07-03 21:48:42 -06:00
Estevan Pequeno 28d211f6f5 edit stub 2012-07-03 22:36:07 -05:00
Estevan Pequeno 167d566650 add stub 2012-07-03 22:19:31 -05:00
Estevan Pequeno fcefab992c minor editing 2012-07-03 21:24:08 -05:00
Estevan Pequeno f05bad3839 module naming 2012-07-03 21:08:42 -05:00
Ian Cordasco 226ad55c51 Improve upon string concatenation section. 2012-06-15 14:08:38 -04:00
Kyle Roberts 62e59a57e4 Add code example to demonstrate proper string concatenation.
The text does a good job of explaining which route to take when
concatenating strings, but the mention of "join" might mean nothing to
beginners without a concrete example.
2012-06-13 21:34:08 -04:00
Philip Deuchler 1d1727e658 Removed 'more likely to be' when describing a pure function's deterministic attributes, as pure functions by definition are deterministic 2012-06-08 11:29:57 -04:00
Andrea Gelmini 80d65f1f47 Fix uppercase after semicolon 2012-05-27 17:36:18 +02:00
Natan L 305c69be1d Solidified sanctity of sentences. 2012-05-19 22:15:04 -07:00
Ben Tappin 85ed464107 Capitalisation: 'a python project' -> 'a Python project' 2012-05-16 18:53:36 +02:00
Kenneth Reitz a8b764ecd2 Merge pull request #147 from okin/master
Consistent syntax highlighting.
2012-05-12 07:24:53 -07:00
Niko W 0c9090878f Consistent code highlighting. 2012-05-12 11:16:30 +02:00
Jay Roberts 90b12de0bd Fix minor spelling, grammar, and consistency errors in the Mutable and immutable types. 2012-05-11 14:48:32 -04:00
Jay Roberts a27f9d25a8 Fix minor spelling, grammar, and consistency errors in the Dynamic Typing section. 2012-05-11 14:46:07 -04:00
Jay Roberts 2dd87bea16 Fix minor spelling, grammar, and consistency errors in the Decorators section. 2012-05-11 14:39:58 -04:00
Jay Roberts cca9272a7f Fix minor spelling, grammar, and consistency errors in the Object-oriented programming section.
The paragraph about context and side effects was very difficult to
parse and contained the word "decelable". I attempted to capture the
meaning of the paragraph in a way that was more readable.
2012-05-11 14:37:56 -04:00
Jay Roberts e79aa476a0 Fix minor spelling, grammar, and consistency errors in the Packages section. 2012-05-11 14:24:49 -04:00
Jay Roberts 13865eecae Fix minor spelling, grammar, and consistency errors in the Modules section. 2012-05-11 14:20:14 -04:00
Jay Roberts 947bdef1c2 Fix minor spelling, grammar, and consistency errors in the Structure is Key section. 2012-05-11 14:08:08 -04:00
Niko Wenselowski 39103d0ad5 Fix small markup error. 2012-05-10 21:57:07 +03:00
guibog d62b2d74f4 Adding decorators, typing and (im)mutability 2012-05-01 22:57:34 +08:00
guibog b1bb63071f About OOP 2012-04-27 22:40:21 +08:00
guibog 8ad935e609 About module and packages in Structure 2012-04-24 22:44:30 +08:00
guibog 2d48df09fc Adding poor project structuration examples 2012-04-21 23:40:35 +08:00
Mike Thornton 05f7ede1bd Mostly added s, AUTHORS.rst, fixed some links, added some text editors 2011-12-30 01:20:28 -06:00
Kenneth Reitz 9b8af20caf massive refactor 2011-04-23 16:39:47 -04:00