The Power of yield from in Python Generators

PROGRAMMING

May 05, 2025

Discover how yield from makes Python generators cleaner and more powerful, plus a real-world example with FastAPI log streaming.

Trash Talk: Understanding Python’s Garbage Collector

PROGRAMMING

April 27, 2025

Ever wondered who cleans up the mess when your Python code is done with objects? In this post, we dive into how Python’s garbage collector works, why it matters, and how you can use it to write cleaner, faster programs.

Shallow vs Deep Copies in Python, What You Think You Know (but Might Not)

PROGRAMMING

April 24, 2025

Copying objects in Python might look easy, but it can be tricky. Curious why? Have a look at the post.

Using environment files in Django

PROGRAMMING

February 14, 2021

Secure your Django project using environment files and variables.

Adım Adım İlk HTML & CSS Denemem : Bağımlılık Ağaçları

PROGRAMMING

June 26, 2017

Biraz HTML, biraz CSS ve ilk proje denemem.