<?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 Micah Yong</title><link>https://www.micahyong.com/tags/python/</link><description>Recent content in python on Micah Yong</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>Copyright © 2023, Micah Yong; all rights reserved.</copyright><lastBuildDate>Tue, 20 Jul 2021 22:00:26 -0700</lastBuildDate><atom:link href="https://www.micahyong.com/tags/python/index.xml" rel="self" type="application/rss+xml"/><item><title>A distributed programmer's chief assistant</title><link>https://www.micahyong.com/post/cli-for-distributed-systems/</link><pubDate>Tue, 20 Jul 2021 22:00:26 -0700</pubDate><guid>https://www.micahyong.com/post/cli-for-distributed-systems/</guid><description>In this piece, I&amp;rsquo;ll talk about the unique challenges of debugging distributed programs and how we can build a command line interface (CLI) to be a distributed programmer&amp;rsquo;s chief assistant.
Infinite scaling, impossible debugging Suppose I would like to build a memory-intensive 2D array in Python with a single CPU:
def f(x): return [i for i in range(x)] lists = [f(i) for i in range(100000000)] print(lists) Upon running, I get a MemoryError.</description></item><item><title>Type inference for data frames</title><link>https://www.micahyong.com/post/exploring-geographic-data/</link><pubDate>Sun, 20 Jun 2021 23:30:42 -0700</pubDate><guid>https://www.micahyong.com/post/exploring-geographic-data/</guid><description>In this essay, I&amp;rsquo;ll talk about a powerful visualization called choropleths, why they&amp;rsquo;re horrendous to reproduce, and how we can empower data scientists to build and use them more intelligently.
Update: My professor and advisor recently launched a company, Ponder, to make Pandas both scalable and intelligent. See my work on geographic types embodied here.
It&amp;rsquo;s hot It&amp;rsquo;s hot in California. No, like really hot. If you&amp;rsquo;re from the West Coast, this isn&amp;rsquo;t news to you—you were born and raised in the ever-increasing heat.</description></item></channel></rss>