This repo allows you to practice the basics of Python that you have just learned. Albeit tedious, it is good to understand the basics before you jump to more difficult concepts. This allows you to become a stronger developer.
When necessary, use the Lesson as a reference.
Before you start, make sure you create your virtual environment.
python3 -m venv .venv
source .venv/bin/activate
Choose 'yes' when prompted to include the venv in your workspace.
Remember to choose Install when prompted to install the ipykernel package.
Now you can choose each set of exercises.ipynb from the sidebar to practice the concepts you've just learned.
Note In the bottom right corner of the screen, hover over the Cursor Tab and in the box, choose Disable Globally. Also choose disabled in the Cursor Prediction dropbox. This will enable you to create the code on your own without the help of Cursor. Creating the functions yourself will help you learn the material.
Good luck!
