File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
Expand file tree Collapse file tree 1 file changed +46
-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 : ' Python Intro for Libraries '
6+ message : >-
7+ Please cite this lesson using the information in this
8+ file when you refer to it in publications, and/or if
9+ you re-use, adapt, or expand on the content in your
10+ own training material.
11+ type : dataset
12+ authors :
13+ - given-names : Cody
14+ family-names : Hennesy
15+ orcid : ' https://orcid.org/0000-0002-9410-9810'
16+ - given-names : Tim
17+ family-names : Dennis
18+ 19+ orcid : ' https://orcid.org/0000-0001-6632-3812'
20+ - given-names : Scott
21+ family-names : Peterson
22+ orcid : ' https://orcid.org/0000-0002-1920-616X'
23+ - family-names : Palmquist
24+ given-names : David
25+ identifiers :
26+ - type : doi
27+ value : 10.5281/zenodo.12582386
28+ repository-code : ' https://github.com/LibraryCarpentry/lc-python-intro'
29+ url : ' https://librarycarpentry.org/lc-python-intro/'
30+ abstract : >-
31+ This lesson is an introduction to programming in Python
32+ for library and information workers with little or no
33+ previous programming experience. It uses examples that are
34+ relevant to a range of library use cases, and is designed
35+ as a prerequisite for other Python lessons that will be
36+ developed in the future (e.g., web scraping, APIs). The
37+ lesson uses the JupyterLab computing environment and
38+ Python 3.
39+ keywords :
40+ - Carpentries
41+ - Python
42+ - Library Carpentry
43+ - Jupyter Notebooks
44+ - Data Science
45+ - Libraries
46+ license : CC-BY-4.0
You can’t perform that action at this time.
0 commit comments