<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python on haykot.dev</title><link>https://haykot.dev/tags/python/</link><description>Recent content in Python on haykot.dev</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 05 Mar 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://haykot.dev/tags/python/index.xml" rel="self" type="application/rss+xml"/><item><title>TIL How to Reset Python Environment</title><link>https://haykot.dev/blog/til-how-to-reset-python-env/</link><pubDate>Sun, 05 Mar 2023 00:00:00 +0000</pubDate><guid>https://haykot.dev/blog/til-how-to-reset-python-env/</guid><description>Here&amp;rsquo;s a short script to reset your python environment to a clean state.</description></item><item><title>What's New in Mealie v1.0.0beta-4</title><link>https://haykot.dev/blog/whats-new-in-mealie-beta-v4/</link><pubDate>Mon, 01 Aug 2022 00:00:00 +0000</pubDate><guid>https://haykot.dev/blog/whats-new-in-mealie-beta-v4/</guid><description>The highlights and of the latest release of Mealie including some security updates, and a some new features.</description></item><item><title>TIL: Stopping Requests Mid Flight</title><link>https://haykot.dev/blog/til-stopping-requests-mid-flight/</link><pubDate>Sat, 30 Jul 2022 00:00:00 +0000</pubDate><guid>https://haykot.dev/blog/til-stopping-requests-mid-flight/</guid><description>Today I learned how you stop a request mid flight with the python requests library</description></item><item><title>How to Improve The Jinja2 Experience with FastAPI</title><link>https://haykot.dev/blog/how-to-improve-the-jinja2-experience-with-fastapi/</link><pubDate>Fri, 20 Aug 2021 00:00:00 +0000</pubDate><guid>https://haykot.dev/blog/how-to-improve-the-jinja2-experience-with-fastapi/</guid><description>While FastAPI is a great first choice for any API development in Python, it&amp;rsquo;s often not considered when your primary goal is to use Jinja2 templates to return HTML to the user. It&amp;rsquo;&amp;rsquo;s hard to match the Ecosystem and support that comes with Flask, but it&amp;rsquo;s easy to get started.</description></item><item><title>Lessons From a Rewrite: Improving Your Git Workflow</title><link>https://haykot.dev/blog/lessons-from-a-rewrite-improving-your-git-workflow/</link><pubDate>Sat, 14 Aug 2021 00:00:00 +0000</pubDate><guid>https://haykot.dev/blog/lessons-from-a-rewrite-improving-your-git-workflow/</guid><description>The first article in the series on lessons I&amp;rsquo;ve learned from re-writing my
open-source project.</description></item><item><title>FastAPI and Rich Tracebacks in Development</title><link>https://haykot.dev/blog/fastapi-and-rich-tracebacks-in-development/</link><pubDate>Mon, 09 Aug 2021 00:00:00 +0000</pubDate><guid>https://haykot.dev/blog/fastapi-and-rich-tracebacks-in-development/</guid><description>Let&amp;rsquo;s take a look at how we can integrate Rich&amp;rsquo;s logging and traceback behavior into FastAPI.</description></item><item><title>Auto Initialize SQLAlchemy Models from A Python Dictionary</title><link>https://haykot.dev/blog/auto-initialize-sqlalchemy-models-from-python-dictionary/</link><pubDate>Thu, 05 Aug 2021 00:00:00 +0000</pubDate><guid>https://haykot.dev/blog/auto-initialize-sqlalchemy-models-from-python-dictionary/</guid><description>As an avid FastAPI and Pydantic user, I&amp;rsquo;ve stumbled into a problem that
is common with any web framework.
How do I turn JSON into a dictionary and then into an entry in my SQL Database?</description></item><item><title>Generating Blog Frontmatter</title><link>https://haykot.dev/blog/generating-blog-frontmatter/</link><pubDate>Thu, 05 Aug 2021 00:00:00 +0000</pubDate><guid>https://haykot.dev/blog/generating-blog-frontmatter/</guid><description>I recently began the process of migrating my small blog from Ghost to
a static site build with Nuxt. As a part of the process I wanted to create a small
script that would automate some of the basic metadata creation the Nuxt can use
to generate cards and sort content. Luckily, frontmatter in markdown is just yaml,
making it easy to parse and manipulate.</description></item></channel></rss>