Libraries
We introduce some commonly used Python libraries/packages to help you organize your research projects effectively. These libraries include
- python-dotenv: A library to manage environment variables from a
.envfile - pathlib: A standard library for object-oriented filesystem paths
- logging: A standard library for logging messages from your Python programs