Skip to content

Small Python projects and exercises completed as part of a structured Python course.

Notifications You must be signed in to change notification settings

Andrew7441/Python-Projects

Repository files navigation

Python Projects

Overview

This repository contains small Python projects and exercises completed as part of a structured Python course. Each project is self-contained and demonstrates fundamental Python programming concepts.

Project Structure

  • Each project is in its own folder, using snake_case naming.
  • Trivial projects are kept here; larger or more complex projects may be promoted to their own repositories.

Example structure:

python-course-projects/
├── hangman/
│   └── main.py
├── another_project/
│   └── main.py
└── README.md

Guidelines

  • Python files only; no generated files like __pycache__/ or .pyc.
  • Stage → Commit → Push workflow for all changes.
  • Folder names are snake_case.
  • One project per folder.

How to Run a Project

  1. Clone the repository:

git 'clone https://github.com/USERNAME/Python-Projects.git' cd 'python-projects

  1. Navigate to the project folder: cd "projectname"

  2. Run the ppython script: python main.py

Contributing

This repository is primarily for personal learning and structured exercises. Contributions are not expected, but improvements for clarity or bug fixes are welcome.

License

This repository does not include a license; all code is for learning purposes.

About

Small Python projects and exercises completed as part of a structured Python course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages