generated from carpentries/workbench-template-md
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCITATION.cff
45 lines (44 loc) · 1.7 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Performance Profiling & Optimisation (Python)
message: >-
Please cite this lesson using the information in this file
when you refer to it in publications, and/or if you
re-use, adapt, or expand on the content in your own
training material. To cite the Workbench software itself,
please refer to the websites for the individual
components:
https://carpentries.github.io/sandpaper/authors.html#citation,
https://carpentries.github.io/pegboard/authors.html#citation,
https://carpentries.github.io/varnish/authors.html#citation
type: dataset
authors:
- given-names: Robert
family-names: Chisholm
email: [email protected]
affiliation: University of Sheffield
orcid: 'https://orcid.org/0000-0003-3379-9042'
identifiers:
- type: doi
value: 10.5281/zenodo.15010977
description: This doi cites all versions of the code
repository-code: 'https://github.com/RSE-Sheffield/pando-python'
url: 'https://rse.shef.ac.uk/pando-python/'
repository: 'https://github.com/carpentries-incubator/pando-python'
abstract: >-
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.
keywords:
- open-educational-resources
- python
- profiling
- optimisation
- programming
license: CC-BY-4.0