Skip to content
Snippets Groups Projects
Commit 44bd036c authored by Gary Steele's avatar Gary Steele
Browse files

Update README.md

parent 2124dd2d
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,8 @@ The notebooks are designed for people with no programming background at all, and ...@@ -9,8 +9,8 @@ The notebooks are designed for people with no programming background at all, and
* Basic concepts in Python: What it is and how it works * Basic concepts in Python: What it is and how it works
* Functions in Python: How to write them and how to use them * Functions in Python: How to write them and how to use them
* Program flow control: How to control the flow of execution of your code * Program flow control: How to control the flow of execution of your code
* Scientific computing in python: Introduction to the numpy library * Scientific computing in Python: Introduction to the numpy library
* Data in python: How to load, plot and fit data * Data in Python: How to load, plot and fit data
Each notebook includes a list of detailed learning objectives so you know what you should be learning. Each notebook includes a list of detailed learning objectives so you know what you should be learning.
...@@ -18,11 +18,11 @@ There are also assignment notebooks from the course, which can be shared upon [r ...@@ -18,11 +18,11 @@ There are also assignment notebooks from the course, which can be shared upon [r
# How to use them # How to use them
If you want to use the notebooks for learning python, you can download this zip file: If you want to use the notebooks for learning Python, you can download this zip file:
[Lecture_Notebooks.zip](https://gitlab.tudelft.nl/python-for-applied-physics/practicum-lecture-notes/-/jobs/artifacts/master/download?job=outputs) [Lecture_Notebooks.zip](https://gitlab.tudelft.nl/python-for-applied-physics/practicum-lecture-notes/-/jobs/artifacts/master/download?job=outputs)
The zipfile also includes instructions on how to install python and start up the notebook server. The zipfile also includes instructions on how to install Python and start up the notebook server.
# Feedback # Feedback
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment