https://github.com/osandadeshan/python_training
This repository contains examples to learn Python 3.
https://github.com/osandadeshan/python_training
examples oop oop-examples oop-principles python python3
Last synced: about 2 months ago
JSON representation
This repository contains examples to learn Python 3.
- Host: GitHub
- URL: https://github.com/osandadeshan/python_training
- Owner: osandadeshan
- Created: 2021-09-13T04:12:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T04:47:56.000Z (over 3 years ago)
- Last Synced: 2025-01-13T08:27:40.840Z (4 months ago)
- Topics: examples, oop, oop-examples, oop-principles, python, python3
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Training
This repository contains examples to learn Python 3.## Content
* Variables
* Functions
* Classes
* Inheritance
* Conditionals
* Loops
* Dictionaries
* Polymorphism
* Tests and Pytest Fixtures