.
小數除法
>>> 7/2
3
>>> 7/2.
3.5
>>> 7./2
3.5
// code block
@TODO:
-----
easy_install
# 下載簡易安裝程式easy_install.py: http://peak.telecommunity.com/dist/ez_setup.py
# 執行剛下載回來的ez_setup.py(雙擊即可執行),會自動下載setuptools.exe, 透過此工具以簡化後續的安裝步驟
-----
Django - http://www.djangoproject.com/
Scrapy - http://scrapy.org/ - spider framework
Twisted - http://twistedmatrix.com/
lxml - http://codespeak.net/lxml/
Ren'Py - http://www.renpy.org/wiki/renpy/Home_Page - Visual Novel Engine
py2exe - http://www.py2exe.org/index.cgi/FrontPage
wxPython - http://www.wxpython.org/
PIL - http://www.pythonware.com/products/pil/
pyWinAuto - http://pywinauto.openqa.org/
NumPy - http://numpy.scipy.org/
SQLAlchemy - http://www.sqlalchemy.org/
Beautiful Soup - http://www.crummy.com/software/BeautifulSoup/
TurboGears - http://turbogears.org/
Python Automated Module For I.E - http://pamie.sourceforge.net/
http://code.google.com/p/python-graph/wiki/Example
http://matplotlib.sourceforge.net/gallery.html
---------------------------------
The Jython Project
http://www.jython.org/
---------------------------------