This is the repository for The Python course published by AI DOJO. It contains all the course code with supporting project files necessary to work through the code.
We recommend to use Colab, you will find Colab icon in the top of all AI DOJO code. If you want to use your own pc please follow the instructions below:
- Install Python on Windows/Mac.
- Install pip for Windows/Mac/Linux.
- Make sure to install the necessary python packages for the Bootcamp from the requirements.txt file.
- Donwload the code editer, we recommend vscode
Review of the Python programming language that covers basic syntax, variables, arithmetic operations, control flow, functions, classes, and built-in Python modules. All applied using Google Colab.