Writing a simple Python compiler: 1. hello, fibonacci

Writing a simple Python compiler: 1. hello, fibonacci… Read more

Similar

Python’s Mock.patch in JavaScript

JSPatch is a library inspired by [mock.patch](https://docs.python.org/3/library/unittest.mock.html#patch) from python. It leverages Jest code transformations in order to modify files under test so that we can dynamically patch arbitrary identifiers.. Late... (more…)

Read more »

Finding Free Food with Python

If you live in a major city, there’s a good chance you’ve used (or at least heard of) food delivery services like Postmates, GrubHub, or DoorDash. These services are great for times when I’m behind on groceries or when I’m getting some late night studying... (more…)

Read more »