From 3e476be851f35c17515416e6c622d4bcc408d0e3 Mon Sep 17 00:00:00 2001 From: suhas Date: Thu, 6 Oct 2022 23:13:50 -0500 Subject: [PATCH] add a byte of python --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a408760f..94e2f729 100644 --- a/README.md +++ b/README.md @@ -610,6 +610,7 @@ When learning CS, there are some useful sites you must know to get always inform ## Tutorials - [A Hacker's Guide to Git](https://wildlyinaccurate.com/a-hackers-guide-to-git/) : for those wanting to learn git with a solid foundation +- [A Byte of Python](https://python.swaroopch.com) : a free beginner introduction to python - [Best Of - Gustavo Duarte](http://duartes.org/gustavo/blog/best-of/) : contains articles on various topics - [CMSI 281: Data Structures](http://cs.lmu.edu/~ray/classes/dsa/) : lightweight introduction to DS - [Collecting all the cheat sheets](http://overapi.com) : cheat sheets for lots of programming languages