-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources
More file actions
33 lines (26 loc) · 823 Bytes
/
Copy pathresources
File metadata and controls
33 lines (26 loc) · 823 Bytes
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
Python:
- Whirlwind tour of python
https://jakevdp.github.io/WhirlwindTourOfPython/
- Automate the boring stuff
https://automatetheboringstuff.com/
- Guide to learning Python Decorators
Scipy:
- Scipy lecture notes
http://www.scipy-lectures.org/
Matplotlib:
- Package for plotting
- Gallery, contains source code for the plots
http://matplotlib.org/gallery
- Exercises
http://scipy-lectures.github.io/intro/matplotlib/matplotlib.html#other-types-of-plots-examples-and-exercises
Seaborn:
- Another package for plotting
- Seaborn gallery, contains source code for the plots
http://seaborn.pydata.org/examples/
Bokeh:
- For more interactive plotting
- Bokeh gallery, contains source code for the plots
https://bokeh.pydata.org/en/latest/docs/gallery.html
Git:
- Pro git
https://git-scm.com/book/en/v2