Python modules such as Requests make it easy for Python to pull HTML from a webpage which you can feed to your parsing function. What becomes difficult is co... (more…)
Read more »
The Python HTTP library requests
is probably my favourite HTTP utility in all the languages I program
in. It's simple, intuitive and ubiquitous in the Python community. Most of the
programs that interface with HTTP use either requests or urllib3 from
the ... (more…)
Read more »
While at PyConAU 2016 I attended the Monday sprints and spent some time looking at a proposed feature I hoped would soon be part of cryptog...
Read more »
In this post, you will learn how to use Python to automate the routine work of searching for hotels on booking.com and get the best deal for your vacation. (more…)
Read more »
How to build responsive bar charts with the Bokeh data visualization library, Flask and Pyton 3. (more…)
Read more »