diff --git a/index.md b/index.md index 6a05026..214c104 100644 --- a/index.md +++ b/index.md @@ -2,10 +2,14 @@ site: sandpaper::sandpaper_site --- + + +**Welcome to Performance Profiling & Optimisation (Python) Training!** The training curriculum for this course is designed for researchers that are writing Python and lack formal computer science training. The curriculum covers how to assess where time is being spent during execution of a Python program, it also provides a high level understanding of how code executes and how this maps to the limiting factors of performance and good practice.