Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gcapes/training-course-feedback

Process training course feedback
https://github.com/gcapes/training-course-feedback

Last synced: 10 days ago
JSON representation

Process training course feedback

Awesome Lists containing this project

README

        

# Set up
Enable the spreadsheet to be accessible,
and download a credentials.json file:
https://developers.google.com/sheets/api/quickstart/python

Then download the spreadsheet as a csv using `download_feedback.py`.

There is a notebook for attendance, and a streamlit app `streamlit_plots.py`
for ratings and VCS usage.

The streamlit app can be run using `streamlit run streamlit_plots.py` --
this also work in pycharm: https://discuss.streamlit.io/t/version-1-5-0/21455/11