-
Notifications
You must be signed in to change notification settings - Fork 65
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
base: master
Are you sure you want to change the base?
Added Python Resources Python-Faker, Holidays, Socket Programming #25
Conversation
Python.md
Outdated
@@ -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) |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
Hey, @shauryauppal. Thanks for sending in the PR. However, the resources that you've added are found to be self-promotional. We are yet to define what to do in such situations since these are supposed to be selected by the community. Will reply as soon as we figure something out which might take a while. |
@harshitjuneja @saranshkataria Very few know about Python Faker, also that is a geeksforgeeks article. |
Added Python Faker LIbrary which can help to generate Fake data.
Python Holidays to Detect holidays of any State of a Country.
Socket Programming Client Server using Python