<?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 Jake Worth</title><link>https://jakeworth.com/tags/python/</link><description>Recent content in Python on Jake Worth</description><image><title>Jake Worth</title><url>https://jakeworth.com/twittercard.png</url><link>https://jakeworth.com/twittercard.png</link></image><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 03 Dec 2025 12:04:51 -0500</lastBuildDate><atom:link href="https://jakeworth.com/tags/python/index.xml" rel="self" type="application/rss+xml"/><item><title>Disable DRF Browsable API</title><link>https://jakeworth.com/tils/disable-drf-browsable-api/</link><pubDate>Wed, 03 Dec 2025 12:04:51 -0500</pubDate><guid>https://jakeworth.com/tils/disable-drf-browsable-api/</guid><description>&lt;p&gt;Django Rest Framework includes a UI for interacting with your API. Here&amp;rsquo;s how to
turn it off.&lt;/p&gt;</description></item><item><title>Django Routing 101</title><link>https://jakeworth.com/tils/django-routing-101/</link><pubDate>Fri, 07 Nov 2025 16:47:58 -0500</pubDate><guid>https://jakeworth.com/tils/django-routing-101/</guid><description>&lt;p&gt;Something I&amp;rsquo;ve taken a while to get under my fingers is Django&amp;rsquo;s URL routing conventions. Here&amp;rsquo;s a brief summary.&lt;/p&gt;</description></item><item><title>Unpacking MessagePack</title><link>https://jakeworth.com/tils/unpacking-msgpack/</link><pubDate>Thu, 05 Jun 2025 16:45:33 -0400</pubDate><guid>https://jakeworth.com/tils/unpacking-msgpack/</guid><description>&lt;p&gt;SALT messages are encoded with a library called &lt;code&gt;msgpack&lt;/code&gt;, the Python implementation
of &lt;a href="https://msgpack.org/"&gt;MessagePack&lt;/a&gt;. How can we read them?&lt;/p&gt;</description></item><item><title>Python String Interpolation</title><link>https://jakeworth.com/tils/python-string-interpolation/</link><pubDate>Tue, 27 May 2025 22:00:15 -0400</pubDate><guid>https://jakeworth.com/tils/python-string-interpolation/</guid><description>&lt;p&gt;Python string interpolation is available via few of interfaces, as &lt;a href="https://til.hashrocket.com/posts/iiri0m4gpb-string-interpolation-in-python"&gt;Chris at Hashrocket&lt;/a&gt; taught me.&lt;/p&gt;</description></item><item><title>Print Python Function Definition With Getsource</title><link>https://jakeworth.com/tils/print-python-function-definition-with-getsource/</link><pubDate>Fri, 16 May 2025 11:01:29 -0400</pubDate><guid>https://jakeworth.com/tils/print-python-function-definition-with-getsource/</guid><description>&lt;p&gt;If I&amp;rsquo;ve defined a function in the Python REPL, I can read its definition with
&lt;code&gt;inspect.getsource&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>Python REPL Help</title><link>https://jakeworth.com/tils/python-repl-help/</link><pubDate>Fri, 16 May 2025 10:49:29 -0400</pubDate><guid>https://jakeworth.com/tils/python-repl-help/</guid><description>&lt;p&gt;In the Python REPL, the &lt;code&gt;help&lt;/code&gt; function provides a help message about its argument.&lt;/p&gt;</description></item></channel></rss>