Repository for the Coding Fundamentals class of Digital Women Program - Berlin Spring 2025
Welcome! On this repo you can find
- Weekly homework/task assignment
- Code examples was used during the class
# starting from lesson-2
- Final Project structure and models
# Soon...
- create a new directory inside /homework following the pattern
- inside the directory you created, add the challenges/exercises + instructions in a README.md file. We love Markdown🥰
- do not add main.py file, even empty. the reason for it is because we want to avoid triggering git conflicts when learners pull this remote repo from their forked
- inside /homework/lesson-* create a new directory called solution
- add the solution on a main.py file
- preferably push it on the week after the lesson was given, so the learners can have access to it
you can add the code example/snippets you have during the session on this repo as well! 🚧TBD👷🏻♀️