Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Sep 14, 2024
1 parent 3b3b9de commit d72d7ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions content/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@

# Creating a Python package and deploying it to PyPI

:::{admonition} Work in progress
Debugging and testing an example ...
:::

- 30 min: Creating a Python package with the help of flit
- 15 min: Deploy the package to test-PyPI using GitHub Actions
5 changes: 4 additions & 1 deletion content/profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Profiling memory and CPU usage

:::{admonition} Work in progress
Here I will add some examples that we can profile together.
:::

Profilers:
- cProfile or profile
- line_profiler
Expand All @@ -13,4 +17,3 @@ Profilers:
- Pyflame
- timeit

(here I will add some examples that we can profile together)

0 comments on commit d72d7ec

Please sign in to comment.