Python: Difference between revisions

From Wiki
No edit summary
mNo edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Basics ==
* [[Python/CheatSheet]]
* [[Python/Jupyter]]
* [[Python/Jupyter Installation]]


== Editors ==
* [[Visual Studio Code]]
* [[Python/SublimeText]]


== Downloads ==
== Downloads ==
* [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]


== python for beginners ==
== Python for beginners ==
* http://docs.python-guide.org/en/latest/writing/structure/ How to structure projects
* 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
== 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
* https://www.packtpub.com/application-development/modern-python-cookbook?fo_c=2206&fo_k=95afb7165cc16c02454fd73bcdb81744&fo_s=criteoeu&utm_source=Criteo&utm_medium=cpc&utm_campaign=criteo_retargeting_low_0-30days

Latest revision as of 11:30, 24 March 2021