I am a sysadmin wanting to move into a more devops role and I want to learn a programming language and we think Python might be the way to go. What are some good resources to learn Python?
EDIT: Thanks everyone for the suggestions. Now I have a good place to start
I’m no expert and can’t go past the “hello world” in python, but there are some cheap courses on udemy that might help you… they always throw some crazy sales, guess it is around 10 US$ at those times…
You’ll need to put aside a lot of time to understand how things in Python work. If you have a concrete project/goal thing you’d like to develop, start developing and ask for help along the way.
There are plenty of resources to learn Python. I once had a several post here on the forum to help people get started, but now there are youtube channels from some who are close to the Python Community:
Corey Schafer is a great teacher, is VERY close to the community He has 124 Python videos to learn from, from installing python on your system to intermediate/advanced.
I have man books and resources to help, if you need to just message me for help
I bought above book, it explains some of the concepts nicely, I used it to get a hang of a few basic concepts. After that, python docs, duckduckgo.com and python source on git for inspiration.
Don’t focus on 2.7 since it will be discontinued within a year or two. Learn 3.7 and you’ll be able to use 2.7 now and again down the line.
cisco was doing a quicky training thing that gives you a discount on a pcap certification exam, that was a pretty good online course thing, made sure you know the language specific caveats.