Hacker News new | ask | show | jobs
by wordpressdev 2914 days ago
After procrastinating for quite some time, I finally picked up Python and fortunately got a web scraping assignment. Once I did the job, I thought to share the process online so that others may benefit from it. [0] and [1]

As I deep diver into the wonderful world of Python, I plan to document my Pythonic journey, noting that things of interest, the obstacles I come across and how I try to push my way through them.

[0]: Web scraping with BeautfiulSoup and Requests in 20 lines of code. http://www.kashifaziz.me/web-scraping-python-beautifulsoup.h...

[1]: A proxy rotation script. http://www.kashifaziz.me/proxy-server-rotation-python.html/