Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.23 KB

File metadata and controls

51 lines (36 loc) · 1.23 KB

ReDI School – Intro to Python

ReDI

This repository contains the course materials for the ReDI School Intro to Python course.

📚 Structure

[COURSE-ROOT]
├── README.md
├── classes
│   ├── introduction/
│   │   ├── exercises/
│   │   ├── homework/
│   │   └── resources/
│   ├── data-types/
│   │   ├── exercises/
│   │   ├── homework/
│   │   └── resources/
│   └── ...
├── projects
│   └── ...
└── assets
    └── images, PDFs, diagrams, etc.
  • classes/: Contains subfolders for each class, each with exercises/, homework/, and resources/ directories.
  • assets/: Directory for shared diagrams, PDFs, or other media.

📌 Purpose

  • Provide students with structured course materials
  • Help students navigate content and complete assignments
  • Offer code examples and solutions for reference

📚 For Students

  • This repository is read-only for students
  • Navigate to classes/[topic]/ for each week's materials

🗓️ Course Schedule

See the SYLLABUS.md file for a detailed week-by-week breakdown of topics.


❤️ ReDI School – Aarhus