From 3bd13f4336f4479368c86809fba103b62f788d17 Mon Sep 17 00:00:00 2001 From: Himanshu <43967978+verdantfire@users.noreply.github.com> Date: Tue, 27 Oct 2020 20:52:33 +0530 Subject: [PATCH] Added cheatsheets for SQL and Python (#4768) * Added Python Regex Cheatsheet * Added MySQL cheatsheet * Added PostgreSQL cheatsheet * Added SQL heading * Fixed alphabetical order * Fixed alphabetial ordering error --- free-programming-cheatsheets.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/free-programming-cheatsheets.md b/free-programming-cheatsheets.md index 0144e57d..a51e69a2 100644 --- a/free-programming-cheatsheets.md +++ b/free-programming-cheatsheets.md @@ -10,6 +10,7 @@ * [Markdown](#markdown) * [MongoDB](#mongodb) * [Python](#python) +* [SQL](#sql) ### Clojure @@ -63,4 +64,11 @@ ### Python * [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Ĺ orn (HTML) +* [Python Regex Cheatsheet](https://www.debuggex.com/cheatsheet/regex/python) - Debuggex (HTML) * [Python WorldWide Cheatsheet](https://cheatography.com/davechild/cheat-sheets/python/) - Cheatography (Python) + + +### SQL + +* [MySQL Cheatsheet](https://s3-us-west-2.amazonaws.com/dbshostedfiles/dbs/sql_cheat_sheet_mysql.pdf) - Database Star (PDF) +* [PostgreSQL Cheatsheet](https://s3-us-west-2.amazonaws.com/dbshostedfiles/dbs/sql_cheat_sheet_pgsql.pdf) - Database Star (PDF)