Python: Difference between revisions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
== python for beginners == | == python for beginners == | ||
* http://docs.python-guide.org/en/latest/writing/structure/ How to structure projects | |||
* http://en.wikibooks.org/wiki/Python_Programming | * http://en.wikibooks.org/wiki/Python_Programming | ||
Revision as of 10:53, 24 December 2016
Downloads
- Python Download
- http://www.activestate.com/activepython
- EasyEclipse
- https://code.google.com/p/pyscripter/
python for beginners
- http://docs.python-guide.org/en/latest/writing/structure/ How to structure projects
- http://en.wikibooks.org/wiki/Python_Programming
pip for python3
- apt-get install python3-setuptools
- easy_install3 pip
- pip-3.2 install <package>
mysql for python3
- pymysql
mouse control
- dogtail
- http://sourceforge.net/projects/xautomation/
- http://stackoverflow.com/questions/2986286/simulate-mouse-movement-in-ubuntu
- http://seleniumhq.org/
- http://www.sikuli.org/productivity.html