summaryrefslogtreecommitdiffhomepage
path: root/python3.html.markdown
Commit message (Collapse)AuthorAgeLines
* Merge pull request #1306 from zfergus2/masterLevi Bostian2015-10-05-3/+47
|\ | | | | [python3/en] edits and additions
| * Fixed whitespacesZachary Ferguson2015-10-04-6/+5
| | | | | | | | Fixed the spacing to conform with standards.
| * Changed [python3/en]Zachary Ferguson2015-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 functionVeerpalB2015-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.markdownFoo Chuan Wei2015-09-05-2/+2
|
* Corrected Python3 print() functionFoo Chuan Wei2015-09-05-2/+2
|
* Python3: add finally and with statementsDenis Gladkikh2015-09-01-0/+7
|
* [python3/en] Use `next()` instead of `__next__()`Genki Marshall2015-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 Sweigart2015-07-23-0/+1
| | | | "Free Online" section.
* Update python3.html.markdownMichael Herman2015-07-05-2/+0
|
* python/en - added two resourcesMichael Herman2015-07-05-1/+2
|
* Python3 doc cleanupGeoff Liu2015-04-30-21/+21
|
* [python/en] Range function arguments.Sriram Sundarraj2015-04-23-0/+12
| | | | Range function with start and stop.
* Adding strings without + added.Sriram Sundarraj2015-04-23-0/+2
|
* [python3.html.mardown] Added a short statement about magic methodsCornel Punga2015-03-24-1/+3
| | | Terminology related to Python special functions
* Update python3.html.markdown. Changes to spacing and online resourcesCornel Punga2015-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 tutorialsuuuzi2015-02-04-1/+1
|
* Merge pull request #897 from maniexx/masterven2014-12-22-1/+0
|\ | | | | PYTHON3: Delete PYMOTW3 due to lack of content
| * Delete PYMOTW3 due to lack of contentmaniexx2014-12-22-1/+0
| |
* | Apostrophe fixes as per Python 2 tutorialJack Hooper2014-11-12-3/+3
| |
* | Corrected as per @iirelu's commentAndre Polykanine A.K.A. Menelion Elensúlë2014-10-09-1/+1
| |
* | [python/en] Adding exponentiation operatorAndre Polykanine A.K.A. Menelion Elensúlë2014-10-09-0/+4
| |
* | [python3/en] Bool operatorsSteven Basart2014-09-07-2/+3
| | | | | | Bool operators
* | Added Boolean operators and lowered line lengthsSteven Basart2014-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 Dinh2014-08-21-1/+3
|
* Merge https://github.com/adambard/learnxinyminutes-docsEvgeniy Ginzburg2014-08-06-6/+11
|\ | | | | | | Added two minor changes in integer division to make it clear
| * Added changes to the python3 file aswellMikael E. Wikner2014-08-06-6/+11
| |
* | comment about floats in integer divisionEvgeniy Ginzburg2014-08-06-1/+1
| |
* | Merge https://github.com/adambard/learnxinyminutes-docsEvgeniy Ginzburg2014-08-05-3/+6
|\|
| * Update python3.html.markdownShashwat9862014-08-03-3/+6
| | | | | | Added more info to try/except. Corrected some trivial bugs.
* | aded negative integer divisionEvgeniy Ginzburg2014-08-05-4/+3
|/
* Mention that Python 2.5-style string formatting still works in 3Adam Brenecki2014-07-16-0/+4
|
* [python3/en] Clean up confusion between % and .format()Adam Brenecki2014-07-15-2/+2
|
* Update python3.html.markdownSteven Basart2014-07-13-1/+1
|
* [python3/en] added int div, modulo, and scopingSteven Basart2014-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.
* [python3/en] added int div, modulo, and scopingSteven Basart2014-07-13-0/+26
| | | Added integer or truncation division, the modulo operator which were missing from operators section. Added function scoping in the functions section.
* Update python3.html.markdownSteven Basart2014-06-16-1/+4
| | | fixed python 3 english sets error and editted .add comment because .add only accepts one argument
* typo fixes and version in docshirohope2014-05-18-5/+5
|
* Update python->python3 so things don't get mixed up.Adam Bard2014-05-03-2/+2
|
* Add Python 3 tutorialLouie Dinh2014-05-03-0/+578