Python: Difference between revisions
No edit summary |
(→Links) |
||
Line 5: | Line 5: | ||
= Links = | = Links = | ||
* [https://github.com/jupyter/jupyter/wiki/a-gallery-of-interesting-jupyter-notebooks Interesting Jupyter Notebooks] | |||
== Downloads == | == Downloads == | ||
* [https://www.anaconda.com/download/ Anaconda Download] | * [https://www.anaconda.com/download/ Anaconda Download] |
Revision as of 16:10, 14 March 2018
Basics
Links
Downloads
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