Source: towardsthecloud.com

How to get a relative path in Python
When you’re working on a project with multiple people, it could be possible that you’re needing to import files or data from a specific location within the project without writing down the full path.

Related Articles