Skip to content

Python_Begginer_Projects is a collection of simple Python scripts designed to help absolute beginners practice core programming concepts. Each file demonstrates a basic principle of Python such as printing, conditionals, input handling, and simple logic — perfect for first-time coders or classroom exercises.

Notifications You must be signed in to change notification settings

MuthoniGathiithi/Python_Begginer_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Python Beginner Projects

A collection of simple and beginner-friendly Python scripts designed to help new programmers practice and understand the basics of Python. Each file in this project demonstrates a fundamental programming concept in a fun and practical way.


👩‍💻 Author

Joyce
GitHub: @Candy06544


🗂️ Project Structure

File Description
print.py Demonstrates how to print text in Python.
ifelse.py Shows basic conditional logic (if-else).
easymath.py Simple math operations in Python.
multiplewrd.py Takes and processes multiple word input.
robot.py Fun script showing basic logic or behavior.

💡 How to Run

  1. Clone the repository:

    git clone https://github.com/Candy06544/Python_Begginer_Projects.git
    cd Python_Begginer_Projects
  2. Run any Python file:

    python filename.py
    # Example:
    python print.py

Make sure Python is installed on your machine.


📚 Learning Goals

  • ✅ Understanding the print() function
  • ✅ Learning conditional statements (if, else)
  • ✅ Performing basic math operations
  • ✅ Handling simple input and output
  • ✅ Practicing problem-solving in small chunks

🏁 First Commit

97e9bfb – Initial upload of all beginner scripts.


📌 Note

This repository is ideal for students or self-learners just getting started with Python. Feel free to modify, expand, or play around with the scripts!


⭐ Like This?

Give it a ⭐ on GitHub if it helped you or someone learning Python!

About

Python_Begginer_Projects is a collection of simple Python scripts designed to help absolute beginners practice core programming concepts. Each file demonstrates a basic principle of Python such as printing, conditionals, input handling, and simple logic — perfect for first-time coders or classroom exercises.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages