/python-course

A simple repository with classes from Python course

Primary LanguagePython

Python-Course

A simple repository with classes from Python course on Udemy.
You can access the course through this link.
Developed with Python 3.11.5.

How to use

In order to execute any of the files, just do it by using the interactive mode:

  • python -i any_path_here/desired_script.py
    (e.g.): python -i basic_classes/class017.py

Content of Basic Classes

Content of POO Classes:

Tracking Exercises - Basic Classes

Tracking Exercises - POO Classes

Tracking Exercises - Module Classes

Extra

Some tests out of the class: