From cc668667c59096c8a2b7bc89360f889781683be9 Mon Sep 17 00:00:00 2001 From: Rituraj Dey Date: Mon, 3 Oct 2022 01:34:35 +0530 Subject: [PATCH] Updated Django cheat sheets (#7132) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated Django Cheat Sheets Signed-off-by: Rituraj Dey * Updated Django Cheat Sheets Signed-off-by: Rituraj Dey * Moved the entire section of Django to Python as a subsection Signed-off-by: Rituraj Dey * Updated Cheat sheet links Signed-off-by: Rituraj Dey * move Django as Python subsection * Add Python Crash Course Cheatsheet (2nd Edition) by Eric Matthes Signed-off-by: Rituraj Dey Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- more/free-programming-cheatsheets.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 8c30b463d..2b6d0f5a6 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -28,6 +28,7 @@ * [Perl](#perl) * [PHP](#php) * [Python](#python) + * [Django](#django) * [R](#r) * [Raspberry Pi](#raspberry-pi) * [Ruby](#ruby) @@ -247,6 +248,7 @@ * [Python Cheat Sheet](https://websitesetup.org/python-cheat-sheet/) - WebsiteSetup (HTML, PDF, PNG) * [Python Cheatsheet for beginners](https://www.codecademy.com/learn/learn-python-3/modules/learn-python3-syntax/cheatsheet) - Codeacademy (HTML) * [Python Crash Course Cheatsheet](https://ehmatthes.github.io/pcc/cheatsheets/README.html) - Eric Matthes (HTML) +* [Python Crash Course Cheatsheet (2nd Edition)](https://ehmatthes.github.io/pcc_2e/cheat_sheets/cheat_sheets/) - Eric Matthes (PDF) * [Python Data Wrangling with pandas](https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf) - Pandas (PDF) * [Python for Data Science Cheatsheet](https://pydatascience.org/data-science-cheatsheets/) - DataCamp (HTML and Image) * [Python Regex Cheatsheet](https://www.debuggex.com/cheatsheet/regex/python) - Debuggex (HTML) @@ -254,6 +256,14 @@ * [Scapy Cheat Sheet](https://www.templateroller.com/template/160817/scapy-cheat-sheet-jeremy-stretch.html) - Jeremy Stretch (PDF) +#### Django + +* [All in one Cheatsheet of Django](https://cheatography.com/ogr/cheat-sheets/django/pdf/) - Olivier R. (PDF) +* [Django Quick Reference](https://www.codewithharry.com/blogpost/django-cheatsheet/) - Code with Harry (HTML) +* [Django Web App Beginners Cheat sheet](https://ordinarycoders.com/blog/article/django-beginners-guide) - Jaysha (HTML) +* [(Python + Django) Cheatsheet](https://dev.to/ericchapman/my-beloved-django-cheat-sheet-2056) - Eric The Coder (HTML) + + ### R * [All RStudio cheatsheets resources](https://www.rstudio.com/resources/cheatsheets) - RStudio.com (HTML site with PDF links)