add a byte of python

This commit is contained in:
suhas
2022-10-06 23:13:50 -05:00
committed by GitHub
parent 93c57514c6
commit 3e476be851

View File

@@ -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