Skip to main content

6 docs tagged with "Projects"

View All Tags

Basic Calculator

Create your own Basic Calculator in Python with this step-by-step project guide. Learn to implement fundamental programming concepts such as classes, functions, and exception handling while building a command-line calculator that performs basic arithmetic operations.

Guess the Number Game

Learn to build a 'Guess the Number' game in Python. This beginner-friendly project guides you through creating a fun and interactive game that sharpens logical reasoning and control flow understanding, using core programming concepts such as loops, conditionals, and input validation.

Introductory Web Scraper

Learn the basics of web scraping with Python by building an introductory book scraper. Discover how to fetch web page content, parse HTML, extract data, and handle errors while scraping the 'Books to Scrape' website.

Password Generator

Learn how to build a customizable Password Generator in Python. This beginner-friendly project will teach you how to use Python's string manipulation, randomization techniques, and input validation to create a tool that generates secure passwords based on user-defined criteria.

Rock Paper Scissors

Create a classic Rock Paper Scissors game using Python. Learn how to handle user input, generate random computer choices, determine the winner, and keep track of scores in this interactive and fun project.

Weather App

Develop your own Weather App using Python and the OpenWeatherMap API. This intermediate project teaches you how to fetch and process live weather data, handle API requests, parse JSON, and create a functional command-line interface for displaying weather conditions.