mathspp
  • Blog
    • Pydon'ts
    • Problems
    • TIL
    • Twitter threads
  • Books
  • Talks
  • Trainings
    • Advanced iteration
    • Python for scripting and automation
    • Rust for Python developers
  • Courses
  • About
Link blog

CPython: 36 Years of Source Code

by Stan Ulbrych on 09-03-2026 14:42 (via)

Stan Ulbrych produced this neat SVG showing the growth of the CPython repo over the past 36 years:

Annotated chart with growth of the CPython repo over the past 36 years

It is interesting to see some of the tags added, for example the 2nd and 3rd notes that mark a big bump and a big decrease in the code size when the Unicode character database is added to CPython and then compressed, respectively.

Previous link

Why didn't sin and tan go to the party? Just cos.

mathspp
  • Blog
    • Pydon'ts
    • Problems
    • TIL
    • Twitter threads
  • Books
  • Talks
  • Trainings
    • Advanced iteration
    • Python for scripting and automation
    • Rust for Python developers
  • Courses
  • About