Skip to content

sree34u/Automate_with_Python

Repository files navigation

Python – Learning and Exercises

This repository contains my solutions, exercises, and mini-projects while going through various Python learning resources such as Automate the Boring Stuff with Python by Al Sweigart, Bro Code youtube videos etc. I’m using WSL (Ubuntu), Python 3, and VS Code to practice programming and automation.


Project Structure

  • hello.py – First test script
  • Age.py – Using Else, If and elif
  • `` – Exercises and notes from Chapter 2
  • (more chapters coming soon...)
  • Bro Code YouTube Projects
    • Madlibs Game
    • Calculator Program
    • Weight Conversion Program
    • Temperature Conversion Program
    • Compound Interest Calculator
    • Countdown Timer Program
    • Shopping Cart Program
    • Quiz Game
    • Concession Stand Program
    • Number Guessing Game
    • Rock, Paper, Scissors Game
    • Dice Roller Program
    • Banking Program
    • Slot Machine
    • Encryption Program
    • Hangman Game
    • Alarm Clock
    • Digital Clock Program
    • Stopwatch Program
    • Weather API App

Getting Started

Prerequisites

Make sure you have:

  • Python 3 installed (python3 --version)
  • Git installed (git --version)

Setup

Clone the repo:

git clone https://github.com/sree34u/Automate_-with_Python.git
cd Automate_-with_Python

## Resources
- [Automate the Boring Stuff with Python (free online book)](https://automatetheboringstuff.com/)
- [Official Python Docs](https://docs.python.org/3/)
- [VS Code + Python Extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)

About

A repo of minor projects and exercises done while learning Python from various sources.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages