File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ # This CITATION.cff file was generated with cffinit.
2+ # Visit https://bit.ly/cffinit to generate yours today!
3+
4+ cff-version : 1.2.0
5+ title : Performance Profiling & Optimisation (Python)
6+ message : Please cite this course using these metadata.
7+ type : software
8+ authors :
9+ - given-names : Robert
10+ family-names : Chisholm
11+ 12+ affiliation : University of Sheffield
13+ orcid : ' https://orcid.org/0000-0003-3379-9042'
14+ identifiers :
15+ - type : doi
16+ value : 10.5281/zenodo.15010977
17+ description : This doi cites all versions of the code
18+ repository-code : ' https://github.com/RSE-Sheffield/pando-python'
19+ url : ' https://rse.shef.ac.uk/pando-python/'
20+ repository : ' https://github.com/carpentries-incubator/pando-python'
21+ abstract : >-
22+ This lesson introduces the basics of profiling and
23+ optimising Python code. The course is designed to be
24+ accessible to Python users of all skill levels (beyond
25+ total beginner). The optimisations presented should be
26+ considered performance best practices, they are
27+ demonstrated with small programming patterns that
28+ demonstrate multiple approaches in code to achieve the
29+ same result with differing performance.
30+ keywords :
31+ - open-educational-resources
32+ - python
33+ - profiling
34+ - optimisation
35+ - programming
36+ license : CC-BY-4.0
You can’t perform that action at this time.
0 commit comments