Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coodict/python3-in-one-pic
Learn python3 in one picture.
https://github.com/coodict/python3-in-one-pic
Last synced: 3 months ago
JSON representation
Learn python3 in one picture.
- Host: GitHub
- URL: https://github.com/coodict/python3-in-one-pic
- Owner: rainyear
- License: mit
- Created: 2015-06-28T12:19:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T22:42:15.000Z (over 2 years ago)
- Last Synced: 2024-05-22T22:30:56.599Z (5 months ago)
- Language: Jupyter Notebook
- Homepage: https://git.io/Coo-py3
- Size: 36.6 MB
- Stars: 4,964
- Watchers: 358
- Forks: 988
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - python3-in-one-pic - Learn python3 in one picture. (Jupyter Notebook)
README
# Python3 in one pic
[ Languages: [English](README.md) ]
[![Gitter chat button](https://img.shields.io/badge/gitter-Join%20Chat-brightgreen.svg)](https://gitter.im/coodict/python3-in-one-pic)
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://www.coinbase.com/rainyear)# Online Version
[https://git.io/Coo-py3](https://git.io/Coo-py3)
## Notebook
[IPython Notebook Version](https://github.com/coodict/python3-in-one-pic/blob/master/notebooks/py3-in-one-pic.ipynb)
## Preview
![py3 in one pic](py3%20in%20one%20pic.png)
## Releated projects
* [Javascript in one pic](https://github.com/coodict/javascript-in-one-pic)
* Go in one pic (in preparation)## TODO
- [X] Use IPython notebook, it's really very cool!- [X] `import this`
- [X] Basic Syntax
- [X] Native Datatypes
- [X] Number
- [X] String
- [X] Boolean
- [X] None
- [X] Byte
- [X] List
- [X] Tuple
- [X] Set
- [X] Dict
- [X] Operators & Casting
- [X] Flow Control
- [X] `if/elif/else`
- [X] `for...in...`
- [X] `while`
- [X] `break` & `continue`
- [X] Iterators & Generators
- [X] Comprehensions
- [X] Function
- [X] Definition
- [X] Arguments
- [X] Lambda
- [X] Documentation
- [X] @decorator
- [X] Class(OOP)
- [X] `class`
- [X] `__init__()` & `self`
- [X] Instance
- [X] Inheritance
- [X] Override
- [X] Module
- [X] `import`
- [X] Search Path
- [X] Package
- [ ] Pythonic
- [ ] Standard Libraries
- [ ] `os, sys`
- [ ] `datetime`## Donation
If you find this project helpful, please consider making a donation with [bitcoin](https://www.coinbase.com/rainyear) or [other way](https://github.com/rainyear/lolita/wiki/Donation) :beers:
## References
1. [Python 3.4.3 documentation](https://docs.python.org/3/index.html)
2. [Dive Into Python 3](http://www.diveintopython3.net/table-of-contents.html)
3. Writing Idiomatic Python 3.3
4. [Google Python Style Guide](http://google.github.io/styleguide/pyguide.html)
5. [廖雪峰的Python教程](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000)## License
See the [LICENSE](LICENSE) file for license rights and limitations (MIT).