- Lecturer: Martin Fröjd
- Original creator: Robert Westin
You can view markdown files in GitHub i.e this README.md
will be visible on the page devops22-python.
You can preview markdown files in vscode with an extension i.e markdown all in one. To open the preview mode, right click on the file and select Open preview
.
# To get the latest lesson & updates in main
git pull
# If you are in a branch you can rebase
git fetch
git rebase origin/main
Each lesson has its own folder that often contain a LINK.md
and EXERCISE.md
. New lessons will be released regularly.
Exercises should generally NOT
be handed in, except the first lesson and the group project. You are recommended to complete all exercises, since they are preparing you for the final assignment and future lessons.
The LINKS_X.md
file contains what you need to solve the exercises and you can also find extra material to learn more. If you get stuck on an exercise, remember to check links for that lesson.
If you have any improvements, guides or just better wording, feel free to create a pull request
with the improvement to this repository.