This is your work, valued
Creator of Python; now building structured RAG and language model agent infrastructure at Microsoft.
inferred from the public footprint
Creator of Python who continues experimenting with language fundamentals through projects like patma for pattern matching and reconstructions of pythonlabs source code, maintaining a steady presence across programming language research.
Mypy. I built a tool that finds type mistakes in Python code automatically.
21kPython Enhancement Proposals. I built a public record of how Python gets designed and improved.
5kTypeagent. I made a way to organize documents so AI can search and understand them.
876Faster CPython. I'm tracking work to make Python's core engine run faster.
1.7kABC. I preserved the original ABC language that directly inspired Python.
173Mypy Extensions. I wrote extensions that add missing type-checking features to Python.
154Guido's Site. I made a website to share my thoughts and projects.
22Pythonlabs. I reconstructed the source code for pythonlabs.com.
27Pegen. I made a text parser generator that powers Python's own code reader.
279C Parser. I wrote a tool that reads and breaks down C code into usable pieces.
61Pattern Matching. I built pattern matching for Python to simplify how developers handle data.
1kTyped AST. I made a code parser that extracts type hints from Python comments.
233Python Demos. I rescued old Python example programs that were removed from the official repository.
101Ctok. I exposed Python's built-in code tokenizer as a simple tool.
63PEP 550. I documented early ideas about Python's approach to concurrent context.
12Ballot Box. I built a voting tool that collects and counts group decisions automatically.
18Pythonlabs Azure. I set up a Python website running on Microsoft Azure's cloud.
22Guido's Time Machine. I built a tool that lets you rewind and replay Python code execution.
106Mypy Dummy. I made a test version of a Python code checker.
10