← ALL POSTS

Creating the first deck in public: pathlib in depth

dec 4, 2023

Today I uploaded the first video in which I start to create the first deck on pathlib.

I decided to start with pathlib because it is a very useful module that makes sense to learn in isolation and which is very well suited for spaced-repetition learning.

Even though the module is almost 10 years old, it is sometimes less known due to the old alternatives (mostly os.path), which may seem to make it redundant. The truth is that pathlib is very powerful, fixes a lot of inconsistencies in the previous API, and offers a very neat way of managing paths and files.

Make sure to subscribe to my Youtube channel to keep track of the new additions to this and new decks, and to follow the development of Python.cards.