Add tutorial link to README for enhanced user guidance #2908
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Assignment Proposal
Title
Reproducible Python Environments in DevOps: Comparing Pip, Poetry and UV
Names and KTH ID
Deadline
Category
Description
This tutorial introduces three different approaches to Python dependency management — requirements.txt, UV, and Poetry — all within a Google Colab environment.
Participants will learn how to:
requirements.txt
file for simple, reproducible environments.The aim is to demonstrate how these three different approaches can be applied to handle dependency management in Python. This tutorial will be executed in Google Colab.
Relevance
From a DevOps perspective, effective dependency management is essential for reproducible builds, faster CI/CD pipelines, and reliable deployments. Using requirements.txt, UV, and Poetry enables version-controlled and automated environments, ensuring consistency across development, testing, and production.
This approach mirrors industry DevOps practices and supports scalable, maintainable, and production-ready Python applications. By working through our tutorial, users will gain experience with three different approaches and understand their impact on DevOps practices. With this experience, users can make an informed decision on which tool best fits the pipelines they are working with.
You can find the tutorial here: https://colab.research.google.com/drive/1Ew-vsMqDoKLnSsNSTk7ENa_Vj9qm7PKJ?usp=sharing