Machine learning is an in-demand skill to add to your resume. We walk through steps for wading into machine learning with the help of Python. (more…)
Read more »
This is an introduction to data scraping using Python. In a live-coding session, I'll scrape data from this website: https://www.premiumbeautynews.com/ I'll ... (more…)
Read more »
Imperva Cloud WAF protects over a hundred thousand websites globally and observes around a billion of attacks daily. We detect thousands of hacking tools on a daily basis and employ various measures to stop malicious requests. In this blog post we’ll shar... (more…)
Read more »
As a follow up to Python Mocking 101: Fake It Before You Make It, this post covers some higher-level software engineering principles demonstrated in our Python testing over the past year and half. In particular, the idea of patching mock objects in unit t... (more…)
Read more »
MicroPython is a lean and efficient
implementation of the Python 3 programming language
that includes a small subset of the Python standard library and is
optimised to run on microcontrollers and in constrained environments. (more…)
Read more »