This week I raised my first pull-request to the CPython core project, which was declined :-( but as to not completely waste my time I’m… (more…)
Read more »
Source code: Lib/html/__init__.py This module defines utilities to manipulate HTML. Submodules in the html package are: html.parser – HTML/XHTML parser with lenient parsing mode, html.entities – HT... (more…)
Read more »
Various examples for different articles. Contribute to WinVector/Examples development by creating an account on GitHub. (more…)
Read more »
Handling Python dependencies in your Lambda functions can be a pain. Here's how I handle Python packaging with Serverless for dev/prod parity. (more…)
Read more »
Use Python to analyze and visualize an open-source dataset of 60 million police stops from across the US. (more…)
Read more »