+ 1
Where to go after python to learn networking scripts
Is there a certain specific side library or something? The focus is on securing networks
2 Answers
+ 4
I am not experienced in Python but I know networking concepts are similar across all languages so based on that
I looked into few sites.
This one looked promising from a beginners perspective, and covers a lot of good examples.
https://www.studytonight.com/network-programming-in-python/
Trying to understand networking concepts in depth is a big challenge in itself while practicing these codes.
What worked for me was that I went through these types examples and got the gist of it, then while going through actual networking concepts I was able to relate because I knew what it is supposed to do.
Knowing 'How' became easier once I knew 'What' it is.
+ 2
This is totally on point especially while building a network