By Pythonistas at Netflix, coordinated by Amjith Ramanujam and edited by Ellen Livengood... (more…)
Read more »
PyScript is a framework that allows users to create Python applications in the browser using HTML. In this video we have a look at it and I show you how it w... (more…)
Read more »
I am building a tool that retrieves the meta descriptions from a web page. Because sites mark up descriptions differently, there are a few different checks you need to run to ascertain a description. (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 »
"Willoughby-Hoye" scripts used OS call that caused incorrect measurements on Linux, Mojave... (more…)
Read more »