Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mohamad-alhamwi/black_hat_python_book_codes
- Owner: Mohamad-Alhamwi
- License: gpl-3.0
- Created: 2023-01-04T19:45:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T14:46:21.000Z (over 1 year ago)
- Last Synced: 2023-09-06T18:15:26.972Z (about 1 year ago)
- Topics: black-hat-python, socket-python
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.* * *