mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-13 16:06:29 +00:00
944566bdea
* docs: add links for cheatsheets * docs: remove links for cheatsheets from books page
53 lines
1.2 KiB
Markdown
53 lines
1.2 KiB
Markdown
### Index
|
|
|
|
* [Clojure](#clojure)
|
|
* [Data Science](#data-science)
|
|
* [Git](#git)
|
|
* [HTML / CSS](#html--css)
|
|
* [JavaScript](#javascript)
|
|
* [Vue.js](#vuejs)
|
|
* [Markdown](#markdown)
|
|
* [Python](#python)
|
|
|
|
|
|
### Clojure
|
|
|
|
* [Clojure Cheatsheet](http://clojure.org/cheatsheet)
|
|
|
|
|
|
### Data Science
|
|
|
|
* [Cheatsheets for Data Scientists](https://www.datacamp.com/community/data-science-cheatsheets) - Datacamp (PDF)
|
|
|
|
|
|
### Git
|
|
|
|
* [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - Tim Green (Markdown)
|
|
|
|
|
|
### HTML / CSS
|
|
|
|
* [CSS Flexbox Cheatsheet](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - Chris Coyier (HTML)
|
|
* [CSS Grid Cheatsheet](https://css-tricks.com/snippets/css/complete-guide-grid/) - Chris House (HTML)
|
|
|
|
|
|
### JavaScript
|
|
|
|
* [JavaScript Cheatsheet](https://www.codecademy.com/learn/introduction-to-javascript/modules/learn-javascript-introduction/cheatsheet) - Codecademy (HTML)
|
|
|
|
|
|
#### Vue.js
|
|
|
|
* [Vue Essential Cheatsheet](https://www.vuemastery.com/pdf/Vue-Essentials-Cheat-Sheet.pdf) - Vue Mastery (PDF)
|
|
|
|
|
|
### Markdown
|
|
|
|
* [Markdown Here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) - Adam Pritchard
|
|
|
|
|
|
### Python
|
|
|
|
* [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Šorn (HTML)
|
|
|