<?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>Language Features on Indented Block</title><link>https://indentedblock.com/tags/language-features/</link><description>Recent content in Language Features on Indented Block</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 27 Aug 2026 12:56:49 -0400</lastBuildDate><atom:link href="https://indentedblock.com/tags/language-features/index.xml" rel="self" type="application/rss+xml"/><item><title>Mutable Default Arguments: Python's Favorite Gotcha</title><link>https://indentedblock.com/posts/mutable-default-arguments/</link><pubDate>Thu, 27 Aug 2026 12:56:49 -0400</pubDate><guid>https://indentedblock.com/posts/mutable-default-arguments/</guid><description>Why a default argument like def f(items=[]) gets shared across every call that doesn&amp;#39;t pass one, and the idioms that keep you out of trouble.</description></item><item><title>Generators and Iterators: Lazy Evaluation in Python</title><link>https://indentedblock.com/posts/python-generators/</link><pubDate>Mon, 24 Aug 2026 08:54:32 -0400</pubDate><guid>https://indentedblock.com/posts/python-generators/</guid><description>How Python generators and iterators work under the hood, why lazy evaluation saves memory and time, and real patterns for streaming data pipelines.</description></item><item><title>Python Type Hints in Practice</title><link>https://indentedblock.com/posts/python-type-hints/</link><pubDate>Mon, 27 Jul 2026 10:17:41 -0400</pubDate><guid>https://indentedblock.com/posts/python-type-hints/</guid><description>A practical guide to using type hints in real Python code: the typing module essentials, generics, Protocol, Optional vs union types, TypedDict, overloads, and how to actually enforce hints with mypy.</description></item><item><title>Context Managers: The `with` Statement Demystified</title><link>https://indentedblock.com/posts/python-context-managers/</link><pubDate>Tue, 21 Jul 2026 10:25:03 -0400</pubDate><guid>https://indentedblock.com/posts/python-context-managers/</guid><description>How the with statement actually works under the hood, how to build your own context managers, and the real-world patterns that make them worth learning.</description></item><item><title>Python Decorators: From Syntax Sugar to Real-World Patterns</title><link>https://indentedblock.com/posts/python-decorators/</link><pubDate>Mon, 20 Jul 2026 10:52:46 -0400</pubDate><guid>https://indentedblock.com/posts/python-decorators/</guid><description>A deep dive into Python decorators: how they work under the hood, common pitfalls, and patterns you can use today.</description></item></channel></rss>