Python tutorial
This is Python tutorial. The Python tutorial is suitable for beginners. It covers the basics and some advanced topics of the language.
Table of contents
- Python language
- Interactive Python
- Lexical structure
- Data types
- Strings
- Lists
- Dictionaries
- Operators
- Keywords
- Functions
- Files
- OOP
- Modules
- Packages
- Exceptions
- Iterators & Generators
- Introspection
Python
Python is a dynamic object-oriented programming language. It is a general purpose programming language. It can be used for many kinds of software development. The design purpose of the Python language emphasizes programmer productivity and code readability.
Similar tutorials
Scripting languages tutorials on ZetCode include PHP tutorial and Ruby tutorial. Tutorials for Python GUI libraries: wxPython tutorial, PyQt4 tutorial, PySide tutorial, PyGTK tutorial and Tkinter tutorial.