Skip to content

A collection of small mathematical and logical programs written in Python. These mini-projects are simple, educational, and designed to help practice fundamentals.

Notifications You must be signed in to change notification settings

ProfASEM/mini_projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Python Mini Projects 🐍

A collection of small mathematical and logical programs written in Python.
These mini-projects are simple, educational, and designed to help practice fundamentals.


πŸ“ Project Contents

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.).

πŸ›  Technologies Used

  • Python 3.x
  • Standard library only (no external dependencies)

πŸš€ Getting Started

To run any of these mini projects locally:

  1. Clone the repository:
    git clone https://github.com/ProfASEM/mini_projects.git

About

A collection of small mathematical and logical programs written in Python. These mini-projects are simple, educational, and designed to help practice fundamentals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages