An open API service indexing awesome lists of open source software.

https://github.com/carpentries-incubator/pando-python

Performance Profiling & Optimisation of Research Code (Python) - Short Course
https://github.com/carpentries-incubator/pando-python

alpha carpentries-incubator english lesson open-educational-resources optimisation profiling programming python

Last synced: 3 months ago
JSON representation

Performance Profiling & Optimisation of Research Code (Python) - Short Course

Awesome Lists containing this project

README

          

# Profiling & Optimisation (Python)

## Introduction

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.

## Contact Us

This course was originally authored by [@Robadob](https://github.com/Robadob) and is now also maintained by [@JostMigenda](https://github.com/JostMigenda).

Releases prior to Beta, exist in the original [University of Sheffield repository](https://github.com/RSE-Sheffield/pando-python), which includes custom branding. Please direct issues with course content to the [Carpentries Incubator repository](https://github.com/carpentries-incubator/pando-python).

## Contributing

See [Contributing](CONTRIBUTING.md)

## Acknowledgements

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).