Search Results

Results for "put"

175 articles found

A person standing at a fork in a misty forest path Philosophy
1 min read

Existentialism: You Are Your Choices

Existentialism is the philosophy of the 20th century because it grapples with the anxiety of modern freedom. The core tenant, often summarized as "existenc…

Person checking off a list with a pen Wellness
1 min read

Building Healthy Habits That Stick

Willpower is overrated; systems are what create lasting change. Start with the two-minute rule: make new habits so easy you can’t say no. Want to read mo…

A comfortable bed with white linens and soft lighting, creating a calm atmosphere Health
1 min read

The Science of Better Sleep

We all know sleep is important, but getting quality sleep can be elusive. It’s not just about the hours in bed. Our bodies thrive on routine. Try to go t…

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…

Software testing concept Testing & Debugging
1 min read

Testing Your Python Code with unittest

Testing is an essential part of professional software development. It ensures your code works as expected and catches bugs before they reach production. Py…

Asynchronous programming concept Concurrency
1 min read

Introduction to Python's AsyncIO

Asynchronous programming is a way to write concurrent code that can handle many tasks without the overhead of threads or processes. AsyncIO is Python's lib…

Web form with validation messages HTML/CSS/JS
1 min read

Form Validation: HTML5 vs JavaScript

Forms are the gateway to user data, and validating that data is crucial. You have two layers: client-side validation (for UX) and server-side validation (f…

A laptop screen showing a complex spreadsheet transforming into a clean dashboard Google Cloud Platform
1 min read

BigQuery Saved Me From Excel Hell

My previous job involved analyzing CSV files. Gigabytes of them. Excel would crash. My laptop would overheat. I spent hours writing VLOOKUPs that took minu…

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…

A laptop screen displaying lines of colorful code against a dark background Technology
1 min read

Learning to Code: Where to Start

Learning to code can feel like trying to climb a mountain in the fog. The key is to pick one language and a small project that excites you. Python is often…

A laptop screen showing a complex spreadsheet transforming into a clean dashboard Google Cloud Platform
1 min read

BigQuery Saved Me From Excel Hell

My previous job involved analyzing CSV files. Gigabytes of them. Excel would crash. My laptop would overheat. I spent hours writing VLOOKUPs that took minu…