- 01- First contact with code
- 02- Intro
- 03- Operators and conditionals
- 04- Loops/Lists
- 05- Functions
- 06- Dictionaries
This repository serves as a homework repository for the Digital Women Program - Coding Fundamentals course. It provides teachers with a variety of exercises to assign as homework, helping students reinforce their understanding of programming concepts, data structures, and algorithms.
The repository is organized into modules, each containing exercises tailored to specific topics. These exercises are designed to challenge students and enhance their problem-solving skills. Teachers can select exercises based on the course progression and student needs.
Explore the exercises, utilize the resources, and contribute to the repository to support the learning community. Happy teaching and learning!
- Clone this repo, e.g.:
git clone git@github.com:ReDI-School/dwp-coding-fundamentals-materials.git
- Go to
/exercises
directory - Add the exercises under the choosen theme file, e.g.:
conditionals.py
- Create a solutions' file for the exercises you contributed, e.g.:
conditionals_solutions.py
- Commit and push into
main
branch