Skip to content

A collection of small university projects in python. All of them aren't necessarily homework, some of them just tools I made for easing my work.

License

Notifications You must be signed in to change notification settings

Mahdiyar-Monemian/university-python-scripts

Repository files navigation

University Python Scripts

A collection of Python scripts and small projects developed for various university courses. This repository demonstrates the practical application of Python for solving mathematical problems, automating calculations, and aiding in coursework for subjects like Linear Optimization, Data Mining, and Linear Algebra.

Python Pandas NumPy

📁 Projects Overview

This repository is organized into three main categories based on the academic discipline they serve.

1. 📈 Linear Optimization (Pyomo)

This folder contains solutions to linear optimization problems using the Pyomo library in Python.

  • LO_1.py & LO_2.py: These are complete solutions to two separate linear optimization questions from coursework.

2. ⛏️ Data Mining Tools

The toolset for calculating some of the variables you encounter in Data Mining course.

3. 🔢 Linear Algebra & Matrix Operations

Two projects for my Matrix course

Concepts Demonstrated: Algorithm Implementation, Numerical Methods, Linear Algebra Fundamentals.

🛠️ Tech Stack

  • Language: Python 3.x
  • Key Libraries:
    • pyomo: For formulating and solving linear optimization models.
    • pandas/numpy: For data manipulation and numerical computations in the Data Mining and Matrix scripts.
    • openpyxl/csv: Potentially for handling input data from files.

About

A collection of small university projects in python. All of them aren't necessarily homework, some of them just tools I made for easing my work.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages