====== Python ====== * www.python.org :US: :GB: * www.python.de :DE: * [[https://www.davidbaumgold.com/tutorials/set-up-python-windows/|How to Set Up a Python Development Environment on Windows]] * www.portablepython.com -- A Python® programming environment preconfigured to run directly from USB storage device. ===== Setup ===== * [[https://thequickblog.com/how-to-change-default-version-of-python-as-python3/|How to change default version of python as python3?]] ===== Learning Python ===== * [[http://pythoncard.sourceforge.net/learning_python.html|The best resources for learning Python]] * www.learnpython.org -- Interactive online tutorial. * [[http://docs.python.org/|Python v2.6.2 documentation]] * http://www-alt.physik.uni-muenchen.de/kurs/Computing/python_05/python.html -- PYTHON für Physiker. ==== Recommended Reading ==== * [[https://www.python.org/dev/peps/pep-0008/|Style Guide for Python Code]] [(https://web.archive.org/web/20210526093307/https://www.python.org/dev/peps/pep-0008/)] * www.greenteapress.com/thinkpython * www.diveintopython.net ~~REFNOTES~~ * [[Examples]]