Skip to content

Commit 50b43ff

Browse files
committed
links update in readme
1 parent a1b62e5 commit 50b43ff

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,24 @@ Describe and use basic Python concepts (e.g., strings, integers, printing, vari
88
### What to know about this session:
99

1010
This training will be hands-on; come ready to code alongside the instructor. Details about technical setup will be emailed to registrants a few days before the course begins. Please note that registration is required for this event.
11+
12+
### Acknowledgemments
13+
14+
Some of this material, including the inflammation data, is adapted from the Carpentries, using a CC-BY-4.0 license.
15+
16+
### General Python Documentation
17+
- Official Python docs: https://python.org
18+
- Beginner guide: https://wiki.python.org/moin/BeginnersGuide
19+
- Cheatsheets:
20+
- Python: https://www.pythoncheatsheet.org/ + https://www.datacamp.com/cheat-sheet/getting-started-with-python-cheat-sheet
21+
- See more helpful learning resources (under Python): https://library.medicine.yale.edu/research-data/learn-work-data
22+
23+
### Python Library Documentation
24+
25+
Each library we used today has its own documentation, for further reading.
26+
- numpy — (docs)[https://numpy.org/doc/stable/] | (user guide)[https://numpy.org/doc/stable/user/index.html#user]
27+
- matplotlib — (docs)[https://matplotlib.org/stable/index.htmlS] | (user guide)[https://matplotlib.org/stable/users/index.html] | (cheatsheets)[https://matplotlib.org/cheatsheets/]
28+
- glob — (docs)[https://docs.python.org/3/library/glob.html#module-globS]
29+
30+
#### Markdown
31+
- markdown – (guide)[https://www.markdownguide.org/] | (cheatsheet)[https://www.markdownguide.org/cheat-sheet/]

0 commit comments

Comments
 (0)