Programme: Difference between revisions

From 22101
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.


* 29/08 Lesson 1: [[Using Jupyter Notebook]]
* 03/09 Lesson 1: [[Using Jupyter Notebook]]
* 05/09 Lesson 2: [[Python Basics]]
* 10/09 Lesson 2: [[Python Basics]]
* 12/09 Lesson 3: [[Simple File Reading]]
* 17/09 Lesson 3: [[Simple File Reading]]
* 19/09 Lesson 4: [[Pseudocode and Comments]]
* 24/09 Lesson 4: [[Pseudocode and Comments]]
* 26/09 Lesson 5: [[Python Input-Output]]
* 01/10 Lesson 5: [[Python Input-Output]]
* 03/10 Lesson 6: [[Exceptions and Bug Handling]], [https://evaluering.dtu.dk/ Midterm evaluation] - part 1
* 08/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/ Midterm evaluation] - part 2
* Fall holidays
* Fall holidays
* 24/10 Lesson 8: [[Lists/Sequences]]
* 22/10 Lesson 7 [[Stateful Parsing]], [https://evaluering.dtu.dk/ Midterm evaluation] - part 2
* 31/10 Lesson 9: [[More with Lists]]
* 29/10 Lesson 8: [[Lists/Sequences]]
* 07/11 Lesson 10: [[Simple Pattern Matching]]  
* 05/11 Lesson 9: [[More with Lists]]
* 14/11 Lesson 11: [[Sets]]
* 12/11 Lesson 10: [[Simple Pattern Matching]]  
* 21/11 Lesson 12: [[Dictionaries]]
* 19/11 Lesson 11: [[Sets]]
* 28/11 Lesson 13: [[How to Python]] - The mistakes we see
* 26/11 Lesson 12: [[Dictionaries]]
* 11/12 Exam - [http://eksamensplan.dtu.dk/ the official DTU exam plan]
* 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 13:25, 20 August 2024

Collection of files used in the exercises and lessons - all gathered here.