Exercises - I can find the exercises
Where are the exercises?
I tried downloading the resources but all I get is a solution from python. This makes it difficult for me to reinforce the concepts I learn. Is it possible to have the exercises as a word document?
Hi Martin!
Great to have you in the course and thanks for reaching out!
The exercise files are available for download alongside the respective solutions - from the resources section.
The exercise files (*.ipynb) are notebook documents specified for the Jupyter Notebook application. Once we have this app installed, we can load .ipynb-files in it.
Please try opening Jupyter's Notebook first and then navigating through the folders to the downloaded exercise. You can load them in your Notebook and then enjoy practicing!
Hope this helps.
Best,
Ivan
Hi Ivan,
Thanks for your reply.
Please kindly show me how to navigate the folders through jupyter.
This is my first time for dealing with python and all what comes with it.
I will rather you show me than explain to me.
Hi Ivan,
This is what I get when I open the resource folder in jupyter.
Hi Ivan,
This is what I get when I open the resource folder in jupyter.
Hi Martin!
First, you must unzip the archive file (*.zip) and then open just the *.ipynb file with Jupyter Notebook. This message indicates you are trying to open a file that is not with an *.ipynb extension.
Hope this helps.
Best,
Ivan