<?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 New Schematic</title><link>https://newschematic.org/tags/python/</link><description>Recent content in Python on New Schematic</description><generator>Hugo</generator><language>en-us</language><copyright>Christopher Boette, CC by-sa-nc</copyright><lastBuildDate>Sun, 22 Sep 2024 11:18:34 -0500</lastBuildDate><atom:link href="https://newschematic.org/tags/python/index.xml" rel="self" type="application/rss+xml"/><item><title>WasmVM.py</title><link>https://newschematic.org/projects/wasmvm-py/</link><pubDate>Sun, 22 Sep 2024 11:18:34 -0500</pubDate><guid>https://newschematic.org/projects/wasmvm-py/</guid><description>&lt;h3 id="a-stack-based-virtual-machine-written-in-python-for-webassembly"&gt;A stack-based virtual machine, written in Python, for WebAssembly&lt;/h3&gt;
&lt;p&gt;Purely a learning tool, as I&amp;rsquo;ve found the best way to learn something is to crack it open, look around inside, and then
build a smaller version of the same thing, from its component pieces.&lt;/p&gt;
&lt;p&gt;Download it &lt;a href="https://github.com/chrisbodhi/WasmVM.py"&gt;from GitHub, here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Hashing Pipelines with Joblib</title><link>https://newschematic.org/blog/hashing-joblib/</link><pubDate>Mon, 11 May 2020 15:15:15 +0000</pubDate><guid>https://newschematic.org/blog/hashing-joblib/</guid><description>&lt;p&gt;For the last six months or so, I&amp;rsquo;ve been working on building out the infrastructure for our machine-learning service at work. One thing that had me scratching my head last week was trying to compare two fitted pipelines, trained on what could be the same data. To ensure that I wasn&amp;rsquo;t re-uploading a duplicate fitted pipeline, I wanted to compare the MD5 hashes of the fitted pipelines. Joblib has a &lt;a href="https://joblib.readthedocs.io/en/latest/generated/joblib.hash.html#joblib.hash"&gt;way to do this&lt;/a&gt;, but I spent way too long trying to find an example of getting it working.&lt;/p&gt;</description></item></channel></rss>