Python: Difference between revisions

From Wiki
mNo edit summary
Line 15: Line 15:
* [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]
* [https://code.google.com/p/pyscripter/ PyScripter]
* [https://code.google.com/p/pyscripter/ PyScripter]


Line 23: Line 21:
* http://en.wikibooks.org/wiki/Python_Programming
* 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


== Links ==
== Links ==
* http://stackoverflow.com/questions/2988211/how-to-read-a-single-character-at-a-time-from-a-file
* http://stackoverflow.com/questions/2988211/how-to-read-a-single-character-at-a-time-from-a-file

Revision as of 11:29, 24 March 2021