[Python] Taking a tour ...

I have one another blog writing about Python and stuffs, but I've deleted for some reasons.
To have an overview of Python, let me give you a checklist about Python basic term in coding.


 1Introduction to Python and basis
  • Dynamic-typing, interpreted language
  • Basic data type (built-in types)
  • Conditional expression (if….else, while, do….while)
  • Operator
2Advance data type
  • List, Dictionary, Tuple
  • File
  • Comprehesions and Iterators
3Function and module
  • Function
  • Argument
  • Module
  • Advanced Function
4Class and OOP
  • Class
  • Constructor
  • Attributes
  • Method
5Class and OOP(cont.)
  • Operator Overloading
  • Polymorphism
  • Encapsulation
  • Inheritance
  • Exception
Tutorial of Python: http://docs.python.org/py3k/tutorial/
Some documents: http://www.mediafire.com/?t45pdil6aq0cmva 
Some slides introduction: http://www.mediafire.com/?21iialis8277w

 Hope this can help you guys to get an overview when starting coding Python !

Không có nhận xét nào:

Đăng nhận xét