Programming Basics

JavaScript and Python from zero: interactive playgrounds inside lessons, web, APIs and automation. Built for the AI era — learn to order, read and verify code pairing with Claude.

BASIC
01

How Programs Think

What code is, variables and types, conditions and logic.

02

Loops & Functions

Repetition without copy-paste, packaging logic, your first complete program.

03

Data & Structures

Arrays and objects, string processing, JSON — the language of data exchange.

04

Code on Your Machine

Terminal, Node.js and Python, running files, reading errors without panic.

05

Coding in the AI Era

Why learn basics when AI writes code, and reading code as skill #1.

✓ PRO
06

Pairing with AI

Order → read → verify workflow, testing AI code, git for real.

07

The Web Inside Out

HTML and CSS, JavaScript in the browser, DevTools — an X-ray for any site.

08

Data & APIs

HTTP requests, files and formats, SQLite — your first database.

09

Automation

Scheduled scripts with logs and idempotency, a Telegram bot from scratch.

10

Good Code

Readability, naming and structure; refactoring with AI.

11

Capstone: Your Own Tool

End-to-end project: idea → spec → code with Claude Code → checks → production.