程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

一張圖學 Python3

編輯:Python

原文鏈接: github.com

Python3 in one pic

[ Languages: English ]



 

Notebook

IPython Notebook Version

Preview

Releated projects

  • 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 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).


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved