Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

2 items on 23 Feb 2018
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)