A collection of small mathematical and logical programs written in Python.
These mini-projects are simple, educational, and designed to help practice fundamentals.
| File | Description |
|---|---|
Factoriyel.py |
Calculate factorial of a given number. |
Fib&Luc.py |
Fibonacci and Lucas sequence generator. |
Perm&Comb.py |
Permutations and combinations utilities. |
matrix.py |
Basic matrix operations (addition, multiplication, etc.). |
primeNumber.py |
Check if a number is prime / generate prime numbers. |
vectors.py |
Vector operations (dot product, magnitude, etc.). |
- Python 3.x
- Standard library only (no external dependencies)
To run any of these mini projects locally:
- Clone the repository:
git clone https://github.com/ProfASEM/mini_projects.git