This repository is intended for use in conjunction with the course Python For Defenders, Pt. 1.
Although this repository is open source and suggestions in the form of Pull Requests are welcome, this remains the intellectual property of The Taggart Institute, LLC, under the following license:
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
To use the repo, make sure that Poetry has been installed. Then:
git clone https://github.com/The-Taggart-Institute/python-for-defenders-2
cd python-for-defenders
poetry install
poetry init
jupyter labThis will launch a Jupyter Lab environment on your machine. Follow the Notebooks in conjunction with the video lesson.
- 2026-03-12: Update dependencies, remove Datapane
