Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Your Knowledge

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.

sharpening

Complete the following exercises to test your knowledge of what you've just learned.

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!

Links:

Materials:

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages