Python: Difference between revisions
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
* easy_install3 pip | * easy_install3 pip | ||
* pip-3.2 install <package> | * pip-3.2 install <package> | ||
== mysql for python3 == | |||
* pymysql | |||
== mouse control == | |||
* dogtail | |||
== 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 16:37, 10 December 2012
Downloads
python for beginners
pip for python3
- apt-get install python3-setuptools
- easy_install3 pip
- pip-3.2 install <package>
mysql for python3
- pymysql
mouse control
- dogtail