Python: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
* [https://www.anaconda.com/download/ Anaconda Download] | * [https://www.anaconda.com/download/ Anaconda Download] | ||
* [http://www.python.org/getit/ Python Download] | * [http://www.python.org/getit/ Python Download] | ||
* | * [https://www.activestate.com/activepython/downloads Active Python Download] | ||
* [http://www.easyeclipse.org/site/distributions/python.html EasyEclipse] | * [http://www.easyeclipse.org/site/distributions/python.html EasyEclipse] | ||
* https://code.google.com/p/pyscripter/ | * https://code.google.com/p/pyscripter/ |
Revision as of 11:16, 18 September 2017
Downloads
- Anaconda Download
- Python Download
- Active Python Download
- 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