Skip to content

Commit

Permalink
re-shuffle episodes; closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Jan 27, 2025
1 parent 7a9c686 commit ed2d939
Show file tree
Hide file tree
Showing 9 changed files with 612 additions and 216 deletions.
598 changes: 598 additions & 0 deletions content/good-practices.md

Large diffs are not rendered by default.

Binary file added content/img/productivity/chatgpt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/img/productivity/code-completion.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 14 additions & 8 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,16 @@ them to own projects**.

- 11:30-12:15 - Lunch break

- 12:15-13:00 - TBA
- 12:15-12:45 - {doc}`dependencies`

- 13:15-14:00 - {doc}`dependencies`
- 12:45-13:30 - Working with Notebooks
- Notebooks and version control
- Other tooling
- Sharing notebooks

- 13:30-14:15 - Other useful tools for Python development
- {doc}`good-practices`
- {doc}`profiling`

- 14:15-15:00 - Debriefing and Q&A
- Participants work on their projects
Expand All @@ -76,12 +83,9 @@ them to own projects**.

- 09:00-10:00 - {doc}`testing`

- 10:15-11:30 - Code quality and good practices
- Tools
- Concepts in refactoring and modular code design
- From a notebook to a script to a workflow
- Good practices
- {doc}`profiling` (30 min)
- 10:15-11:30 - Modular code development
- {doc}`refactoring-concepts`
- How to parallelize independent tasks using workflows

- 11:30-12:15 - Lunch break

Expand Down Expand Up @@ -124,6 +128,8 @@ documentation
collaboration
dependencies
testing
refactoring-concepts
good-practices
profiling
software-licensing
publishing
Expand Down
4 changes: 0 additions & 4 deletions content/refactoring-concepts.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
orphan: true
---

# Concepts in refactoring and modular code design


Expand Down
117 changes: 0 additions & 117 deletions content/refactoring-demo.md

This file was deleted.

66 changes: 0 additions & 66 deletions content/refactoring/countstars.py

This file was deleted.

21 changes: 0 additions & 21 deletions content/refactoring/snakefile

This file was deleted.

Binary file removed content/refactoring/stars.png
Binary file not shown.

0 comments on commit ed2d939

Please sign in to comment.