Scripting

Python

Data Types

categorytypes
textstr
numericint, float, complex
sequencelist, tuple, range
mappingdict
setset, frozenset
booleanbool
binarybytes, bytearray, memoryview
noneNoneType

Keywords

Python reserves 35 hard keywords (plus the soft keywords match and case for structural pattern matching since 3.10). Reserved keywords cannot be used as identifiers; soft keywords are only special in the relevant context.

Read more >

Javascript

This site is running so much AI generated Javascript that you would puke as soon as you opened the browser console.

At least the functionality is there though.

I have been chipping away at learning the language, the first 10 days were supremely productive, and I intend to continue.

Unavoidably, I learned HTML and CSS too.

Unavoidably, I learned HTML and CSS too.

The repo contains the rest of the information.

Read more >