-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpython.qmd
53 lines (23 loc) · 847 Bytes
/
python.qmd
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
46
47
48
49
50
51
52
53
# Python
## Learning Python
### Web
[CSCAR Workshops- Kerby Shedden](https://kshedden.github.io)
[CSCAR Workshops- Marcio Mourao](https://marcio-mourao.github.io)
[CSCAR Workshops- Alex Cao](https://github.com/caocscar)
[100 Numpy Exercises](https://github.com/rougier/numpy-100)
### Books
[Python for Data Analysis](http://shop.oreilly.com/product/0636920023784.do)
## Modules
[Pandas](http://pandas.pydata.org/)
[StatsModels](http://statsmodels.sourceforge.net/)
[scikit-learn](http://scikit-learn.org/stable/)
## Visualization
[matplotlib](http://matplotlib.org/)
[plotly](https://plot.ly/python/)
[bokeh](http://bokeh.pydata.org/en/latest/)
[seaborn](https://web.stanford.edu/~mwaskom/software/seaborn/)
## Other
### IDE
[Anaconda](https://www.anaconda.com/download/)
### Deep Learning
[Keras](https://keras.io/)