Cheat sheets
One page per technology: the snippets you actually look up, grouped by topic and pulled from the full courses on this site. No sign-up, no tracking, and each page prints as a single reference sheet.
Python & Data Science
Python 3 cheat sheet
The current Python: syntax, collections, functions and files
21 snippetsNumPy cheat sheet
The array library nearly all scientific Python builds on
24 snippetspandas cheat sheet
Tabular data loading, cleaning and aggregation
23 snippetsMatplotlib cheat sheet
The standard plotting library for Python
22 snippetsJupyter Notebook cheat sheet
Interactive, reproducible analysis in the browser
30 snippetsFlask cheat sheet
A small, explicit Python web framework
16 snippetsFastAPI cheat sheet
Typed, async API framework built on type hints
13 snippetsDjango cheat sheet
Batteries-included framework with an ORM and admin
26 snippetsSciPy cheat sheet
Optimisation, integration, statistics and signal processing
15 snippetsPillow cheat sheet
Image loading, resizing and format conversion
13 snippetsPython 2.x cheat sheet
The legacy version you may still meet in old codebases
24 snippetsR cheat sheet
A language built for statistics and data analysis
14 snippetsJulia cheat sheet
High-performance language for numerical computing
14 snippetsAI & Intelligent Development
AI Basics cheat sheet
What machine intelligence is and how the pieces fit together
11 snippetsAI Agents cheat sheet
Models that take actions in a loop instead of only answering
13 snippetsMath for AI cheat sheet
Linear algebra, probability and calculus as actually used
13 snippetsMachine Learning cheat sheet
Learning patterns from data: training, validation, overfitting
28 snippetsscikit-learn cheat sheet
The classic toolkit for tabular machine learning
20 snippetsTensorFlow cheat sheet
An end-to-end machine learning platform
11 snippetsPyTorch cheat sheet
Tensors, autograd and neural networks in Python
25 snippetsNatural Language Processing cheat sheet
Working with text: tokens, embeddings and transformers
23 snippetsLangChain cheat sheet
Pipelines for LLM applications: prompts, tools, memory
25 snippetsOllama cheat sheet
Run open models locally, offline
11 snippetsOpenCV cheat sheet
Image processing and computer vision
6 snippetsCodex cheat sheet
AI pair programming that edits code from instructions
16 snippetsClaude Code cheat sheet
An agentic coding assistant in your terminal
25 snippetsOpenCode cheat sheet
An open-source agentic coding assistant
31 snippetsVibe Coding cheat sheet
Building software primarily through natural language
26 snippetsSelenium cheat sheet
Driving real browsers for tests and scraping
21 snippetsPlaywright cheat sheet
Modern browser automation and end-to-end testing
30 snippetsFront-end Development
HTML cheat sheet
The structure and meaning of a web page
30 snippetsCSS cheat sheet
Styling, layout and the cascade
33 snippetsJavaScript cheat sheet
The programming language of the web
23 snippetsTypeScript cheat sheet
JavaScript with a type checker in front of it
22 snippetsHTML DOM cheat sheet
Reading and changing the document from script
31 snippetsAJAX cheat sheet
Talking to a server without reloading the page
11 snippetsJSON cheat sheet
The data format that APIs actually speak
31 snippetsTailwind CSS cheat sheet
Utility-first styling inside your markup
38 snippetsBootstrap 5 cheat sheet
A ready-made responsive component framework
15 snippetsFoundation cheat sheet
Another mature responsive front-end framework
19 snippetsVue.js cheat sheet
A progressive framework with reactive templates
30 snippetsReact cheat sheet
Component-based UI with a virtual DOM
13 snippetsNext.js cheat sheet
Full-stack React with routing and server rendering
19 snippetsAngular cheat sheet
An opinionated, complete front-end platform
17 snippetsjQuery cheat sheet
The classic DOM and Ajax convenience library
13 snippetsECharts cheat sheet
Rich interactive charts with a declarative config
20 snippetsChart.js cheat sheet
Small, friendly canvas charts
7 snippetsSVG cheat sheet
Vector graphics described as markup
12 snippetsFont Awesome cheat sheet
An icon set you can drop into any page
12 snippetsBack-end Development
Node.js cheat sheet
JavaScript on the server: modules, files, HTTP
25 snippetsPHP cheat sheet
The classic server-side scripting language
20 snippetsJava cheat sheet
The JVM language behind a huge share of enterprise software
27 snippetsHTTP cheat sheet
Requests, responses, caching and CORS
28 snippetsGo cheat sheet
A small language built for concurrency and simple deployments
10 snippetsRust cheat sheet
Memory safety without a garbage collector
7 snippetsSpring Boot cheat sheet
Convention-driven Java services
19 snippetsLaravel cheat sheet
A batteries-included PHP framework
16 snippetsRuby cheat sheet
A language optimised for programmer happiness
7 snippetsGraphQL cheat sheet
Client-specified queries instead of fixed endpoints
15 snippetsDatabases
SQL cheat sheet
Querying, writing and speeding up relational data
23 snippetsMySQL cheat sheet
The most widely deployed open-source database
17 snippetsPostgreSQL cheat sheet
A feature-rich object-relational database
16 snippetsMongoDB cheat sheet
Document storage with a flexible schema
18 snippetsRedis cheat sheet
In-memory data structures for caching and queues
26 snippetsSQLite cheat sheet
A complete database in a single file
23 snippetsMobile Development
Android cheat sheet
Native Android development
7 snippetsiOS cheat sheet
Building apps for iPhone and iPad
30 snippetsFlutter cheat sheet
One codebase, compiled UI for every platform
9 snippetsReact Native cheat sheet
React components rendered as native views
6 snippetsKotlin cheat sheet
The modern default language for Android
27 snippetsSwift cheat sheet
Apple's language for its platforms
28 snippetsDevOps & Tooling
Git cheat sheet
Distributed version control without the fear
26 snippetsLinux cheat sheet
The shell, permissions, processes and services
39 snippetsDocker cheat sheet
Package an app with its dependencies as a container
23 snippetsKubernetes cheat sheet
Scheduling and scaling containers across machines
34 snippetsNginx cheat sheet
Reverse proxy, TLS termination and static files
15 snippetsCI / CD cheat sheet
Automated build, test and deploy pipelines
9 snippetsBash Scripting cheat sheet
Automating everyday command-line work
16 snippetsAnsible cheat sheet
Agentless configuration management
12 snippetsProgramming Languages
C cheat sheet
The language of operating systems and embedded work
19 snippetsC++ cheat sheet
C with objects, templates and the standard library
10 snippetsC# cheat sheet
The main language of the .NET ecosystem
10 snippetsScala cheat sheet
Functional and object-oriented, on the JVM
8 snippetsLua cheat sheet
A tiny language designed to be embedded
16 snippetsDart cheat sheet
The language behind Flutter
7 snippetsComputer Science Fundamentals
Algorithms cheat sheet
Searching, sorting and complexity analysis
7 snippetsData Structures cheat sheet
Arrays, lists, trees, hash tables and their trade-offs
13 snippetsComputer Networks cheat sheet
Layers, TCP/IP and what happens on a request
30 snippetsOperating Systems cheat sheet
Processes, memory, files and scheduling
32 snippetsCharacter Encodings cheat sheet
Base64, URL encoding and UTF-8 explained plainly
32 snippetsHashing & Checksums cheat sheet
MD5, SHA-1, SHA-256 and password hashing
26 snippetsData Formats cheat sheet
JSON and CSV: shape, rules and conversion
28 snippetsDates & Time cheat sheet
Timestamps, UTC and time-zone traps
33 snippetsRegular Expressions cheat sheet
The regex constructs you actually use
23 snippetsXML & Web Services
XML cheat sheet
Markup for arbitrary structured data
26 snippetsXPath cheat sheet
Addressing nodes inside an XML document
26 snippetsXSLT cheat sheet
Transforming XML into other formats
25 snippetsSOAP cheat sheet
XML-based web services and WSDL contracts
10 snippetsRESTful APIs cheat sheet
Resource-oriented API design
20 snippetsRSS & Atom cheat sheet
Syndication feeds and readers
10 snippets.NET
.NET cheat sheet
The cross-platform runtime and tooling
16 snippetsASP.NET Core cheat sheet
Web APIs and apps on .NET
8 snippetsLINQ cheat sheet
Querying collections, objects and databases from C#
17 snippetsWinForms cheat sheet
Classic Windows desktop applications
9 snippetsWPF cheat sheet
Declarative desktop UI with XAML
18 snippetsBuilding a Website
SEO Basics cheat sheet
Helping search engines understand and index you
19 snippetsDomains & DNS cheat sheet
Name resolution and the records that matter
31 snippetsWeb Hosting cheat sheet
Static, container and serverless deployments
24 snippetsCDNs & Caching cheat sheet
Serving fast from an edge near the visitor
32 snippetsAccessibility cheat sheet
Building sites everyone can use
18 snippets