Skip to content
Art of Coding

Art of Coding

  • Advanced
  • AI / Machine Learning
  • Algorithms
  • API Integration
  • Automation Scripts
  • Beginner
  • C#
  • C++
  • Data Structures
  • Databases
  • DevOps / CLI Tools
  • Dynamic Programming
  • Go
  • Graph Theory
  • HTML / CSS
  • Intermediate
  • Java
  • JavaScript
  • Python
  • Recursion
  • Rust
  • Search Algorithms
  • Shell / Bash
  • Sorting Algorithms
  • SQL
  • TypeScript
  • Uncategorized
  • Web Development

Python

  • Home
  • Python
  • Page 2
Automate Email Reports with Python and Gmail API
Posted inPython

Automate Email Reports with Python and Gmail API

Automate Email Reports with Python and Gmail API   Automating routine tasks like sending daily or weekly email reports can help reduce manual work and improve efficiency for developers and…
Posted by Oana Rinaldi December 5, 2025
Automate Your Inbox: Python Script to Organize Gmail with the API
Posted inPython

Automate Your Inbox: Python Script to Organize Gmail with the API

Automate Your Inbox: Python Script to Organize Gmail with the API   Is your inbox overflowing with updates, promotions, and unimportant emails? With a little Python and the Gmail API,…
Posted by Oana Rinaldi December 2, 2025
Parsing Complex Logs into Insights with Python and Regex
Posted inPython

Parsing Complex Logs into Insights with Python and Regex

Parsing Complex Logs into Insights with Python and Regex   Logs are the pulse of any software system, devops toolchain, or backend app. Buried within those multiline log files are…
Posted by Oana Rinaldi November 16, 2025
Data Cleaning with Pandas: Fixing Messy CSVs Step-by-Step
Posted inPython

Data Cleaning with Pandas: Fixing Messy CSVs Step-by-Step

Data Cleaning with Pandas: Fixing Messy CSVs Step-by-Step   If you've spent any time working with real-world data, you already know: it's rarely clean. Broken formats, missing values, inconsistent naming,…
Posted by Oana Rinaldi November 12, 2025
Automate GitHub Issue Reporting with Python & REST APIs
Posted inPython

Automate GitHub Issue Reporting with Python & REST APIs

Automate GitHub Issue Reporting with Python & REST APIs   Manually reporting bugs on GitHub can interrupt development flow, especially when issues arise frequently or need to be captured quickly.…
Posted by Oana Rinaldi October 25, 2025
Rate Limiting an API Without Redis: A Simple In-Memory Python Solution
Posted inPython

Rate Limiting an API Without Redis: A Simple In-Memory Python Solution

Rate Limiting an API Without Redis: A Simple In-Memory Python Solution   Rate limiting is a common strategy to prevent abuse and ensure fair usage of APIs. In production environments,…
Posted by Oana Rinaldi October 22, 2025
From REST to JSON: Automate Data Pulls from Public APIs Using Python
Posted inPython

From REST to JSON: Automate Data Pulls from Public APIs Using Python

From REST to JSON: Automate Data Pulls from Public APIs Using Python   Public APIs have become essential for developers wanting to acquire live, structured data — from weather updates…
Posted by Oana Rinaldi October 19, 2025
Create a Personal Expense Tracker with SQLite and Python
Posted inPython

Create a Personal Expense Tracker with SQLite and Python

Create a Personal Expense Tracker with SQLite and Python   Managing personal finances doesn't need a fancy web application or integration with a bank API. Sometimes, a simple terminal-based utility…
Posted by Oana Rinaldi September 28, 2025
Automate Invoice Generation with Python and Jinja2
Posted inPython

Automate Invoice Generation with Python and Jinja2

Automate Invoice Generation with Python and Jinja2   Generating invoices manually can be time-consuming and error-prone—especially for freelancers or small businesses juggling multiple clients. With Python and Jinja2, you can…
Posted by Oana Rinaldi September 27, 2025
“Set It and Forget It” Web Scraper in Python Using schedule + requests
Posted inPython

“Set It and Forget It” Web Scraper in Python Using schedule + requests

"Set It and Forget It" Web Scraper in Python Using schedule + requests   Web scraping has become an essential tool for automation, data monitoring, and real-time notification systems. Whether…
Posted by Oana Rinaldi September 26, 2025

Posts pagination

Previous page 1 2 3 4 Next page

Recent Posts

  • Speed Up SQL Queries Using Indexes—With Before-and-After Benchmarks
  • Building a Simple CAPTCHA System in JavaScript Without Dependencies
  • Find Duplicates Fast — SQL vs Python Algorithm Showdown
  • Scraping Job Listings from Indeed Using Python and BeautifulSoup
  • Local File Sync Tool in Java Using WatchService

Recent Comments

No comments to show.

Archives

  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025

Categories

  • Algorithms
  • Automation Scripts
  • Databases
  • Java
  • JavaScript
  • Python
  • Recursion
  • Search Algorithms
  • Shell / Bash
  • Sorting Algorithms
  • SQL
Copyright 2026 — Art of Coding. All rights reserved. Bloghash WordPress Theme
Scroll to Top