/public-octo-guacamole

A repository for publicly-shareable code

Primary LanguageJupyter NotebookMIT LicenseMIT

public-octo-guacamole

A repository for publicly-shareable code

Contents:

An Analysis on Completing a Marathon

Scripts

  • networks_gather_cidr.py: Python script that reads a results file from a zmap scan to look up and write network hosts to a text file for further processing.

Classes

  • class_Student.py: Defines a Student class with properties and methods for str(), lt(), eq(), and hash()
  • tests_Student.py: Tests for Student class that exercises defined methods and sorted(), dict(), and lambda function