Skip to content

Commit

Permalink
more detailed plan
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Sep 11, 2024
1 parent 38c3526 commit c42b020
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The schedule will very soon contain links to lesson material and exercises.
- pytest
- GitHub Actions

- 10:45-12:15 (1.5h) - **How to make the project more reusable?**
- 10:45-12:15 (1.5h) - {ref}`reusable`
- Tracking dependencies with requirements.txt and environment.yml
- Recording environments in containers

Expand Down Expand Up @@ -139,6 +139,7 @@ installation/virtual-environment
documentation
testing
reusable
refactoring
publishing
```
Expand Down
13 changes: 13 additions & 0 deletions content/reusable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
(reusable)=

# How to make the project more reusable

Part 1:
- 15 min: Motivation
- 15 min: Best practices for managing dependencies in Python
- 20 min: Exercise

Part 2:
- 10 min: Introduction to containers
- 20 min: Demonstration
- 10 min: Discussion

0 comments on commit c42b020

Please sign in to comment.