Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

2 items on 18 Jan 2023
Python

#319 CSS-Style Queries for... JSON?

Topics include Secure maintainer workflow, , git-sizer, and Dataclasses without type annotations.

Source: Python Bytes Michael Kennedy and Calvin Hendryx-Parker
Python

#399: Monorepos in Python

Monorepos are contrary to how many of us have been taught to use source control. To start a project or app, the first thing we do is create a git repo for it. This leads to many focused and small repositories. A quick…

Source: Talk Python To Me Michael Kennedy (@mkennedy)