ven
ea929d6094
Merge pull request #897 from maniexx/master
...
PYTHON3: Delete PYMOTW3 due to lack of content
2014-12-22 15:29:07 +01:00
maniexx
674284cfcb
Delete PYMOTW3 due to lack of content
2014-12-22 15:24:09 +01:00
Jack Hooper
38cf765079
Apostrophe fixes as per Python 2 tutorial
2014-11-12 02:04:50 +11:00
Andre Polykanine A.K.A. Menelion Elensúlë
68c9aed134
Corrected as per @iirelu's comment
2014-10-09 23:06:24 +03:00
Andre Polykanine A.K.A. Menelion Elensúlë
39d8753d52
[python/en] Adding exponentiation operator
2014-10-09 22:49:47 +03:00
Steven Basart
820eebcd33
[python3/en] Bool operators
...
Bool operators
2014-09-07 19:23:07 -04:00
Steven Basart
9a909d6a4a
Added Boolean operators and lowered line lengths
...
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.
2014-09-07 02:39:31 -04:00
Louie Dinh
83b63aab54
Fix a long line.
2014-08-21 15:38:50 -07:00
Evgeniy Ginzburg
cb3217fc35
Merge https://github.com/adambard/learnxinyminutes-docs
...
Added two minor changes in integer division to make it clear
2014-08-06 23:45:44 +03:00
Evgeniy Ginzburg
7bcf65278c
comment about floats in integer division
2014-08-06 23:45:37 +03:00
Mikael E. Wikner
a30c76789e
Added changes to the python3 file aswell
2014-08-06 00:20:24 +02:00
Evgeniy Ginzburg
611a00b510
Merge https://github.com/adambard/learnxinyminutes-docs
2014-08-05 17:41:41 +03:00
Evgeniy Ginzburg
57036f128f
aded negative integer division
2014-08-05 17:41:28 +03:00
Shashwat986
abc06a620b
Update python3.html.markdown
...
Added more info to try/except. Corrected some trivial bugs.
2014-08-03 21:56:26 +05:30
Adam Brenecki
164cf1ce78
Mention that Python 2.5-style string formatting still works in 3
2014-07-16 10:25:03 +09:30
Adam Brenecki
0654a19b44
[python3/en] Clean up confusion between % and .format()
2014-07-15 13:30:27 +09:30
Steven Basart
f08663db5c
Update python3.html.markdown
2014-07-13 16:00:28 -04:00
Steven Basart
42c93bf407
[python3/en] added int div, modulo, and scoping
...
Added integer or truncation division, the modulo operator which were missing from operators section. Added function scoping in the functions section.
2014-07-13 14:45:14 -04:00
Steven Basart
bdbff25c58
[python3/en] added int div, modulo, and scoping
...
Added integer or truncation division, the modulo operator which were missing from operators section. Added function scoping in the functions section.
2014-07-13 14:08:12 -04:00
Steven Basart
9f29296054
Update python3.html.markdown
...
fixed python 3 english sets error and editted .add comment because .add only accepts one argument
2014-06-16 14:47:43 -04:00
hirohope
7487e48d03
typo fixes and version in docs
2014-05-18 22:58:35 -04:00
Adam Bard
a4e0544167
Update python->python3 so things don't get mixed up.
2014-05-03 22:46:28 -02:30
Louie Dinh
55660ce3c7
Add Python 3 tutorial
2014-05-03 17:17:43 -07:00