computer
Programming Basics
Programming fundamentals including variables, control flow, data, debugging, testing and projects.
REFERENCE Β· 20 ITEMS
Programming Basics
Programming concepts that transfer across Python, JavaScript, Java, C and more.
20 items across 4 sections
COMPLETE COURSE
Programming Basics β Learning Path
Start with the concept, study each lesson, copy and adapt the example, complete the practice task, then use the troubleshooting and safety notes before moving forward.
Module 01 β Foundations
What you learn: Variables, data types, operators, input/output, expressions.
Module 02 β Control flow
What you learn: if/else, loops, functions, scope, error handling.
Module 03 β Data
What you learn: Arrays/lists, maps/objects, strings, files, JSON.
Module 04 β Projects
What you learn: CLI apps, debugging, testing, Git, documentation.
SECTION
Foundations
Variables, data types, operators, input/output, expressions
Variables
Variables: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study Variables in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
Variablesdata types
data types: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study data types in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
data typesoperators
operators: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study operators in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
operatorsinput/output
input/output: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study input/output in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
input/outputexpressions
expressions: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study expressions in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
expressionsSECTION
Control flow
if/else, loops, functions, scope, error handling
if/else
if/else: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study if/else in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
if/elseloops
loops: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study loops in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
loopsfunctions
functions: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study functions in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
functionsscope
scope: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study scope in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
scopeerror handling
error handling: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study error handling in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
error handlingSECTION
Data
Arrays/lists, maps/objects, strings, files, JSON
Arrays/lists
Arrays/lists: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study Arrays/lists in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
Arrays/listsmaps/objects
maps/objects: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study maps/objects in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
maps/objectsstrings
strings: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study strings in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
stringsfiles
files: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study files in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
filesJSON
JSON: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study JSON in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
JSONSECTION
Projects
CLI apps, debugging, testing, Git, documentation
CLI apps
CLI apps: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study CLI apps in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
CLI appsdebugging
debugging: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study debugging in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
debuggingtesting
testing: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study testing in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
testingGit
Git topic Git: understand the repository state, working tree, index, commit history and remote state involved. Inspect status and diffs before commits or pushes, and treat reset/rebase operations as history-changing workflows that require extra care. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study Git in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
Gitdocumentation
documentation: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Programming Basics: connect data types, control flow, functions, state, I/O, errors, testing and debugging into small working programs. Study documentation in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.
documentation