# python3-in-one-pic **Repository Path**: mimemecoder/python3-in-one-pic ## Basic Information - **Project Name**: python3-in-one-pic - **Description**: Learn python3 in one picture. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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](https://google-styleguide.googlecode.com/svn/trunk/pyguide.html) 5. [廖雪峰的Python教程](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000) ## License See the [LICENSE](LICENSE) file for license rights and limitations (MIT).