Hiển thị các bài đăng có nhãn python. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn python. Hiển thị tất cả bài đăng

[Python] Pythonic, Pythoneer, Pythonist, Pythonista ?!


First of all,

If you have coded in Python, you must know these terms: PYTHONIC, PYTHONIST, PYTHONEER and PYTHONISTA... So what is the meaning of those terms ?!
Pythonic simply means something like "idiomatic Python".
Pythoneer and Pythonista - of course - are people who love Python. For me, Pythonista are programmers who are real loyal fans of Python-the-language. Pythoneer - in my view - are the ones that always think and create new things using Python, they seems to be the ones who are likely the leaders talking about Python programming and stuffs... Well, that's just my own opinion.

But that's not the main content of this blog entry. If this is the first time you've coded in Python and you want to learn more about this language, I think you should read those 2 articles below. Those articles are about the style of coding of PYTHONISTAs and the meaning of PYTHONIC. When I first learnt Python, I was so glad that I had read those articles:

Know more about the meaning of Pythonic:
http://faassen.n--tree.net/blog/view/weblog/2005/08/06/0

English version for "Code like a Pythonista: Idiomatic Python": http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html

(For my dear Vietnamese friends, there is a VNese version too)
http://www.vithon.org/2007/07/28/l%E1%BA%ADp-trinh-nh%C6%B0-m%E1%BB%99t-pythonista:-thanh-ng%E1%BB%AF-python

Give thanks to those articles' author/blogger. I love those articles !
Enjoy your time reading, everyone !

[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 !