<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Voblit McVoblit</title>
    <description>The latest articles on DEV Community by Voblit McVoblit (@voblit).</description>
    <link>https://dev.to/voblit</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4090374%2Fd0e56cd2-93ac-4070-828f-c77c02fe2388.jpg</url>
      <title>DEV Community: Voblit McVoblit</title>
      <link>https://dev.to/voblit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/voblit"/>
    <language>en</language>
    <item>
      <title>py2ez80: The Way To Put Python On The Ti84+CE</title>
      <dc:creator>Voblit McVoblit</dc:creator>
      <pubDate>Sun, 23 Aug 2026 03:25:31 +0000</pubDate>
      <link>https://dev.to/voblit/py2ez80-the-way-to-put-python-on-the-ti84ce-44nf</link>
      <guid>https://dev.to/voblit/py2ez80-the-way-to-put-python-on-the-ti84ce-44nf</guid>
      <description>&lt;p&gt;This is a tool which I think many will find useful. For a long time, calculators like the Ti84+CE have been stuck with a very limited and painfully slow python interpreter, if one was even provided, as non-python models do exist. But recently, I finished my tool that fixes this problem, by transpiling python to assembly!&lt;/p&gt;

&lt;p&gt;While at first glance you may think the term "transpiler" is incorrect for a project like this, I decided to take a shortcut on the route, and effectively made a Python to C transpiler, like cython. Except here, I made it specifically target the CEdev toolchain, and call it to produce a .8xp program in result. Using plain Cython will be tough since it isn't really optimized.&lt;/p&gt;

&lt;p&gt;Although it is very advanced, supporting lists, tuples, many data types, and a lot of programming structure types found in python and converting them to C, I do acknowledge the fact that it is still very limited on its I/O capabilities.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/voblit/py2ez80" rel="noopener noreferrer"&gt;The github is here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>calculator</category>
      <category>programming</category>
      <category>python</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
