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.
Therefore you want to find out the path relative t...
towardsthecloud.hashnode.dev4 min read