Pro Tips & Techniques to Scrape Any Website Reliably. Go beyond CSS selectors to get hidden content. Metadata is full of valuable information. (more…)
Read more »
Various bits and bobs for 3D printed clocks and accessories - MrBunsy/3DPrintedClocks... (more…)
Read more »
The challenge Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string "". Example 1: Input: ["flower","flow","flight"] Output: "fl" Example 2: Input: ["dog","racecar","car... (more…)
Read more »
Let's see our first design pattern in Python: the Game Loop Pattern! This pattern can give us many good ideas to refactor our game in a very effective way. (more…)
Read more »
Pydantic enables parsing and validation of data in Python data classes, enforcing type hints and also providing a lot of features related to mapping data to Python classes. (more…)
Read more »