Skip to content

Philasep/Python-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Practice Projects

This repository contains a collection of beginner-friendly Python programs created to strengthen core programming skills and problem-solving abilities.

The projects focus on fundamental Python concepts such as:

  • Loops
  • Conditional statements
  • Functions
  • Random number generation
  • Number-based algorithms
  • Logical problem solving

📂 Included Projects

1. Armstrong_Range.py

A program that checks or finds Armstrong numbers within a given range.

2. Fabinanci_sum.py

A Python script that calculates the sum of Fibonacci numbers based on the defined logic.

3. FizzBuzzFunction.py

A classic FizzBuzz implementation using functions, helping practice modular coding and conditional logic.

4. RandomGame.py

A simple random number guessing game where the user tries to guess a generated number.

5. prime_numbers.py

A program that generates or checks prime numbers, useful for practicing loops and mathematical logic.

🎯 Purpose of This Repository

This repository was created to:

  • Practice Python programming fundamentals
  • Improve logic building and problem-solving
  • Strengthen understanding of beginner coding patterns
  • Build consistency through hands-on coding exercises

🚀 Skills Demonstrated

  • Python syntax
  • Function creation
  • Loop structures
  • If-else conditions
  • User input handling
  • Basic algorithmic thinking

📌 Notes

These projects are part of my Python learning journey and represent practical exercises focused on building a strong programming foundation.

👨‍💻 Author

Phila September Python | Problem Solver

About

A collection of beginner-friendly Python practice projects covering core programming concepts such as number algorithms, loops, functions, conditionals, and randomization. Includes examples like Armstrong number range checking, Fibonacci sum calculation, FizzBuzz using functions, a random guessing game, and prime number generation.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages