You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both of these steps should be followed within `rterm`.
3
+
## Introduction
4
+
5
+
This lesson introduces the basics of profiling and optimising Python code. The course is designed to be accessible to Python users of all skill levels (beyond total beginner). The optimisations presented should be considered performance best practices, they are demonstrated with small programming patterns that demonstrate multiple approaches in code to achieve the same result with differing performance.
6
+
7
+
## Contact Us
8
+
9
+
This course was originally authored by and is currently maintained by [@Robadob](https://github.com/Robadob), it is a fork of the University of Sheffield branded course. Both repositories are maintained, so issues will be monitored .
10
+
11
+
## Contributing
12
+
13
+
See [Contributing](CONTRIBUTING.md)
4
14
5
-
## Setup
15
+
## Acknowledgements
16
+
17
+
The initial development of this course was funded by the University of Sheffield, to support training initiatives for users of their [Stanage HPC cluster](https://docs.hpc.shef.ac.uk/en/latest/stanage/index.html).
18
+
19
+
## Building the Site Locally
20
+
21
+
If you are making complex changes, and wish to build the site locally the below instructions can be followed.
22
+
23
+
24
+
### Setup
25
+
26
+
Both of these steps should be followed within `rterm`.
0 commit comments