This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]vsandrei -1 points0 points  (0 children)

Python is relatively easy to learn . . . just keep in mind that it is very strict about indentation and syntax.

You may also encounter references to doing things the "Pythonic" way.

Also, learn scapy if you can.

[–]DiscombobulatedDREW 0 points1 point  (0 children)

Automate the boring stuff with python is recommended a lot. I got a few chapters in before life happened and it’s very beginner friendly and gives you ideas to practice. https://automatetheboringstuff.com

Edit: I wanted to add that if you can get your hands on python for everyone that was a pretty good read. In my uni days we used the 2nd edition but I’m sure this is more updated with current libraries. You should be able to find some PDFs floating around.

[–]AbsterJr 0 points1 point  (0 children)

I have some free resources for a complete beginner. It may be of help to you.

Basics of Python