diff --git a/README.md b/README.md index 8c51bce..e0a2f0b 100644 --- a/README.md +++ b/README.md @@ -108,3 +108,12 @@ Homophily is a network characteristic. Homophily occurs when nodes that share an ### [CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/social_network.py) ---------------------------------------------------- + +## Getting started with Python +New to Python? No problem! Take a look at the following resources: + +- [Python beginners guide](https://wiki.python.org/moin/BeginnersGuide) +- [Python course by Google](https://developers.google.com/edu/python/) (online course) +- [Learn Python the hard way](https://learnpythonthehardway.org/book/) (book) +- [MIT: introduction to Computer Science and programming in Python](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/) (open courseware) +