Skip to content

Commit 1fbcc21

Browse files
authored
Added Cheatsheets for many languages (#11588)
* Added C++ Cheatsheet by GeeksforGeeks * Added an Angular Cheatsheet by Geeks for Geeks * Added python cheatsheet
1 parent bae54dc commit 1fbcc21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: more/free-programming-cheatsheets.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464

6565
### Angular
6666

67-
* [Angular Cheat Sheet](https://angular.io/guide/cheatsheet)
67+
* [Angular Cheat Sheet](https://angular.io/guide/cheatsheet)
68+
* [Angular Cheat Sheet – A Basic Guide to Angular](https://www.geeksforgeeks.org/angular-cheat-sheet-a-basic-guide-to-angular/) - GeeksforGeeks
6869

6970

7071
### Ansible
@@ -106,6 +107,7 @@
106107

107108
### <a id="cpp"></a>C++
108109

110+
* [C++ Cheatsheet](https://www.geeksforgeeks.org/cpp-cheatsheet) - GeeksforGeeks
109111
* [C++ Cheatsheet](https://www.codewithharry.com/blogpost/cpp-cheatsheet) - CodeWithHarry (HTML)
110112
* [C++ Quick Reference](http://www.hoomanb.com/cs/quickref/CppQuickRef.pdf) - Hooman Baradaran (PDF)
111113
* [Cheatsheets & Infographics](https://hackingcpp.com/cpp/cheat_sheets.html) - Hacking C++ (HTML & downloadable as PNG)
@@ -396,6 +398,7 @@
396398
* [Python Cheat Sheet](https://websitesetup.org/python-cheat-sheet/) - WebsiteSetup (HTML, PDF, PNG)
397399
* [Python Cheat Sheet](https://www.pythoncheatsheet.org) - Wilfredinni (HTML)
398400
* [Python Cheat Sheet](https://overapi.com/python) - OverAPI
401+
* [Python Cheat sheet (2024)](https://www.geeksforgeeks.org/python-cheat-sheet) - GeeksforGeeks
399402
* [Python Crash Course Cheatsheet](https://ehmatthes.github.io/pcc/cheatsheets/README.html) - Eric Matthes (HTML)
400403
* [Python Crash Course Cheatsheet (2nd Edition)](https://ehmatthes.github.io/pcc_2e/cheat_sheets/cheat_sheets/) - Eric Matthes (PDF)
401404
* [Python Data Wrangling with pandas](https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf) - Pandas (PDF)

0 commit comments

Comments
 (0)