.. include:: /include/global.inc Python tutorial ********************************** .. moduleauthor:: PSchau .. sectionauthor:: PSchau The goal of this tutorial is to give prospective ITOM users a quick overview about the basic |Pythonv3| commands and how to use them within |itom|. **Content** .. toctree:: :maxdepth: 2 pytut-runscript.rst pytut-numbers_math.rst pytut-variables-names.rst pytut-strings-text.rst pytut-dictionaries.rst pytut-if-else.rst pytut-loops-lists.rst pytut-classes-objects.rst pytut-functions.rst pytut-modules.rst pytut-prompting-passing.rst pytut-reading-writing-files.rst The following resources have been used: * `Python-Kurs (v3) `_ (German) * `Python Course (v3) `_ (English) * `Official Python v3.3.0 documentation `_ * `Moving from Python 2 to Python 3 (Cheatsheet) `_ * `Dive into Python (v2) `_ * `Learn Python The Hard Way (be careful: Python 2) `_ * `Python Tutorial on javas2s.com (v2) `_ * `Python examples (example source code) on javas2s.com (v2) `_ * `Python Tutorial on tutorialspoint.com (v2) `_