Skip to content

Commit 038dd99

Browse files
authored
Create README.md
1 parent 6b1e3c6 commit 038dd99

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Data-science-Python-tutorials
2+
All tutorials below are prepared as Jupyter Notebooks
3+
4+
These are:
5+
- [00_Jupyter](https://github.com/samorr/Data-science-Python-tutorials/tree/master/00_Jupyter) -
6+
tutorial of basic and advanced usage of Jupyter Notebooks
7+
- [01_cookbook](https://github.com/samorr/Data-science-Python-tutorials/tree/master/01_cookbook) -
8+
very broad tutorial of scientific Python usage in specific applications from statystics and machine learning
9+
to signal processing. Also good ways and practices of optimization
10+
- [Bokeh](https://github.com/samorr/Data-science-Python-tutorials/tree/master/Bokeh) -
11+
tutorial of Bokeh visualization
12+
- [Cheatsheets](https://github.com/samorr/Data-science-Python-tutorials/tree/master/Cheatsheets) -
13+
many cheatsheets about R and Python
14+
- [Example Data Science Notebook](https://github.com/samorr/Data-science-Python-tutorials/tree/master/Example%20Data%20Science%20Notebook) -
15+
very detailed and well prepared example of notebook about classification on Iris dataset
16+
- [Python Data Science Handbook](https://github.com/samorr/Data-science-Python-tutorials/tree/master/Python%20Data%20Science%20Handbook) -
17+
great tutorial of most important machine learning Python libraries - NumPy, Pandas, matplotlib and Scikit-Learn. Also IPython chapter
18+
- [SKLearn Tutorial](https://github.com/samorr/Data-science-Python-tutorials/tree/master/SKLearn%20Tutorial) -
19+
look at basic Scikit-Learn algorithms
20+
- [Titanic](https://github.com/samorr/Data-science-Python-tutorials/tree/master/Titanic) -
21+
well prepared and detailed notebook about classification on Titanic dataset

0 commit comments

Comments
 (0)