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.
Build a Python web scraper that monitors competitor product prices and automatically updates a local database on a 6-hour schedule
Write a Python web scraper to extract product listings and pricing data from an e-commerce site, then output a structured CSV comparison file.
Diagnose intermittent 500 errors on a WordPress site by accessing the server and inspecting error logs, PHP logs, and server configuration.
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 that reads CSV files, detects duplicate customer records using configurable matching logic, and merges them into deduplicated output.
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.
Build a Python web scraper that collects real estate listings from multiple websites and stores the aggregated, structured data in a database.
Write a Python script to scrape product reviews from an e-commerce site and calculate sentiment scores for each review.
Build a Python script that reads CSV data files, processes them, and outputs formatted monthly revenue reports automatically.
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 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 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
Other categories