Skip to content

piatekwmarcu/application_architecture_in_Python

Repository files navigation

Application Architecture in Python

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.

Overview

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.

Repository structure

application_architecture_in_Python/
│
├── lab_01.ipynb
├── lab_02.ipynb
├── lab_03.ipynb
├── lab_04.ipynb
├── requirements.txt
└── README.md

Technologies

  • Python 3.12
  • Jupyter Notebook
  • NumPy / pandas / matplotlib

How to run

  1. Clone the repository
  2. Create a virtual environment
  3. Install dependencies
  4. Run Jupyter Notebook
pip install -r requirements.txt
jupyter notebook

Completed labs

  • Lab 1
  • Lab 2
  • Lab 3
  • Lab 4

About

Jupyter notebooks with solutions for the Application Architecture in Python course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors