Skip to content

Commit

Permalink
updated links to new ds & alg presentations
Browse files Browse the repository at this point in the history
finally, the last old content presentation is removed (no more php or slidy)
  • Loading branch information
senarclens committed Dec 9, 2024
1 parent 169a4c7 commit 84e3feb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions programming/py/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Introduction to Programming in Python

{% assign presentations = "https://study.find-santa.eu/presentations/py/" %}
{% assign old_ps = "https://www.senarclens.eu/~gerald/presentations/cms1/" %}

Make sure you have `python` and all required packages installed.
Consult the [notes on installing Python](installation.html) if needed.
Expand Down Expand Up @@ -42,8 +41,9 @@ self-study as well.
* [Documentation]({{ presentations }}documentation/)
* [Creating Your Own Datatypes]({{ presentations }}oop/overview/)
* [Unit Testing]({{ presentations }}unit_testing/)
* [Functional Programming]({{ presentations }}fp/overview)
* [Algorithms]({{ old_ps }}10_algorithms/)
* [Functional Programming]({{ presentations }}fp/overview/)
* [Algorithms]({{ presentations }}algorithms/intro/)
* [Data Structures]({{ presentations }}ds/intro/)

## Special Topics
{% include list.liquid all=true %}
Expand Down

0 comments on commit 84e3feb

Please sign in to comment.