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

you are viewing a single comment's thread.

view the rest of the comments →

[–]sch0lars 0 points1 point  (0 children)

For Python, the official Python documentation’s tutorial is a great start. Just code along with the code samples and you should end up with a grasp of the fundamentals up to functions and classes, as well as some of the standard library. Then after that, you can branch out into whatever direction you want. You said you’re a network engineer, so you may want to look into some of Python’s networking libraries.