Python Uptime Monitor: Free Script to Check Websites & Get Alerts
Build a free Python uptime monitor that checks if a website is down, measures response time, and sends email alerts. Includes cron setup and reliable code.
Automate boring tasks with Python scripts — no coding experience needed
Build a free Python uptime monitor that checks if a website is down, measures response time, and sends email alerts. Includes cron setup and reliable code.
Learn Python sqlite3 in this beginner SQLite tutorial. Create a database, build tables, insert, query, update, and read data with pandas.
Playwright vs Selenium Python: compare selenium vs playwright code, see if Playwright is better than Selenium for beginners, and start browser automation.
Learn python web scraping with proxies. This beginner's guide shows a python requests proxy setup, proxy rotation python code, and a simple scraping proxy pool.
Learn web scraping without getting blocked using Python requests: fix your User-Agent, add rate limiting, retry 429 errors, and use sessions safely.
Build a free NBA news alert bot with Python and Telegram. Learn to create a Telegram bot, fetch live sports news, and schedule daily updates with cron.
Confused about API vs web scraping? Learn when to call a hidden API, how to find one in your browser, and fetch live data with Python requests.
Learn how to scrape data to Excel with Python using requests, BeautifulSoup, and openpyxl. Export scraped web data to Excel step-by-step, no experience needed.
Learn to schedule your Python scraper with cron on Linux. Run Python scripts automatically every day or every 30 minutes—step-by-step for beginners.
Learn to clean scraped data with pandas: remove duplicates, fix text, convert string prices to numbers, and save clean CSV. A step-by-step guide for beginners.
Learn to scrape behind login pages with Python using requests.Session. Step-by-step guide to login sessions, CSRF tokens, and member-only content.
Learn how to scrape multiple pages with Python using BeautifulSoup. Master pagination patterns, handle next buttons, and save data to CSV.
Learn how to add AI to your Python scripts in 10 minutes — call an AI API, summarize files, and sort email automatically. Full code, no experience needed.
Set up the Google Search Console API with Python: service account, keywords, clicks, and impressions pulled automatically — full tested script included.
Build a daily news digest in Python: fetch RSS feeds, filter headlines from the last 24 hours, and email yourself a morning summary — full script, tested.
Learn to read, clean, and write CSV files with Python pandas. Load data, filter rows, fix column names, and export tidy reports — step by step with real examples.
Learn to auto-organize your Gmail inbox with Python imaplib. Build a rules engine that archives newsletters, labels receipts, and sorts your mail — step by step.
Send Telegram messages from Python in minutes: create a bot, get your chat ID, and turn any script into phone notifications. Full code, step by step.
Learn to read, search, and organize your Gmail inbox with Python's imaplib. Fetch unread emails, parse subjects, download attachments — step by step.
Build a price tracker with Python: scrape product prices, store history in JSON, and get email alerts when prices drop. Full working script, step by step.
Learn to automate Excel with Python using openpyxl — read, write, format, and email spreadsheet reports automatically. Step-by-step beginner project included.
Track price drops, restocks, and updates: a Python script that watches any website and emails you when it changes. Uses requests and smtplib only.
Learn Playwright to control any website with Python — fill forms, click buttons, scrape dynamic pages, and take screenshots. The modern replacement for Selenium.
Learn how to send emails with Python using smtplib — from simple text messages to HTML reports with attachments. Build a scheduled email notification system step by step.
Learn web scraping from scratch with Python — extract text, tables, and lists from websites using requests and BeautifulSoup. Full working examples included.
Write a Python script that automatically sorts your messy Downloads folder into subfolders by file type. Runs on Windows, Mac, and Linux. 40 lines of code.
Learn how to rename hundreds of files in seconds with a simple 10-line Python script. No coding experience needed.
Write a Python script that automatically backs up your important files every week. Simple 30-line script, runs on Windows, Mac, and Linux.