2012年8月6日 星期一

machine learning + python

http://scikit-learn.sourceforge.net/stable/

http://pybrain.org/

vim + python IDE


https://github.com/kaochenlong/eddie-vim

+

sudo apt-get install vim-scripts

vim-addons install taglist  
vim-addons install supertab
vim-addons install cscope
vim-addons install winmanager
vim-addons install tags

2012年8月5日 星期日

testing framework for driver


Robot Framework

http://code.google.com/p/robotframework/

staf

softwave testing automatic framework

http://staf.sourceforge.net/current/STAFPython.htm


python software testing

http://samsnyder.com/2010/09/15/python-software-testing-and-automation/

2012年8月2日 星期四

2012年8月1日 星期三

vpython 3d image api

http://www.vpython.org/contents/docs/visual/index.html

Mock - Mocking and Testing Library

mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used.
ref : http://www.voidspace.org.uk/python/mock/index.html#quick-guide