Python for noob

2 points by pynerds ↗ HN
I want to learn Python for web scraping and some basic website. I am 28 years old. I don't know any programming language. What resources would you suggest?

5 comments

[ 3.1 ms ] story [ 13.5 ms ] thread
Start with this - learnpythonthehardway.org You can read and follow along the book online for free.
Use selenium.py, it is by far the easiest and scalable solution out there. (believe me I have tried everything, beautiful soup, request.py, scrapy.py ... )