2025-11-05
Python sets
grouping objects into a collection of unordered and unchangeable items
2025-11-05
grouping objects into a collection of unordered and unchangeable items
2025-11-05
grouping objects into a collection of unordered but changeable key-value pairs
2025-11-05
grouping objects into a collection of ordered but unchangeable items
2025-11-05
grouping objects into a collection of ordered and changeable items
2025-11-05
performing operations on plain text variables
2025-11-05
different objects with the same variable names
2025-11-05
making a subclass that inherits variables of its superclass
2025-11-05
packaging variables into a single variable for later use
2025-11-05
limiting access of variables and functions to a specific code block
2025-11-05
organizing code into blueprints and their instances
2025-11-04
try to do something, except if it fails, then finally do something else!
2025-11-04
grouping code into actionable chunks
2025-11-04
by-passing a loop depending on exceptions
2025-11-04
making events happen again and again in Python
2025-11-04
writing match + case instead of if + elif + else
2025-11-04
making decisions between or among conditions
2025-11-03
doing things to values
2025-11-03
storing values in a named piece of memory
2025-11-03
getting user input and showing (calculated) output
2025-11-03
getting started with this data-oriented programming language
getting ourselves a homepage with Next.js
getting ourselves ready quickly with Next.js web development
summarizing the famous interface-building JavaScript library
launching a React app/website onto a github.io subdomain
changing the look of the React app based on certain criteria
changing the look of what appears on the React app
displaying content from an array of objects
displaying content based on different situations
keeping track of a component's changing variable values
passing data from a parent to a child component