summaryrefslogtreecommitdiffhomepage
path: root/python.html.markdown
Commit message (Collapse)AuthorAgeLines
...
* | | | Fix some inconsistencies so that the doc can be read top to bottomldinh2013-06-30-29/+18
| | | |
* | | | Fix whitespaceAdam2013-06-29-5/+8
| |/ / |/| |
* | | Added filename parameterAdam2013-06-29-0/+1
| | |
* | | tiny typo fix in pythonLeah Hanson2013-06-29-1/+1
| | | | | | | | | we -> be
* | | python set literals should be separated by commaJuraj Bubniak2013-06-29-1/+1
| |/ |/|
* | Fixes #16: Added new-style string formattingAdam2013-06-28-0/+7
| |
* | Fixes #26: triple-quoted strings are identified as such, not as commentsAdam2013-06-28-2/+3
| |
* | Fixes #15: Set literalsAdam2013-06-28-6/+11
| |
* | Fixes #14: Clarified if-as-expression wording in python tutAdam2013-06-28-1/+1
| |
* | Merge pull request #23 from brianr/patch-1Adam Bard2013-06-28-2/+2
|\ \ | | | | | | Use consistent example for demonstrating integer vs. float division
| * | Use consistent example for demonstrating integer vs. float divisionBrian Rue2013-06-28-1/+1
| | |
| * | Use consistent example for demonstrating integer vs. float divisionBrian Rue2013-06-28-1/+1
| |/ | | | | | | | | I had to do a decent amount of mental math to figure out the old example (11 / 4 => 2). This one (5 / 2 => 2) is easier, and makes the difference vs. float division (5.0 / 2.0 => 2.5) easier to spot.
* | UpdatesAdam2013-06-28-0/+4
| |
* | Merge pull request #27 from lodin/masterAdam Bard2013-06-28-1/+3
|\ \ | | | | | | Adding contact for feedback =]
| * | Add contact info to python docLouie Dinh2013-06-28-0/+2
| | |
| * | Merge remote-tracking branch 'upstream/master'Louie Dinh2013-06-28-16/+88
| |\|
| * | Remove however in unpacking commenting. It's confusingLouie Dinh2013-06-27-1/+1
| | |
* | | Reverse "omit the beginning|end"Jeff Carpenter2013-06-28-2/+2
| |/ |/| | | While reading I thought this might be a mistake (or I'm just going crazy).
* | Merge pull request #17 from mrshankly/patch-1Adam Bard2013-06-28-4/+4
|\ \ | | | | | | Corrected the last element of li in the lists explanation
| * | Corrected the last element of li in the lists explanation.mrshankly2013-06-28-4/+4
| | |
* | | added some clarification on the default value for dictionary.getKyle Partridge2013-06-28-0/+4
|/ /
* | UpdatesAdam2013-06-28-1/+1
| |
* | add conditional expressions, get and setdefault for dictionary and a little ↵Liteye2013-06-28-0/+21
| | | | | | | | | | | | tip about fuction calling. Signed-off-by: Liteye <yelite958@gmail.com>
* | Add inequality and chained comparisonsjs.sevestre2013-06-28-1/+14
| |
* | Fixed a typoAdam2013-06-27-1/+1
| |
* | Fixed any syntax errorsAdam2013-06-27-4/+16
| |
* | Minor fixes to python docAdam2013-06-27-1/+15
| |
* | Fix typoJulia Evans2013-06-27-1/+1
| | | | | | 8-1 is 7 =)
* | Small edits to python versionAdam2013-06-27-4/+12
|/
* Added tuples, floats and slice syntax. A few minor edits tooLouie Dinh2013-06-27-13/+44
|
* Minor updatesAdam2013-06-27-36/+44
|
* fix typoldinh2013-06-27-1/+1
|
* Fix a few bugsldinh2013-06-27-8/+23
|
* Fill out python docldinh2013-06-27-230/+208
|
* Add python. Just copied clojure.html.markdownLouie Dinh2013-06-26-0/+305