Programme: Difference between revisions
Jump to navigation
Jump to search
(Created page with "'''Collection of files''' used in the exercises and lessons - all gathered here. * 29/08 Lesson 1: Using Jupyter Notebook * 05/09 Lesson 2: Python Basics * 12/09 Lesson 3: Simple File Reading * 19/09 Lesson 4: Pseudocode and Comments * 26/09 Lesson 5: Python Input-Output * 03/10 Lesson 6: Exceptions and Bug Handling, [https://evaluering.dtu.dk/ Midterm evaluation] - part 1 * 10/10 Lesson 7 Stateful Parsing, [https://evaluering.dtu.dk/ Mid...") |
No edit summary |
||
Line 1: | Line 1: | ||
'''[[Collection of files]]''' used in the exercises and lessons - all gathered here. | '''[[Collection of files]]''' used in the exercises and lessons - all gathered here. | ||
* | * 03/09 Lesson 1: [[Using Jupyter Notebook]] | ||
* | * 10/09 Lesson 2: [[Python Basics]] | ||
* | * 17/09 Lesson 3: [[Simple File Reading]] | ||
* | * 24/09 Lesson 4: [[Pseudocode and Comments]] | ||
* | * 01/10 Lesson 5: [[Python Input-Output]] | ||
* | * 08/10 Lesson 6: [[Exceptions and Bug Handling]], [https://evaluering.dtu.dk/ Midterm evaluation] - part 1 | ||
* Fall holidays | * Fall holidays | ||
* | * 22/10 Lesson 7 [[Stateful Parsing]], [https://evaluering.dtu.dk/ Midterm evaluation] - part 2 | ||
* | * 29/10 Lesson 8: [[Lists/Sequences]] | ||
* | * 05/11 Lesson 9: [[More with Lists]] | ||
* | * 12/11 Lesson 10: [[Simple Pattern Matching]] | ||
* | * 19/11 Lesson 11: [[Sets]] | ||
* | * 26/11 Lesson 12: [[Dictionaries]] | ||
* | * 03/11 Lesson 13: [[How to Python]] - The mistakes we see | ||
* /12 Exam - [http://eksamensplan.dtu.dk/ the official DTU exam plan] |
Revision as of 12:25, 20 August 2024
Collection of files used in the exercises and lessons - all gathered here.
- 03/09 Lesson 1: Using Jupyter Notebook
- 10/09 Lesson 2: Python Basics
- 17/09 Lesson 3: Simple File Reading
- 24/09 Lesson 4: Pseudocode and Comments
- 01/10 Lesson 5: Python Input-Output
- 08/10 Lesson 6: Exceptions and Bug Handling, Midterm evaluation - part 1
- Fall holidays
- 22/10 Lesson 7 Stateful Parsing, Midterm evaluation - part 2
- 29/10 Lesson 8: Lists/Sequences
- 05/11 Lesson 9: More with Lists
- 12/11 Lesson 10: Simple Pattern Matching
- 19/11 Lesson 11: Sets
- 26/11 Lesson 12: Dictionaries
- 03/11 Lesson 13: How to Python - The mistakes we see
- /12 Exam - the official DTU exam plan