<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Python on giuliapl personal page &amp; blog</title><link>https://giuliapl.github.io/tags/python/</link><description>Recent content in Python on giuliapl personal page &amp; blog</description><generator>Hugo -- 0.156.0</generator><language>en-en</language><lastBuildDate>Tue, 12 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://giuliapl.github.io/tags/python/index.xml" rel="self" type="application/rss+xml"/><item><title>Writing a Huffman Compressor: Prefix Codes, Bit Packing, and the Header Problem</title><link>https://giuliapl.github.io/posts/huffman-compression-tool/</link><pubDate>Tue, 12 May 2026 00:00:00 +0000</pubDate><guid>https://giuliapl.github.io/posts/huffman-compression-tool/</guid><description>A from-scratch Huffman coder in Python. Building the prefix tree, packing variable-length codes into bytes, and the small file-format decisions that decide whether your decoder works at all.</description></item><item><title>Writing a JSON Parser From Scratch: Lexer, Recursive Descent, and the Cases You Forget</title><link>https://giuliapl.github.io/posts/writing-a-json-parser/</link><pubDate>Sun, 10 May 2026 00:00:00 +0000</pubDate><guid>https://giuliapl.github.io/posts/writing-a-json-parser/</guid><description>A hand-written JSON parser in Python. Two stages, a tiny token model, and a tour of the spec corners that bite you when you stop reaching for the standard library.</description></item><item><title>Reimplementing wc: Where Text Abstractions Leak</title><link>https://giuliapl.github.io/posts/building-a-wc-clone/</link><pubDate>Mon, 04 May 2026 00:00:00 +0000</pubDate><guid>https://giuliapl.github.io/posts/building-a-wc-clone/</guid><description>A minimal wc clone used to examine byte streams, Unicode code points, and the Unix I/O contract—focusing on where common abstractions break down.</description></item></channel></rss>