python3-in-one-pic
python3-in-one-pic copied to clipboard
Learn python3 in one picture.
Python3 in one pic
[ Languages: English ]
Notebook
Preview

Releated projects
- Javascript in one pic
- Go in one pic (in preparation)
TODO
-
[ ] Use IPython notebook, it's really very cool!
-
[X]
import this -
[X] Basic Syntax
-
[ ] Native Datatypes
- [X] Number
- [X] String
- [X] Boolean
- [X] None
- [X] Byte
- [X] List
- [X] Tuple
- [X] Set
- [X] Dict
-
[ ] Operators & Casting
-
[ ] Flow Control
- [ ]
if/elif/else - [ ]
for...in... - [ ]
while
- [ ]
-
[ ] Function
-
[ ] Class(OOP)
-
[ ] Module
-
[ ] Pythonic
-
[ ] Standard Libraries
- [ ]
os, sys - [ ]
datetime
- [ ]
Donation
If you find this project helpful, please consider making a donation with bitcoin or other way :beers:
References
- Python 3.4.3 documentation
- Dive Into Python 3
- Writing Idiomatic Python 3.3
- Google Python Style Guide
- 廖雪峰的Python教程
License
See the LICENSE file for license rights and limitations (MIT).