Skip to content

Commit d9fd151

Browse files
committed
Set theme jekyll-theme-cayman and migrate Page Generator content
1 parent 64e4e92 commit d9fd151

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

_config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
title: Python tutorials
2+
description: "Python tutorials in both Jupyter Notebook and youtube format. "
3+
google_analytics:
4+
show_downloads: true
5+
theme: jekyll-theme-cayman
6+
7+
gems:
8+
- jekyll-mentions

index.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Python Tutorials
2+
3+
## Time Series
4+
5+
### Youtube
6+
[Time Series Data Basics with Pandas Part 1](https://www.youtube.com/watch?v=OwnaUVt6VVE "Time Series Data Basics with Pandas part 1")
7+
8+
[Time Series Data Basics with Pandas Part 2](https://www.youtube.com/watch?v=1S5UKLqe-gg "Time Series Data Basics with Pandas part 2")
9+
10+
### Jupyter Notebook
11+
[Time Series Data Basics with Pandas Part 1](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Time_Series/Part1_Time_Series_Data_BasicPlotting.ipynb "Time Series Data Basics with Pandas Part 1")
12+
13+
[Time Series Data Basics with Pandas Part 2](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Time_Series/Part2_Time_Series_Data_Price_Variation_ShiftingGroupBy.ipynb "Time Series Data Basics with Pandas Part 2")
14+
15+
## PySpark Tutorials
16+
17+
### Youtube
18+
[Filtering and Word Count using PySpark on Pride and Prejudice by Jane Austen](https://www.youtube.com/watch?v=jg7Z8ctKpEs "Filtering and Word Count using PySpark on Pride and Prejudice")
19+
20+
### Jupyter Notebook
21+
[Filtering and Word Count using PySpark on Pride and Prejudice by Jane Austen](https://github.com/mGalarnyk/Python_for_Finance_GUI_Regression_Etc/blob/master/PySpark_Basics/PySpark_Part1_Word_Count_Removing_Punctuation_Pride_Prejudice.ipynb "Filtering and Word Count using PySpark on Pride and Prejudice by Jane Austen")
22+
23+
## Python Basics
24+
25+
### Youtube
26+
[Linear Regression Python (sklearn, numpy, pandas)](https://www.youtube.com/watch?v=dSYJVbj4Eew "Linear Regression Python (sklearn, numpy, pandas)")
27+
28+
[Solving System of Equations](https://www.youtube.com/watch?v=AqIrdW2-K6k "Solving System of Equations")
29+
30+
### Jupyter Notebook
31+
[Linear Regression Python (sklearn, numpy, pandas)](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Python_Basics/Linear_Regression/Linear_Regression_Python.ipynb "Linear Regression Python (sklearn, numpy, pandas)")
32+
33+
[Solving System of Equations](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Python_Basics/Solving_Systems_Equations/Solving%20System%20of%20Linear%20Equations%20using%20Python.ipynb "Solving System of Equations")
34+
35+
### Other Python Resources
36+
[Python for Informatics](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Python_Informatics/README.md "Python for Informatics")
37+
38+
[Python Installations](https://github.com/mGalarnyk/Installations_Mac_Ubuntu_Windows "Python Installations")
39+
40+
[Convert Jupyter Notebook to PDF](https://www.youtube.com/watch?v=WbNYvYCs9BY "Convert Jupyter Notebook to PDF")
41+

0 commit comments

Comments
 (0)