Settings

Theme

Python for noob

2 points by pynerds 10 years ago · 5 comments · 1 min read


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?

dec0dedab0de 10 years ago

It's a bit dated at this point, but I still recommend the google python class as a starting point. https://developers.google.com/edu/python/

hgarg 10 years ago

Start with this - learnpythonthehardway.org You can read and follow along the book online for free.

thalesfc 10 years ago

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 ... )

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection