Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix typo | Louie Dinh | 2014-12-23 | -1/+1 |
| | ||||
* | [python/en] Fix 80 col limit and clarify a few points. | Doug Ilijev | 2014-11-17 | -16/+44 |
| | ||||
* | More apostrophe fixes | Jack Hooper | 2014-11-12 | -2/+2 |
| | | | I hate to be that guy, but... I found a couple more. | |||
* | Updated note regarding Python 3 tutorial. | Jack Hooper | 2014-11-12 | -1/+1 |
| | ||||
* | There's no apostrophe in 90s | Jack Hooper | 2014-11-12 | -1/+1 |
| | | | Apostrophes are for indicating an abbreviation or for denoting possession. '90s' is merely a plural. It is an abbreviation of 1990s, so technically it ought to be '90s, but for all intents and purposes this is optional. | |||
* | Merge pull request #795 from marvelousNinja/plus_signs_in_python | Levi Bostian | 2014-10-09 | -9/+9 |
|\ | | | | | [python/en] Removed unnecessary plus signs in bool operators section | |||
| * | [python/en] Removed unnecessary plus signs in bool operators section | Alexander Sologub | 2014-10-09 | -9/+9 |
| | | ||||
* | | Gosh, what happened to me today?( Fixed the left bracket | Andre Polykanine A.K.A. Menelion Elensúlë | 2014-10-09 | -1/+1 |
| | | ||||
* | | Corrected as per @iirelu's comment | Andre Polykanine A.K.A. Menelion Elensúlë | 2014-10-09 | -1/+1 |
| | | ||||
* | | [python/en] Adding exponentiation operator | Andre Polykanine A.K.A. Menelion Elensúlë | 2014-10-09 | -0/+4 |
|/ | ||||
* | [python/en] Added Bool operators | Steven Basart | 2014-09-07 | -1/+1 |
| | | | Modified Bool operators | |||
* | [python/en] Added Bool operators | Steven Basart | 2014-09-07 | -3/+11 |
| | | | Bool operators | |||
* | Merge https://github.com/adambard/learnxinyminutes-docs | Evgeniy Ginzburg | 2014-08-06 | -6/+11 |
|\ | | | | | | | Added two minor changes in integer division to make it clear | |||
| * | Squashed commits to prepare for merge | Mikael E. Wikner | 2014-08-06 | -6/+11 |
| | | | | | | | | | | | | | | | | | | | | moved underscore for range variable, added comment renamed parameter in beg decorator added comment about double underscores Update python.html.markdown | |||
* | | aded negative integer division same as in python3 | Evgeniy Ginzburg | 2014-08-06 | -1/+3 |
|/ | ||||
* | Update python.html.markdown | Shashwat986 | 2014-08-05 | -4/+6 |
| | | | range() is not a generator in python 2.x | |||
* | Update python.html.markdown | Shashwat986 | 2014-08-02 | -0/+4 |
| | | | Added more details to try/except section. | |||
* | [python/en] added int div, modulo, and scoping | Steven Basart | 2014-07-13 | -1/+1 |
| | | | Added integer or truncation division, the modulo operator which were missing from operators section. Added function scoping in the functions section. | |||
* | [python/en] added int div, modulo, and scoping | Steven Basart | 2014-07-13 | -0/+23 |
| | | | Added integer or truncation division, the modulo operator which were missing from operators section. Added function scoping in the functions section. | |||
* | 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 |
| | | | | This mostly adds spaces. | |||
* | Better explanation of list slices | Mark Whiting | 2014-02-17 | -0/+4 |
| | | | | | Step size and list slice syntax was not quite clear. Upon seeing li[::-1] as it was previously, I was not sure what this really meant so I looked it up and found that this section of the guide may benefit from more explanation. | |||
* | 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 ↵ | Adam Brenecki | 2013-11-26 | -2/+2 |
| | | | | instead. Closes #418. | |||
* | 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 ↵ | Haydar Kulekci | 2013-08-23 | -14/+14 |
| | | | | become clear (understandable) | |||
* | 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 minor grammatical error on python page | |||
| * | 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 |
| | | | | | | Added dir() function | |||
* | | 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 ↵ | Michael Lee | 2013-06-29 | -2/+63 |
| | | | | | | | | | | | | types, how you can unpack both tuples and lists, using ange, assigning lambdas to variables, dictionary comprehensions, modules, and links to more info about the standard library. | |||
* | | | Incorporated feedback from lodin/adambard/others | Michael Lee | 2013-07-01 | -11/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Added a few lines on using "is" to compare object identity. - Removed example about lists containing arbitrary values. - Removed example about assigning lambdas to variables. - Removed example about dictionary comprehensions. - Removed the additional explanation about 'self' - Added a clarification on modules. | |||
* | | | Added a few lines about truthiness, how lists can contain arbitrary data ↵ | Michael Lee | 2013-07-01 | -2/+64 |
| | | | | | | | | | | | | types, how you can unpack both tuples and lists, using ange, assigning lambdas to variables, dictionary comprehensions, modules, and links to more info about the standard library. | |||
* | | | Merge pull request #22 from NickPresta/patch-1 | lodin | 2013-06-30 | -6/+0 |
|\ \ \ | | | | | | | | | Python: Removing the bit about commas and exceptions. | |||
| * | | | Removing the bit about commas and exceptions. | Nick Presta | 2013-06-28 | -6/+0 |
| | | | |