Skip to content

Repository for lesson material and exercises in Nackademin DEVOPS22 Python course.

Notifications You must be signed in to change notification settings

Corn1344/devops22-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEVOPS22_PYTHON

  • Lecturer: Martin Fröjd
  • Original creator: Robert Westin

General

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

Lesson folders

Each lesson has its own folder that often contain a LINK.md and EXERCISE.md. New lessons will be released regularly.

Exercise

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.

Link

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.

Improvements

If you have any improvements, guides or just better wording, feel free to create a pull request with the improvement to this repository.

About

Repository for lesson material and exercises in Nackademin DEVOPS22 Python course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages