Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Python Resources Python-Faker, Holidays, Socket Programming #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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