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 1 commit
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](https://github.com/shauryauppal/Socket-Programming-Python)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in socket programming url... You may provide the docs url or either mention that these are examples, in python and C.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Example are in repo itself.

Readme is well maintain so that a newbie can also understand. All basics and basic examples like grocery store example code, CRC is mentioned in repi.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant, write the heading like these are examples and not the official documentation.
Socket Programming using Python Examples

5. [Detect Holidays all over the world using Python-Holidays](https://github.com/dr-prodigy/python-holidays)


## For Experts