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?
It's a bit dated at this point, but I still recommend the google python class as a starting point. <a href="https://developers.google.com/edu/python/" rel="nofollow">https://developers.google.com/edu/python/</a>
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 ... )