<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mypy on code.kiwi.com</title><link>https://code.kiwi.com/tag/mypy/</link><description>Recent content in Mypy on code.kiwi.com</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 24 Mar 2023 17:38:05 +0000</lastBuildDate><atom:link href="https://code.kiwi.com/tag/mypy/index.xml" rel="self" type="application/rss+xml"/><item><title>Pushing static type checking in Python one step further</title><link>https://code.kiwi.com/articles/pushing-static-type-checking-in-python-one-step-further/</link><pubDate>Mon, 27 May 2019 21:41:30 +0000</pubDate><guid>https://code.kiwi.com/articles/pushing-static-type-checking-in-python-one-step-further/</guid><description>&lt;p&gt;Type annotations can help catch tricky bugs in your Python code. In this article, you’ll find how you can do the extra push over the cliff up to eleven.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Note: although there are multiple static type checkers for Python available nowadays (such as&lt;/em&gt; &lt;a href="https://github.com/facebook/pyre-check"&gt;&lt;em&gt;pyre&lt;/em&gt;&lt;/a&gt; &lt;em&gt;and&lt;/em&gt; &lt;a href="https://github.com/Microsoft/pyright"&gt;&lt;em&gt;pyright&lt;/em&gt;&lt;/a&gt;&lt;em&gt;), this article assumes the usage of&lt;/em&gt; &lt;a href="https://github.com/python/mypy"&gt;&lt;em&gt;mypy&lt;/em&gt;&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;</description></item></channel></rss>