| Commit message (Expand) | Author | Age | Lines |
... | |
* | [python/en] added int div, modulo, and scoping | Steven Basart | 2014-07-13 | -0/+23 |
* | Python: clearer add lists note. | Juan David Pastas | 2014-05-01 | -1/+1 |
* | Remove references to hash and hashtag in favor of number symbol | Sam Dodrill | 2014-04-14 | -1/+1 |
* | Modify python to be pep8 compliant | Guillermo Garza | 2014-03-21 | -101/+108 |
* | Better explanation of list slices | Mark Whiting | 2014-02-17 | -0/+4 |
* | fix section number | charalambosp | 2014-02-16 | -1/+1 |
* | generators & decorators | charalambosp | 2014-02-16 | -0/+48 |
* | [python] == doesn't coerce types; use bool() to demonstrate truthiness instea... | Adam Brenecki | 2013-11-26 | -2/+2 |
* | added an online intro into Python for scientists | Piotr MigdaĆ | 2013-11-19 | -0/+1 |
* | reverting a list using slices | Amin Bandali | 2013-11-11 | -0/+3 |
* | [python] Change to print function, as per #119 | Adam Brenecki | 2013-09-20 | -16/+18 |
* | [python] Fix typo in comment, as per #265 | Adam Brenecki | 2013-09-20 | -1/+1 |
* | [python] Clarify setdefault, as per #234 | Adam Brenecki | 2013-09-20 | -4/+4 |
* | regular quotes instead of `. | Haydar Kulekci | 2013-08-23 | -15/+15 |
* | some python keywords, which are in comments, enclosed in quotation marks to b... | Haydar Kulekci | 2013-08-23 | -14/+14 |
* | Added an apostrophe to Its | michaelstewart | 2013-08-08 | -1/+1 |
* | Fix tiny typos. | cssmagic | 2013-08-07 | -4/+4 |
* | Expand on References. Add Books. | Louie Dinh | 2013-08-05 | -2/+9 |
* | Fix typo | ldinh | 2013-08-05 | -1/+1 |
* | Authors -> Contributors | Adam | 2013-07-03 | -2/+2 |
* | Merge pull request #99 from adelq/master | Adam Bard | 2013-07-03 | -1/+1 |
|\ |
|
| * | Fix grammatical errors | Adel Qalieh | 2013-07-03 | -1/+1 |
* | | Small fix in python | Adam | 2013-07-03 | -1/+2 |
* | | Added dir() function | Yaser Alraddadi | 2013-07-03 | -0/+5 |
* | | Fix typo | Louie Dinh | 2013-07-01 | -1/+1 |
* | | Tighten up py doc a bit | Louie Dinh | 2013-07-01 | -14/+3 |
* | | Incorporated feedback, and pulled in changes from the master trunk. | Michael Lee | 2013-07-01 | -1/+10 |
|\ \ |
|
| * | | Added a few lines about truthiness, how lists can contain arbitrary data type... | Michael Lee | 2013-06-29 | -2/+63 |
* | | | Incorporated feedback from lodin/adambard/others | Michael Lee | 2013-07-01 | -11/+7 |
* | | | Added a few lines about truthiness, how lists can contain arbitrary data type... | Michael Lee | 2013-07-01 | -2/+64 |
* | | | Merge pull request #22 from NickPresta/patch-1 | lodin | 2013-06-30 | -6/+0 |
|\ \ \ |
|
| * | | | Removing the bit about commas and exceptions. | Nick Presta | 2013-06-28 | -6/+0 |
* | | | | Add hitchhiker's guide to python. | lodin | 2013-06-30 | -0/+1 |
* | | | | Fix typo. | lodin | 2013-06-30 | -3/+3 |
* | | | | Change formatting | ldinh | 2013-06-30 | -5/+3 |
* | | | | Add line breaks | ldinh | 2013-06-30 | -0/+2 |
* | | | | Add to Python reference material | ldinh | 2013-06-30 | -1/+4 |
* | | | | Fix some inconsistencies so that the doc can be read top to bottom | ldinh | 2013-06-30 | -29/+18 |
* | | | | Fix whitespace | Adam | 2013-06-29 | -5/+8 |
| |/ /
|/| | |
|
* | | | Added filename parameter | Adam | 2013-06-29 | -0/+1 |
* | | | tiny typo fix in python | Leah Hanson | 2013-06-29 | -1/+1 |
* | | | python set literals should be separated by comma | Juraj Bubniak | 2013-06-29 | -1/+1 |
| |/
|/| |
|
* | | Fixes #16: Added new-style string formatting | Adam | 2013-06-28 | -0/+7 |
* | | Fixes #26: triple-quoted strings are identified as such, not as comments | Adam | 2013-06-28 | -2/+3 |
* | | Fixes #15: Set literals | Adam | 2013-06-28 | -6/+11 |
* | | Fixes #14: Clarified if-as-expression wording in python tut | Adam | 2013-06-28 | -1/+1 |
* | | Merge pull request #23 from brianr/patch-1 | Adam Bard | 2013-06-28 | -2/+2 |
|\ \ |
|
| * | | Use consistent example for demonstrating integer vs. float division | Brian Rue | 2013-06-28 | -1/+1 |
| * | | Use consistent example for demonstrating integer vs. float division | Brian Rue | 2013-06-28 | -1/+1 |
| |/ |
|
* | | Updates | Adam | 2013-06-28 | -0/+4 |