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

Posts by Oana Rinaldi

  • Home
  • Oana Rinaldi
  • Page 11
About Oana Rinaldi
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
Intro to Web Scraping: Bash + cURL + grep = Fast Data Extraction
Posted inShell / Bash

Intro to Web Scraping: Bash + cURL + grep = Fast Data Extraction

Intro to Web Scraping: Bash + cURL + grep = Fast Data Extraction   When it comes to quickly extracting data from websites, few tools offer the combined power and…
Posted by Oana Rinaldi September 5, 2025
Python Generator Tricks for Streaming Large Files Line-by-Line
Posted inPython

Python Generator Tricks for Streaming Large Files Line-by-Line

Python Generator Tricks for Streaming Large Files Line-by-Line   When working with massive data files — especially gigabyte-sized CSVs — reading the entire file into memory using standard approaches like…
Posted by Oana Rinaldi September 4, 2025
Build an Email Reminder Bot in Python That Reads From Google Sheets
Posted inPython

Build an Email Reminder Bot in Python That Reads From Google Sheets

Build an Email Reminder Bot in Python That Reads From Google Sheets   Sending reminder emails is a common task in many domains, from managing team tasks to sending payment…
Posted by Oana Rinaldi September 3, 2025
Real-Time Currency Converter Using Python and ExchangeRate API
Posted inPython

Real-Time Currency Converter Using Python and ExchangeRate API

Real-Time Currency Converter Using Python and ExchangeRate API   Creating real-time applications in Python is not only fun but also showcases the language’s robust support for API integration and automation.…
Posted by Oana Rinaldi September 2, 2025
Web Scraping Price Data with BeautifulSoup and Writing to SQL
Posted inPython

Web Scraping Price Data with BeautifulSoup and Writing to SQL

Web Scraping Price Data with BeautifulSoup and Writing to SQL   Web scraping is a valuable tool for monitoring prices, tracking competitors, or feeding your data pipelines with fresh data.…
Posted by Oana Rinaldi September 1, 2025
Debounce This! Implementing Debounce in Plain JavaScript
Posted inJavaScript

Debounce This! Implementing Debounce in Plain JavaScript

Debounce This! Implementing Debounce in Plain JavaScript   Have you ever typed into a search bar and noticed the website wait a moment before triggering a search request? That’s debounce…
Posted by Oana Rinaldi August 31, 2025
Build a Currency Converter Using Fetch API and Exchange Rates
Posted inJavaScript

Build a Currency Converter Using Fetch API and Exchange Rates

Build a Currency Converter Using Fetch API and Exchange Rates   Creating a real-time currency converter is an excellent way to deepen your understanding of JavaScript, APIs, and user interface…
Posted by Oana Rinaldi August 30, 2025

Posts pagination

Previous page 1 … 9 10 11 12 13 … 15 Next page

Recent Posts

  • Scrape and Schedule: Automate Web Reports Using Python & Cron
  • 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

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