Hello, Python noob here, trying to make it easy for my colleagues to access the csv files in a specific folder and sub-folders on my PythonAnywhere account.
e.g. every day my script will update the csv files in https://www.pythonanywhere.com/user/username/files/home/username/data_folder - how can I make it easy for an outsider to access the csv files in that folder, but not any other folders?
I know there are plenty of ways to do this (e.g. dropbox export, file emails, FTP upload, web app etc.) but wanted to check first if there was a simpler way to share file contents...
Thanks for your help and suggestions