Log in

View Full Version : Python Programmers?



Xiahou
04-30-2016, 01:57
Do we have any Python programmers in our midst? About a year ago, I signed up for a free Coursera class on Python after hearing constantly how you can use it to automate repetitive or error-prone work in IT. And I've gotta say, it's been fantastic. I've since written utilities to scrape web pages, search spreadsheets, and even remotely connect to network devices and make interactive config changes. I can't recommend it enough to anyone in IT- or even someone in secretarial-type work.

http://imgs.xkcd.com/comics/python.png
From the awesome xkcd webcomic (https://xkcd.com/353/).

Viking
05-04-2016, 21:20
Been programming in Python for almost a decade; primarily for own use (a lot of university courses I've taken have used it or allowed its use, however).

It's my go-to language for practical applications.

Csargo
05-13-2016, 16:49
I've done a bit of programming with Python, and it seems very simple and useful. Nothing to in-depth, but I have a very basic understanding of it.

Xiahou
05-14-2016, 07:50
There's a free e-book, 'Automate the Boring Stuff with Python (https://automatetheboringstuff.com/)', that I recommend if you want to see some good, practical use cases for Python. The author also has a series of free video lessons (https://www.youtube.com/watch?v=1F_OgqRuSdI&list=PL0-84-yl1fUnRuXGFe_F7qSH1LEnn9LkW) based on various chapters of the book that are pretty good too.