Lecture 4: Sep 2
Introduction to JupyterLab for Beginners
Activities
A nice gentle intro to python using jupyterlab.
Navigate to https://www.learnpythonwithjupyter.com/
Click on “Get the free pdf”
Work through the sections (see the list on the left panel). Attempt to work up to “Playing by numbers”
Use a single jupyter notebook for all your coding. Use different code blocks as you move on.
Assignment 2: Write code to create a multiplication table. Your code must be as general as possible. That is, the code should be able to create the table for any number and any range.
Upload your assignment on moodle (see assignemnt submission link on moodle)