Library / coding
AI Time Estimates for Coding Tasks
Coding tasks span quick scripts to architecture decisions. See where AI saves hours and where a senior engineer is still worth the rate.
Write Python code to scrape weather data from a public API and generate daily forecasts in JSON format
Build a Python web scraper for real estate listings in a target ZIP code, parse listing data, and compute price-per-square-foot metrics with output/reporting.
Write a Python web scraper to extract product listings and pricing data from an e-commerce site, then output a structured CSV comparison file.
Write a Python script that reads CSV files, detects duplicate customer records using configurable matching logic, and merges them into deduplicated output.
Write Python code to scrape and parse real estate listing data from a website and organize it into a structured database
Build a Python web scraper that extracts real estate listings, cleans the raw data, and computes summary statistics (price, size, etc.) grouped by neighborhood.
Write a Python script to scrape product reviews from an e-commerce site and calculate sentiment scores for each review.
Build a Python web scraper that collects real estate listings from multiple websites and stores the aggregated, structured data in a database.
Write Python code to parse CSV files, validate data quality, and generate automated quality reports
Build a Python web scraper that pulls product prices from 10 competitor e-commerce sites daily, normalizes the data into a consistent format, and auto-generates a weekly price comparison report.
Write Python ETL pipeline to read customer CSV data, transform it, and load it into PostgreSQL with proper error handling
Debug a JavaScript function that fails to validate email addresses and format phone numbers correctly, then explain the errors found.
Build a Python web scraper to extract product listings, prices, and reviews from an e-commerce site
Write shell script documentation with 10 use-case examples for a DevOps team's internal wiki
Write a Python script to parse CSV files, detect duplicate rows, output a cleaned deduplicated dataset, and produce a summary report of what was removed and why.
Debug and fix SQL queries in a data warehouse returning incorrect aggregation results for monthly sales reports
Build a Python script that reads CSV data files, processes them, and outputs formatted monthly revenue reports automatically.
Build a Python web scraper targeting 5 competitor websites to extract pricing data, then format and output a structured weekly comparison report.
Write a Python web scraper to extract product listings and pricing data from a competitor's website, outputting structured data (e.g., CSV, JSON, or database records).
Diagnose and fix recurring crashes on a client's custom WordPress site caused by a server configuration issue
Other categories