/python-tutorial

Example scripts from TAU python tutorial.

Primary LanguagePython

python-tutorial

Example scripts from TAU python tutorial where several fundamentals of Python where presented:

  • Variables, Data and Basics
  • Functions
  • Args, Kwargs, *args
  • Conditionals
  • Loops
  • Lists
  • Dictionaries
  • Classes
  • Inheritance, Multiple Inheritance and Polymorphism