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 3
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
[Python] Turn Gmail into an Automated Alert System
Posted inPython

[Python] Turn Gmail into an Automated Alert System

[Python] Turn Gmail into an Automated Alert System   In today's world of ever-growing email notifications, manually checking important emails can be inefficient. Imagine a script that scans your Gmail…
Posted by Oana Rinaldi September 25, 2025
Python Script to Auto-Fill Online Forms Using Selenium
Posted inPython

Python Script to Auto-Fill Online Forms Using Selenium

Python Script to Auto-Fill Online Forms Using Selenium   Filling out online forms for surveys, registrations, or repetitive tasks can quickly become a tedious chore. Fortunately, Python combined with Selenium…
Posted by Oana Rinaldi September 19, 2025
Build a YouTube Playlist Downloader with Python and Pytube
Posted inPython

Build a YouTube Playlist Downloader with Python and Pytube

Build a YouTube Playlist Downloader with Python and Pytube   If you've ever wanted to download an entire YouTube playlist for offline viewing or archiving, Python makes this process simple…
Posted by Oana Rinaldi September 18, 2025
Python Script to Monitor and Alert on Disk Usage
Posted inPython

Python Script to Monitor and Alert on Disk Usage

Python Script to Monitor and Alert on Disk Usage   System administrators and DevOps engineers often need to monitor disk space usage to ensure that servers continue operating smoothly. If…
Posted by Oana Rinaldi September 12, 2025
‘SELECT * FROM JSON’: Querying Local JSON Files as Tables with Python
Posted inPython

‘SELECT * FROM JSON’: Querying Local JSON Files as Tables with Python

'SELECT * FROM JSON': Querying Local JSON Files as Tables with Python   If you've ever wished you could run SQL queries directly on JSON files without setting up a…
Posted by Oana Rinaldi September 11, 2025
Transform CSV Data into JSON Using Python in 10 Lines
Posted inPython

Transform CSV Data into JSON Using Python in 10 Lines

Transform CSV Data into JSON Using Python in 10 Lines   Converting CSV files into JSON format is a common task in data workflows. Whether you're cleaning up messy exports,…
Posted by Oana Rinaldi September 8, 2025
Python Script to Clean CSVs with Messy Date Formats
Posted inPython

Python Script to Clean CSVs with Messy Date Formats

Python Script to Clean CSVs with Messy Date Formats   Real-world data is rarely clean — especially when it comes to dates. CSV files collected from external sources often include…
Posted by Oana Rinaldi September 7, 2025
Find Duplicates Fast — Deduping Lists in Python Efficiently
Posted inPython

Find Duplicates Fast — Deduping Lists in Python Efficiently

Find Duplicates Fast — Deduping Lists in Python Efficiently   When working with large datasets, one of the most common tasks developers face is eliminating duplicates. Whether you're cleaning data,…
Posted by Oana Rinaldi September 6, 2025

Posts pagination

Previous page 1 2 3 4 Next page

Recent Posts

  • Detect Duplicate Files on Your System with a Python Hashing Script
  • From CSV to Insight: Parse and Analyze CSV Files Using Modern Java Streams
  • Visualizing SQL Query Performance with EXPLAIN Plans
  • Use Python’s Requests and BeautifulSoup to Scrape Product Prices
  • Speed Up SQL Queries Using Indexes—With Before-and-After Benchmarks

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