Interview with Pradyun Gedam, a maintainer of pip along with many other packages in the Python ecosystem. (more…)
Read more »
A Python toolbox for performing gradient-free optimization - GitHub - facebookresearch/nevergrad: A Python toolbox for performing gradient-free optimization... (more…)
Read more »
You don’t want to deploy insecure code to production—but it’s easy for mistakes and vulnerabilities to slip through. So you want some way to catch security issues automatically, without having to think about it. This is where security scanners come in. Th... (more…)
Read more »
Some websites require that you execute javascript before you can see any content on the page, or you may want to emulate a real user. In order to handle these use cases we'll learn how to use pyppeteer which is a library for controlling a Headless Chrome ... (more…)
Read more »
I recently built a lane detection tool for the first project of the Self Driving Car Nano Degree program through Udacity.The goal of the project was to detec... (more…)
Read more »