Skip to content

Commit a693603

Browse files
authored
Merge pull request #2 from jd7h/patch-1
Add Python beginners guide to README
2 parents cd4dee7 + 4d853aa commit a693603

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: README.md

+9
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,12 @@ Homophily is a network characteristic. Homophily occurs when nodes that share an
108108
### [CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/social_network.py)
109109

110110
----------------------------------------------------
111+
112+
## Getting started with Python
113+
New to Python? No problem! Take a look at the following resources:
114+
115+
- [Python beginners guide](https://wiki.python.org/moin/BeginnersGuide)
116+
- [Python course by Google](https://developers.google.com/edu/python/) (online course)
117+
- [Learn Python the hard way](https://learnpythonthehardway.org/book/) (book)
118+
- [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)
119+

0 commit comments

Comments
 (0)