top | item 12375487

Python for noob

2 points| pynerds | 9 years ago | reply

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

order
[+] hgarg|9 years ago|reply
Start with this - learnpythonthehardway.org You can read and follow along the book online for free.
[+] thalesfc|9 years ago|reply
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 ... )
[+] pynerds|9 years ago|reply
Any tutorial to learn selenium.py