|
@@ -10,6 +10,7 @@
|
|
|
* [Markdown](#markdown)
|
|
* [Markdown](#markdown)
|
|
|
* [MongoDB](#mongodb)
|
|
* [MongoDB](#mongodb)
|
|
|
* [Python](#python)
|
|
* [Python](#python)
|
|
|
|
|
+* [SQL](#sql)
|
|
|
|
|
|
|
|
|
|
|
|
|
### Clojure
|
|
### Clojure
|
|
@@ -63,4 +64,11 @@
|
|
|
### Python
|
|
### Python
|
|
|
|
|
|
|
|
* [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Šorn (HTML)
|
|
* [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)
|
|
* [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)
|