Python: Difference between revisions
m (→Editors) |
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://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 | ||
== 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
Basics
Editors
Links
- Interesting Jupyter Notebooks
- 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
Downloads
python for beginners
- http://docs.python-guide.org/en/latest/writing/structure/ How to structure projects
- http://en.wikibooks.org/wiki/Python_Programming