Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mohamad-alhamwi/black_hat_python_book_codes

A compilation of codes and scripts from the book "Black Hat Python" by Justin Seitz.
https://github.com/mohamad-alhamwi/black_hat_python_book_codes

black-hat-python socket-python

Last synced: 12 days ago
JSON representation

A compilation of codes and scripts from the book "Black Hat Python" by Justin Seitz.

Awesome Lists containing this project

README

        

# Black Hat Python Book Codes

The aim of this repository is keeping the codes and scripts I have written during the exciting journey of reading the book "Black Hat Python" by Justin Seitz.

* * *

Some changes and improvements that have been made to the book's codes:

* Added my own notes and comments.
* Made my own changes to the variables and methods names.
* Fully converted the codes to Python 3.
* Reformatted and restructured the codes to comply with [PEP8](https://peps.python.org/pep-0008/) standards.

* * *