This repository contains Jupyter notebooks with solutions to assignments completed as part of the Application Architecture in Python course during my Master's studies in Applied Computer Science.
The repository was created to organize and present coursework completed in Python, with a focus on topics related to application architecture, programming principles, and problem solving.
Each notebook contains solutions prepared during the course and documents my progress throughout the semester.
application_architecture_in_Python/
│
├── lab_01.ipynb
├── lab_02.ipynb
├── lab_03.ipynb
├── lab_04.ipynb
├── requirements.txt
└── README.md
- Python 3.12
- Jupyter Notebook
- NumPy / pandas / matplotlib
- Clone the repository
- Create a virtual environment
- Install dependencies
- Run Jupyter Notebook
pip install -r requirements.txt
jupyter notebook- Lab 1
- Lab 2
- Lab 3
- Lab 4