Search Results

Results for "state"

139 articles found

Object oriented programming concept Object-Oriented Programming
1 min read

Object-Oriented Programming in Python

Object-oriented programming (OOP) is a paradigm that organizes code around objects rather than functions. Python is an OOP language from the ground up. A c…

A lush, simple vegetable garden with ripe tomatoes and herbs Philosophy
1 min read

Epicurus: The Art of Simple Pleasure

Epicurus is often misunderstood as a hedonist who advocated for wild parties. In reality, his philosophy was about achieving *ataraxia*—a state of serene…

Vibrant local market in India with colorful produce and goods India Travel
2 min read

Traveling India on a Budget

India has a reputation for being a budget traveler's paradise, and it is absolutely true. I traveled for two months on a budget of around fifty dollars a d…

Function blocks in code editor Functions & Modules
1 min read

Functions: Writing Reusable Code

Functions are the building blocks of any non-trivial Python program. They allow you to encapsulate a piece of logic and reuse it without copying and pastin…

Debugging code concept Testing & Debugging
2 min read

Debugging Python Code Like a Pro

Debugging is an inevitable part of programming. The better you are at it, the faster you can fix issues and move on. Python comes with a built-in debugger…

Rolling hills covered in green tea plantations in Munnar India Travel
2 min read

The Tea Trails of Munnar

Munnar is a hill station in Kerala famous for its endless tea plantations. I arrived after a long, winding bus ride through the mountains, and the first th…