Skip to content

Writing

Notes & essays

Occasional notes on research, programming and the road here.

Coding2 min read

yield in Python

Understanding the yield keyword in Python — how generators work, when to use them, and their key advantages over regular functions.

Coding2 min read

Circular Queue: Python Implementation

A clean Python implementation of the circular queue (ring buffer) data structure that beats 94% of LeetCode submissions.

Experience2 min read

My Experience at Heidelberg Laureate Forum 2019

How a last-minute application led to one of the most memorable experiences of my academic journey — meeting Yoshua Bengio and Jeff Dean at the Heidelberg Laureate Forum.