2015年5月6日 星期三

Python note



1. Which GUI development tool for Python is good? (Chinese)
http://xdean.pixnet.net/blog/post/41253597-python%E4%BD%9Cgui%E9%96%8B%E7%99%BC%E7%9A%84%E9%81%B8%E6%93%87%EF%BC%BB%E8%BD%89%EF%BC%BD

It suggests that learn Tkinter as basic knowledge to coding small project, then use pyGtk,pyQt,WxPython to development large project.

2. Use install package tool
py2exePyPyPyInstaller  from http://zh.wikipedia.org/wiki/Python

3. Other tools for Python:
pywin32 could let Python acces Windows COM and API.
NumPySciPyMatplotlib for science.

4. Offside is needed.

5. IDE tool:
Base on PyQt and use Eric IDE tool is good suggestion.
  • Eric:基於PyQt的自由軟體。支援自動補全、智慧感知、自動語法檢查、工程管理、svn/cvs整合、自動單元測試等功能。偵錯功能與Visual Studio和Eclipse類似。目前同時有兩個版本。Eric4支援Python2.x,Eric5支援Python3.x。使用前需要先安裝相應的PyQt版本。 
  • About PyQt install, could refer this path: http://koko.ntex.tw/wordpress/?p=37
  • PyQt folder such as "D:\Python27\Lib\site-packages\PyQt4 " includes designer.exe UI editor.

6. Installer:
Use Py2exe to package .py as execute file.

7. package install tool: (Chinese)
easy_install and pip
http://coopermaa2nd.blogspot.tw/2012/12/easyinstall-pip.html

8. Reference:

沒有留言:

張貼留言