January 19, 2019
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.If you are interested in contributing, check out the GitHub repo here.
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!
A cheat-sheet containing just the most commonly used stuff in modern HTML & CSS, including CSS Grid and pseudo-selectors.
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.
A cheatsheet with common tasks in Python. Designed for Python 3.x, but will mostly work with 2, also.
Already know Python, and want to learn JavaScript (ES6+)? Print up the following cheatsheet to use as a reference.
Already know JavaScript, and want to learn Python 3? Print up the following cheatsheet to use as a reference.
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.
Learning Django? Here are some common patterns of Django, along with a diagram showing how the Models-View-Template system fits together.
More cheatsheets, corresponding to weekly Kickstart Coding curriculum.