kickstartcoding/cheatsheets
A selection of printable, one-page cheatsheets, generated from Markdown using Pandoc & LaTeX
repo name | kickstartcoding/cheatsheets |
repo link | https://github.com/kickstartcoding/cheatsheets |
homepage | |
language | Shell |
size (curr.) | 34251 kB |
stars (curr.) | 685 |
created | 2019-01-10 |
license | GNU General Public License v3.0 |
Kickstart Cheatsheets
A selection of printable, one-page cheatsheets.
These were originally designed for Kickstart Coding, the affordable, inclusive, and intensive coding course teaching cutting-edge Python / Django and JavaScript / React web development in Oakland, CA. Learn more and enroll here.
Download
Click on one of the following to download. These are all 1 page long, and look great when printed. Consider printing to hang up near your computer as you code or learn a new programming language!
Modern HTML/CSS (2020)
A cheat-sheet containing just the most commonly used stuff in modern HTML & CSS, including CSS Grid and pseudo-selectors.
CLI: Bash & Git
Learning CLI and Git usage on macOS or Linux? This cheatsheet has the most
commonly used commands in Bash and Git. It also contains more advanced
usage, such as using grep
, find
, piping, redirection, job and process
control, and interacting with the bash history.
Python
A cheatsheet with common tasks in Python. Designed for Python 3.x, but will mostly work with 2, also.
JavaScript for Pythonistas
Already know Python, and want to learn JavaScript (ES6+)? Print up the following cheatsheet to use as a reference.
Python for JS Developers
Already know JavaScript, and want to learn Python 3? Print up the following cheatsheet to use as a reference.
React, Redux, and React Router
Learning React, Redux, and React Router can be tricky. This crams in important syntax and examples for common React and Redux coding patterns. Includes a Redux diagram, JSX syntax snippets, map and ternary operator examples, conditional rendering, action creator and reducer examples, React form events, and component syntax examples.
Django
Learning Django? Here are some common patterns of Django, along with a diagram showing how the Models-View-Template system fits together.
More
More cheatsheets, corresponding to weekly Kickstart Coding curriculum.
Contributing
-
How it’s built: These cheatsheets are written originally in Markdown, converted into LaTeX using pandoc and a custom pandoc LaTeX template (very messy), and then generates the PDF. All this is tied together using the Bash script build.sh.
-
Writing your own: Want to write your own printable coding cheatsheets? It’s easy, as long as you know Markdown! Look at the existing
.md
source files for ideas, then follow the DEVELOPMENT.md for instructions on how to re-build the PDFs yourself. -
License: These cheatsheets and the scripts involved with their build process are (C) Kickstart Coding and released under the GPL 3.0