Skip to content

This repository will contain some of my first python projects, from a beginner perspective.

Notifications You must be signed in to change notification settings

Beliro/Python_Beginner_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐍 Python Beginner Projects

Welcome to my learning laboratory! This repository is a dedicated space for simple, foundational projects aimed at solidifying my knowledge of Python and related development tools.

The goal isn't complex, production-ready code, but rather clear, readable, and functional practice to build a strong foundation.


πŸ“‚ Project Structure & Examples

Each project is contained in its own folder and typically includes a brief explanation of the concepts it covers.

Project Name Concept Focused On Status
days_remainder if/elif/else, Basic I/O Complete
DinnerCalculator_Ladies Basic i/o complete
Simple_Calculator functions, if/elif/else, Basic I/O To Do
...and more to come!

πŸš€ Getting Started

If you want to run any of these projects, here's how you can quickly set up your environment.

Prerequisites

  • Python 3.13 installed on your system.

Installation & Execution

  1. Clone the repository to your local machine:

    git clone [https://github.com/](https://github.com/)[Beliro]/Python-Beginner-Projects.git
    cd Python-Beginner-Projects
  2. (Optional but Recommended) Create a virtual environment to keep dependencies isolated:

    python -m venv venv
    source venv/bin/activate  # On Windows, use: .\venv\Scripts\activate
  3. Run a project! Navigate to a project folder and execute the main Python file:

    cd Python_Beginner_Projects
    Days_Remainder.py

πŸ› οΈ Tools & Technologies

  • Python 3
  • Git & GitHub (for version control and hosting)
  • Virtual Environments (for managing dependencies)

πŸ“ License

This project is open-source and available under the MIT License. Feel free to explore and use the code for your own learning!

About

This repository will contain some of my first python projects, from a beginner perspective.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages