From 9571858fe4319b20cc153abd7aeed384e2786ac1 Mon Sep 17 00:00:00 2001 From: shaurya uppal Date: Tue, 7 Aug 2018 15:33:12 +0530 Subject: [PATCH 1/2] Added Python Resources Python-Faker, Holidays, Socket Programming --- Python.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Python.md b/Python.md index 56a95a5..1f93289 100644 --- a/Python.md +++ b/Python.md @@ -8,5 +8,9 @@ 1. [Lesser Known Things about Python](https://github.com/jatinkatyal13/wtfpython) 2. [Jupyter Notebooks for Data Science Libraries of Python](https://github.com/nikhilkumarsingh/PythonForDataScience) +3. [Python Faker Library to Generate fake Data](https://www.geeksforgeeks.org/python-faker-library/) +4. [Socket Programming using Python](https://github.com/shauryauppal/Socket-Programming-Python) +5. [Detect Holidays all over the world using Python-Holidays](https://github.com/dr-prodigy/python-holidays) + ## For Experts From 83e33e25fc4f1a238f22099174df8da0552dbbee Mon Sep 17 00:00:00 2001 From: shaurya uppal Date: Tue, 7 Aug 2018 21:47:41 +0530 Subject: [PATCH 2/2] Added Python Faker, Holidays, Socket Programming and Pafy --- Python.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Python.md b/Python.md index 1f93289..380b737 100644 --- a/Python.md +++ b/Python.md @@ -9,8 +9,8 @@ 1. [Lesser Known Things about Python](https://github.com/jatinkatyal13/wtfpython) 2. [Jupyter Notebooks for Data Science Libraries of Python](https://github.com/nikhilkumarsingh/PythonForDataScience) 3. [Python Faker Library to Generate fake Data](https://www.geeksforgeeks.org/python-faker-library/) -4. [Socket Programming using Python](https://github.com/shauryauppal/Socket-Programming-Python) +4. [Socket Programming using Python Guide with Examples](https://github.com/shauryauppal/Socket-Programming-Python) 5. [Detect Holidays all over the world using Python-Holidays](https://github.com/dr-prodigy/python-holidays) - +6. [Download youtube videos or audio using python Pafy](https://www.geeksforgeeks.org/youtube-mediaaudio-download-using-python-pafy/) ## For Experts