Concepts of Learning

Concepts of Learning#

Note

For help with understanding Files and Folders, there is a nice pilot module developed by the Data Literacy Project at TU Delft. It is a short, self-paced and independent learning course. You can find it here. It is short with some exercises and quizzes to help you understand the basics of files and folders. And although not all aspects of the module might be relevant to this course, I highly recommend you to go through it.

This course is designed to teach you to enhance your Python code with standard software practices such as version control (git), testing, documentation, and packaging. The course specific information is provided in the course overview. For learning concepts, you’ll find documentation for various steps outlined as sub-sections to this page in the navigation sidebar. These steps include, among others, how to get started with git, how to use python in a terminal, etc.