Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 693 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 693 Bytes

PYTHON

This file gives an overview on the Python knowledge required for the course, with some general topics and an overview of libraries used in the course such as Flask, Unittest, or SQLAlchemy.

The available files are shown below (click to go to each part):

First Part: Python fundamentals

1 - Python Basics: (To be done)

2 - Object-Oriented Programming with Python: how to work with Classes and objects in Python

3 - Working with functions in Python: (Coming soon)

Second Part: Packages used in the course

**4 - Flask**

5 - Unittest: (Coming soon)

5 - SQLAlchemy: (Coming soon)