Skip to content
TILens What matters today in tech
Theme

Daily edition · Python

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

23 Feb 2018 edition
Python

#66 Wait, NoSQL with ACID and transactions?

Topics include Object-Oriented Programming (OOP) in Python 3, ScriptedForms, MongoDB to add multi-document transactions and ACID, Python packaging pitfalls, Blogging principles, and pipenv is officially official.

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

#152: Understanding and using Python's AST

Have you heard about ASTs? Maybe that was in the context of compilers or parsers? They are an powerful data structure that we all use but often indirectly. They are just an, well, abstract idea to most of us.

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