EONRaider / blackhat-python3

Source code for the book "Black Hat Python" by Justin Seitz. The code has been fully converted to Python 3, reformatted to comply with PEP8 standards and refactored to eliminate dependency issues involving the implementation of deprecated libraries.
2.02k stars 414 forks source link

Added argparse module implementation #7

Closed alt-glitch closed 3 years ago

EONRaider commented 3 years ago

It's a good implementation of argparse but as stated in the README I decided not to use it in order to keep it as close as possible to the code in the book (which is terrible, I know). The purpose if this particular repository is to serve as a reference for people while reading the book.

alt-glitch commented 3 years ago

It's a good implementation of argparse but as stated in the README I decided not to use it in order to keep it as close as possible to the code in the book (which is terrible, I know). The purpose if this particular repository is to serve as a reference for people while reading the book.

Understandable. This gives me an idea for a new repository I suppose. BlackHat Python3 with code improvements! What are your thoughts? I have just started reading the book so I'm exploring ways to apply the knowledge.

EONRaider commented 3 years ago

You can definitely learn a lot by doing that. There's a lot of room for improvement in the code.

alt-glitch commented 3 years ago

Great! Thanks for the input!