Merge pull request #1400 from tildezero/master

add a byte of python
This commit is contained in:
Sonkeng Maldini
2022-11-21 11:08:28 +01:00
committed by GitHub

View File

@@ -618,6 +618,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