Javascript must be enabled to continue!

Blog

Tag: Python (4) Back
Disentangling a list of lists in Python

How to disentangle a list of lists in Python

Building Vim with Anaconda Python 3 on macOS

Building Vim on macOS from source, with Anaconda Python 3. 

Python pathlib conveniences I: Renaming files

For most file operations usually you use the os library. This leads to repeating and lengthy code. But pathlib offers a really convenient alternative.

Count items in an iterator in Python

Count the items that an interator has, without storing all items in memory. 

Subscribe to my newsletter