Skip to content
Warlock spell

Writing Your First Program

Ranks 1-3
Cost: 70 Mana, a shard
Cast: 10 sec
Range: 10 yd
Cooldown: none
Reagents: Any computer

Command a small literal demon (a program) to do your bidding. Start with an imp.

Wears the Classic spell Summon Imp. Commanding dangerous forces safely: code, cars, credit, and electricity.

The deep guideThe Programmer's GrimoireEight ranks of Python with runnable incantations, then every language that follows.
Advertisement

Learning the ranks

Rank 1

Change, do not create

Pick one language (Python is the friendly default) and modify a working example rather than starting from a blank file. Print something, break it, fix it.

Rank 2

The loop

Learn the loop: read the error message top to bottom, isolate the smallest failing piece, fix, repeat. Programming is debugging with extra steps.

Rank 3

One real tool

Build one small tool you actually use (rename files, track a habit, back up a folder) and share the code. An imp that does one daily chore outranks a portfolio of tutorials.

Infinite Knowledge is a guide, not a substitute for certified instruction where lives, limbs, or law are involved.