JonathanA simple guide to configure your Python project with Pydantic and a YAML fileIn this short article, I’ll explain how to implement a simple configuration file using YAML and Pydantic models.Jun 30, 2024
InPython in Plain EnglishbyRahul BhatiaLearn Python’s Path Manipulation in 2 minutesOS vs Pathlib ShowdownOct 7, 2024Oct 7, 2024
Ori Bar-ilanChoose Your Path: Python’s pathlib vs os.pathPython offers two main modules for interacting with the file system: pathlib and os.path. Let’s compare the two!Feb 13, 2024Feb 13, 2024
InTDS ArchivebyGiorgos MyrianthousPath Representation in PythonStop using strings to represent paths and use pathlib insteadAug 20, 20243Aug 20, 20243
JonathanA simple guide to configure your Python project with Pydantic and a YAML fileIn this short article, I’ll explain how to implement a simple configuration file using YAML and Pydantic models.Jun 30, 2024
InPython in Plain EnglishbyRahul BhatiaLearn Python’s Path Manipulation in 2 minutesOS vs Pathlib ShowdownOct 7, 2024
Ori Bar-ilanChoose Your Path: Python’s pathlib vs os.pathPython offers two main modules for interacting with the file system: pathlib and os.path. Let’s compare the two!Feb 13, 2024
InTDS ArchivebyGiorgos MyrianthousPath Representation in PythonStop using strings to represent paths and use pathlib insteadAug 20, 20243
InPython’s GurusbyMehedi KhanHow to Use Path(__file__) and Path(__name__) in Python for File ManagementPython’s pathlib module, introduced in Python 3.4, provides an object-oriented interface for dealing with filesystem paths. Two commonly…May 29, 20241
Thomas ReidA quick tour of the Python Pathlib libraryStop using os (mostly) and use Pathlib insteadAug 15, 2024
InTDS ArchivebyAhmed BesbesWhy You Should Start Using Pathlib As An Alternative To the OS ModuleFirst reason: object-oriented programmingDec 16, 20215