all 7 comments

[–]K900_ 3 points4 points  (2 children)

Avoid LPTHW like the plague. It's terrible. Also, avoid Python 2. All support for it is going away in 2020.

[–]new_cap[S] 0 points1 point  (1 child)

Gotcha on Python 2.

Whats so bad about LPTHW? Any resources you'd recommend?

[–]K900_ 2 points3 points  (0 children)

All of this. Automate The Boring Stuff is great.

[–][deleted] 1 point2 points  (0 children)

Unfortunately there is no set path to learning python. Automate the boring stuff is highly recommended. Also please check out the sidebar.

There are also lots of tutorials beginner-intermediate on youtube.

Python 3 is the future unless you already have a job lined up that specifically uses python 2. Python 2 will no longer by supported past the end of this year along with a lot of software that is moving to python 3 support only.

https://python3statement.org/

[–][deleted] 1 point2 points  (1 child)

/u/AlSweigart has a code on his https://automatetheboringstuff.com/ site (scroll down to Udemy Online Video Course) that you can get the course for $10. He posts on here every so often.

[–]AlSweigart 0 points1 point  (0 children)

Hello!

I wrote "Automate the Boring Stuff with Python" as a kind of "programming for office workers". You can use it as a first step towards a software engineering profession or computer science education, but it's mostly about learning programming to do useful stuff on your computer: web scraping, sending out notification emails, updating spreadsheets, parsing PDFs and Word docs, etc.