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
py2exe、PyPy、PyInstaller from http://zh.wikipedia.org/wiki/Python
3. Other tools for Python:
pywin32 could let Python acces Windows COM and API.
NumPy、SciPy、Matplotlib 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.
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:
- https://pythonspot.com/qt4-buttons/
- http://blog.163.com/xychenbaihu@yeah/blog/static/132229655201231085444250/ jason URL
- http://blog.csdn.net/fireroll/article/details/38396583 jason URL
- http://www.codedata.com.tw/category/python/ Python class - Chinese
- http://www.jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/ good article
- https://wiki.python.org/moin/ConfigParserExamples configParser
沒有留言:
張貼留言