You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app should do more REAL stuff, especially relating to the surrounding environment, and provide boilerplate code for future reference. The environment variable setting component is a good start, but the following should also be included:
using the os module to detect existing files and construct filepaths
reading / writing TXT files
capturing user inputs
Why not also:
reading CSV files w/ pandas
some example tests
an example API call via the requests package
The text was updated successfully, but these errors were encountered:
This app should do more REAL stuff, especially relating to the surrounding environment, and provide boilerplate code for future reference. The environment variable setting component is a good start, but the following should also be included:
os
module to detect existing files and construct filepathsWhy not also:
pandas
requests
packageThe text was updated successfully, but these errors were encountered: