Python

Tag: Python

Calling Rust code from Python with ctypes

2 minute read

As I was learning, I came across an idea: what if I get to call Rust code from Python? Then I can take advantage of Rust’s speed in Python.

Contributor to CPython! Yay!

1 minute read

Yeah, I’m now a contributor to CPython 🙂. I caught an extremely significant bug in CPython that affected the coding experience of each and every Python progr...

The Python Challenge (Levels 0-5)

7 minute read

The Python Challenge (http://www.pythonchallenge.com) is an interesting coding challenge. I remember trying it when I was just in about first grade and getti...