/python-assignments

Python assignments for TPS6323.

Primary LanguagePythonMIT LicenseMIT

Python Assignments

This repo includes solutions for Python For Security (TPS6323) subject.

Getting Started

After cloning and navigate into the repo:

py -m venv .venv # create a Python virtual environment

source .venv/Scripts/activate # activate the virtual environment (Linux)
.\.venv\Scripts\activate # activate the virtual environment (Window powershell)

pip install -r requirements.txt # install libraries

# run the solutions
py part_a.py
py part_b.py