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:
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.
A list of available options will be displayed. Select "Python Environments" and choose the version of Python you want to use.
devcontainer.json
file, as this is the recommended one for the project.Once you complete the exercises, follow these steps to submit them correctly:
Save and commit the changes in your local repository:
1git add . 2git commit -m "Completed exercises"
Push the changes to GitHub with:
1git push origin main
Go to 4Geeks.com to submit the link to your repository.