Material for a beginner Python course during 2019/2020
 
 
 
Go to file
Tim Skov Jacobsen 0975281e70 Update external figure references 2019-09-03 19:57:35 +02:00
Course Notes Update external figure references 2019-09-03 19:57:35 +02:00
Session 1 - Data Types Update external figure references 2019-09-03 19:57:35 +02:00
Session 2 - Data Structures Update external figure references 2019-09-03 19:57:35 +02:00
Session 3 - Functions Update external figure references 2019-09-03 19:57:35 +02:00
Session 4 - Plotting Update external figure references 2019-09-03 19:57:35 +02:00
Session 5 - Dataframes Update external figure references 2019-09-03 19:57:35 +02:00
Session 6 - Exercise (shear key plots) Update external figure references 2019-09-03 19:57:35 +02:00
Session 7 - Coordinate Transformation Update external figure references 2019-09-03 19:57:35 +02:00
Session 8 - Exercise (Interpolation) Update external figure references 2019-09-03 19:57:35 +02:00
Session 9 - Heatmaps and merging operation Update external figure references 2019-09-03 19:57:35 +02:00
.gitignore Update typos, consistency between sessions etc. 2019-09-03 17:12:35 +02:00
LICENSE Initial commit 2019-08-30 20:51:25 +02:00
README.md Make links refer directly to notebooks 2019-09-03 17:03:57 +02:00
_config.yml Set theme jekyll-theme-cayman 2019-09-02 15:00:15 +02:00

README.md

Python 101 - Python for Beginners

This GitHub repository contains material for a beginner Python course held in COWI Lyngby during Fall 2019.

Sessions Notes and Exercises

Descriptions and exercises for each session are in the format of HTML-files created with Jupyter Notebooks. See links to the files for each session below.

In the code tab of this repository there will be a folder for each session. In case an exercise requires additional files like .csv-files or scripts, they will be present there.

Session Exercise Solutions

Course Notes

Some notes have been prepared for the course, but is still work in progress: Course Notes (work in progress)

These notes have some content that overlaps with the notes for each session, but is in general a more overall description. It also contains more detailed explanations of some topics that did not fit into the session notes.