Learn and Practice Python Programming Using Jupyter Notebook - Part1
Learn and Practice Python Programming Using Jupyter Notebook - Part1
Pre-requisite:
Python has been installed on your local machine, or you can just download Anaconda package and
use
Task 1. Download source code and books into your local machine using GIT
https://github.com/fangohr/introduction-to-python-for-computational-science-and-engineering.git
The Anaconda dashboard displays and you can see all applications
Open the JupyterLab
You can see the Jupyter-notebook will be open in integrated browser . Point to the directory in
which you extract the file in step 1. Note that if you want to open from path then ‘\’ should be
replaced by ‘/’
Example
Open Terminal in current jupyter notebook session, type the folder that you extract files in
step 1
Run command
>>jupyter notebook
Then default folder will be changed and we can start to open jupyter notebook course we just
downloaded in step 1
Task 3. Students need to quick read and practice all codes in following Chapter
01-introduction.ipynb
02-powerful-calculator.ipynb
03-data-types-structures.ipynb
04-introspection.ipynb
05-input-output.ipynb
06-control-flow.ipynb