September 7, 2019

165 words 1 min read

coodict/python3-in-one-pic

coodict/python3-in-one-pic

Learn python3 in one picture.

repo name coodict/python3-in-one-pic
repo link https://github.com/coodict/python3-in-one-pic
homepage https://git.io/Coo-py3
language Jupyter Notebook
size (curr.) 38340 kB
stars (curr.) 2836
created 2015-06-28
license MIT License

Python3 in one pic

[ Languages: English ]

Gitter chat button BitCoin donate button

Online Version

https://git.io/Coo-py3

Notebook

IPython Notebook Version

Preview

py3 in one pic

Releated projects

TODO

  • Use IPython notebook, it’s really very cool!

  • import this

  • Basic Syntax

  • Native Datatypes

    • Number
    • String
    • Boolean
    • None
    • Byte
    • List
    • Tuple
    • Set
    • Dict
  • Operators & Casting

  • Flow Control

    • if/elif/else
    • for...in...
    • while
    • break & 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, sys
    • datetime

Donation

If you find this project helpful, please consider making a donation with bitcoin or other way :beers:

References

  1. Python 3.4.3 documentation
  2. Dive Into Python 3
  3. Writing Idiomatic Python 3.3
  4. Google Python Style Guide
  5. 廖雪峰的Python教程

License

See the LICENSE file for license rights and limitations (MIT).

comments powered by Disqus