Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fixed erroneous output and added a little clarity on the matter | Louis Christopher | 2015-11-21 | -2/+2 |
| | | | | | list.index(argument) would return the index of the item in the list that first matched the argument It will not return the value stored at the index of the argument as it was prior. Added some more clarity to the subject as well. | |||
* | Fixed erroneous output stated in a comment | Louis Christopher | 2015-11-21 | -1/+0 |
| | | | | range( start = lower limit, End is < Upper limit , Step) The upper limit is never printed. Fixed the error. | |||
* | Correct math.sqrt(16) | Leslie Zhang | 2015-11-07 | -1/+1 |
| | | | math.sqrt(16) returns 4.0 instead of 4 | |||
* | Merge 'master' of github.com:adambard/learnxinyminutes-docs | evuez | 2015-10-16 | -110/+117 |
|\ | ||||
| * | Added instructions for input operations in Python3 | Ankit Aggarwal | 2015-10-14 | -0/+4 |
| | | ||||
| * | Merge pull request #1504 from dillonjbyrne/patch-1 | Levi Bostian | 2015-10-14 | -119/+119 |
| |\ | | | | | | | [python3/en] Cleaned up formatting and clarified output | |||
| | * | Cleaned up formatting and clarified output | Dillon J Byrne | 2015-10-13 | -119/+119 |
| | | | | | | | | | Unified the formatting throughout the document, clarified the output of a few lines, and tried to make it easier to visually separate comments from code when reading. | |||
| * | | Add PEP8 to "Free Online" | evuez | 2015-10-13 | -0/+1 |
| | | | ||||
| * | | Add resources to the "Free Online" section | evuez | 2015-10-13 | -0/+2 |
| |/ | | | | | | | These have been valuable resources to me, but I'm not sure whether it fits this section or not. | |||
* | | Add property to Classes | evuez | 2015-10-13 | -5/+36 |
| | | | | | | | | This adds the property decorator (getter, setter, deleter) to the class example. Also update scopes functions to fit PEP8. | |||
* | | Update contributors | evuez | 2015-10-13 | -0/+1 |
| | | ||||
* | | Add some stuff to lists, tuples, dicts and sets | evuez | 2015-10-13 | -20/+47 |
|/ | | | | | | Lists: added `remove`, `insert` and `index` Tuples: added extended unpacking Dictionaries: added new unpacking from Python 3.5 Sets: added ^, <=, >= operators | |||
* | Merge pull request #1478 from aayushranaut/master | Levi Bostian | 2015-10-12 | -2/+0 |
|\ | | | | | Range is not a generator | |||
| * | Range is not a generator | Aayush Ranaut | 2015-10-09 | -6/+4 |
| | | ||||
* | | Changed way of creating classes | Gnomino | 2015-10-11 | -2/+2 |
| | | ||||
* | | Merge pull request #1305 from kdelwat/master | Levi Bostian | 2015-10-09 | -0/+3 |
|\ \ | | | | | | | [python3/en] Added examples of multiple parameters to higher order functions | |||
| * | | Add examples of higher-order functions taking multiple arguments | Cadel Watson | 2015-10-07 | -0/+3 |
| |/ | ||||
* / | removing whitespace all over | Gabriel Halley | 2015-10-07 | -4/+4 |
|/ | ||||
* | Merge pull request #1306 from zfergus2/master | Levi Bostian | 2015-10-05 | -3/+47 |
|\ | | | | | [python3/en] edits and additions | |||
| * | Fixed whitespaces | Zachary Ferguson | 2015-10-04 | -6/+5 |
| | | | | | | | | Fixed the spacing to conform with standards. | |||
| * | Changed [python3/en] | Zachary Ferguson | 2015-10-02 | -3/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Compared is and ==. Noted that tuples of length 1 require an ending comma. Discussed that keys of dictionaries have to be immutable. Added that elements of a set have to be immutable. Included an explanation of returning multiple values with tuple assignments. Added some clarifying remarks to comments. | |||
* | | Add step parameter to range function | VeerpalB | 2015-10-04 | -0/+12 |
|/ | | | A description of the step parameter of the range function is added. An example of its use in a for loop is also given. | |||
* | Update python3.html.markdown | Foo Chuan Wei | 2015-09-05 | -2/+2 |
| | ||||
* | Corrected Python3 print() function | Foo Chuan Wei | 2015-09-05 | -2/+2 |
| | ||||
* | Python3: add finally and with statements | Denis Gladkikh | 2015-09-01 | -0/+7 |
| | ||||
* | [python3/en] Use `next()` instead of `__next__()` | Genki Marshall | 2015-07-24 | -6/+6 |
| | | | | | | | | | Fixes issue #1148. The reasoning is well explained by the issue. One can also refer to the docs [0], showing it is more idiomatic to use `next()`. [0]: https://www.python.org/dev/peps/pep-3114/ #double-underscore-methods-and-built-in-functions | |||
* | Added links to the free book "Automate the Boring Stuff with Python" to the ↵ | Al Sweigart | 2015-07-23 | -0/+1 |
| | | | | "Free Online" section. | |||
* | Update python3.html.markdown | Michael Herman | 2015-07-05 | -2/+0 |
| | ||||
* | python/en - added two resources | Michael Herman | 2015-07-05 | -1/+2 |
| | ||||
* | Python3 doc cleanup | Geoff Liu | 2015-04-30 | -21/+21 |
| | ||||
* | [python/en] Range function arguments. | Sriram Sundarraj | 2015-04-23 | -0/+12 |
| | | | | Range function with start and stop. | |||
* | Adding strings without + added. | Sriram Sundarraj | 2015-04-23 | -0/+2 |
| | ||||
* | [python3.html.mardown] Added a short statement about magic methods | Cornel Punga | 2015-03-24 | -1/+3 |
| | | | Terminology related to Python special functions | |||
* | Update python3.html.markdown. Changes to spacing and online resources | Cornel Punga | 2015-03-24 | -4/+2 |
| | | | | 1. Some changes related to spacing 2. Added an online resource | |||
* | Python 3: Changing 'the other tutorial' to a link refering the other tutorial | suuuzi | 2015-02-04 | -1/+1 |
| | ||||
* | Merge pull request #897 from maniexx/master | ven | 2014-12-22 | -1/+0 |
|\ | | | | | PYTHON3: Delete PYMOTW3 due to lack of content | |||
| * | Delete PYMOTW3 due to lack of content | maniexx | 2014-12-22 | -1/+0 |
| | | ||||
* | | Apostrophe fixes as per Python 2 tutorial | Jack Hooper | 2014-11-12 | -3/+3 |
| | | ||||
* | | 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 |
| | | ||||
* | | [python3/en] Bool operators | Steven Basart | 2014-09-07 | -2/+3 |
| | | | | | | Bool operators | |||
* | | Added Boolean operators and lowered line lengths | Steven Basart | 2014-09-07 | -5/+26 |
|/ | | | Added Bool operators and and or, and lowered some line lengths. Also shifted some notes above the code lines to keep with same style and help readability. Also added a note on list comprehension. Also added adding to dictionary. | |||
* | Fix a long line. | Louie Dinh | 2014-08-21 | -1/+3 |
| | ||||
* | 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 | |||
| * | Added changes to the python3 file aswell | Mikael E. Wikner | 2014-08-06 | -6/+11 |
| | | ||||
* | | comment about floats in integer division | Evgeniy Ginzburg | 2014-08-06 | -1/+1 |
| | | ||||
* | | Merge https://github.com/adambard/learnxinyminutes-docs | Evgeniy Ginzburg | 2014-08-05 | -3/+6 |
|\| | ||||
| * | Update python3.html.markdown | Shashwat986 | 2014-08-03 | -3/+6 |
| | | | | | | Added more info to try/except. Corrected some trivial bugs. | |||
* | | aded negative integer division | Evgeniy Ginzburg | 2014-08-05 | -4/+3 |
|/ | ||||
* | Mention that Python 2.5-style string formatting still works in 3 | Adam Brenecki | 2014-07-16 | -0/+4 |
| |