Goal: Extract live cryptocurrency data using requests
, BeautifulSoup
, and store the results in a structured DataFrame.
Goal: Organize and sort files in a folder based on file type using os
, shutil
, and Python automation.
Goal: A beginner-friendly CLI calculator that handles basic arithmetic operations with input validation.
Goal: Convert between units like length, weight, and temperature using reusable functions and clean user input.
Goal: Scrape sample HTML data, apply regex patterns for cleaning, and analyze results with pandas.