This is a repo for the exercises in the NSA's COMP 3321 Python3 Training Course.
A document that NSA uses for teaching Python was obtained via a FOIA request, per https://twitter.com/chris_swenson/status/1225836060938125313?s=09.
The document is available for download here in various formats.
Lesson 01: Introduction
Lesson 02: Variables and Functions
Lesson 03: Flow Control
Lesson 04: Container Data Types
Lesson 05: File Input and Output
Lesson 06: Development Environment and Tooling
Lesson 07: Object Orienteering: Using Classes