[ Languages: English ]
- Javascript in one pic
- Go in one pic (in preparation)
Use IPython notebook, it's really very cool!
import thisBasic Syntax
Native Datatypes
- Number
- String
- Boolean
- None
- Byte
- List
- Tuple
- Set
- Dict
Operators & Casting
Flow Control
if/elif/elsefor...in...whilebreak&continue- Iterators & Generators
- Comprehensions
Function
- Definition
- Arguments
- Lambda
- Documentation
- @decorator
Class(OOP)
class__init__()&self- Instance
- Inheritance
- Override
Module
import- Search Path
- Package
Pythonic
Standard Libraries
os, sysdatetime
If you find this project helpful, please consider making a donation with bitcoin or other way 🍻
- Python 3.4.3 documentation
- Dive Into Python 3
- Writing Idiomatic Python 3.3
- Google Python Style Guide
- 廖雪峰的Python教程
See the LICENSE file for license rights and limitations (MIT).
