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.
- Host: GitHub
- URL: https://github.com/monikakonieczna/python-tutorial
- Owner: monikakonieczna
- Created: 2022-12-06T07:27:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T10:09:16.000Z (over 3 years ago)
- Last Synced: 2025-01-26T14:07:28.591Z (about 1 year ago)
- Topics: python, python-practice, test-automation-university
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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