In this practice, you will learn to solve the proposed exercises by applying basic and fundamental visualization techniques, using matplotlib
to create more customizable graphs from scratch, and seaborn
to generate more elegant statistical graphs with less code.
Follow these instructions:
- Create a new repository by forking the Git project or clicking here.
- Open the newly created repository in Codespace using the Codespace button extension.
- Once the VSCode Codespace has finished opening, start your project by following the instructions below.
-
Once you start working on the project, you will see a file
./notebook/problems.ipynb
that contains a series of exercises. -
Before starting, make sure to select the appropriate Kernel.
- When you open the notebook, a message will appear at the top indicating "Select Kernel".
- Click on "Select Kernel" (as shown in the image).
-
A list of available options will be displayed. Select "Python Environments" and choose the version of Python you want to use.
- Make sure to select the version specified in the
devcontainer.json
file, as this is the recommended one for the project.
- Make sure to select the version specified in the
Once you complete the exercises, follow these steps to submit them correctly:
-
Save and commit the changes in your local repository:
git add . git commit -m "Completed exercises"
-
Push the changes to GitHub with:
git push origin main
-
Go to 4Geeks.com to submit the link to your repository.