Search Results

Results for "writing"

120 articles found

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…

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…

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…

Students studying Education
1 min read

Top 5 Ways Students Can Use ChatGPT

Students can use ChatGPT to summarize notes, understand difficult topics, generate ideas, and even practice writing. It acts like a personal tutor availabl…

Kotlin programming language logo and code JVM Languages
1 min read

Kotlin vs. Java: A Coexistence Story

When Kotlin first came out, I thought it was just a fad. But after Google made it first-class for Android, and I saw my colleagues writing less boilerplate…

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…

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…

A steaming cup of coffee on a bedside table with soft morning light coming through a window Lifestyle
1 min read

Mastering Your Morning Routine

How you start your morning often sets the tone for the entire day. For years, I woke up and immediately reached for my phone, scrolling through emails and…

A steaming cup of coffee on a bedside table with soft morning light coming through a window Lifestyle
1 min read

Mastering Your Morning Routine

How you start your morning often sets the tone for the entire day. For years, I woke up and immediately reached for my phone, scrolling through emails and…