An open API service indexing awesome lists of open source software.

https://github.com/monikakonieczna/python-tutorial

Example scripts from TAU python tutorial.
https://github.com/monikakonieczna/python-tutorial

python python-practice test-automation-university

Last synced: 7 months ago
JSON representation

Example scripts from TAU python tutorial.

Awesome Lists containing this project

README

          

# 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