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
We would need a simple webserver to test, get some statistics to improve the course and allow students to save data / get progress until we have a full runestone backend #6.
The static web pages often do requests to save the code, get history or set time zone:
We would need a simple webserver to test, get some statistics to improve the course and allow students to save data / get progress until we have a full runestone backend #6.
The static web pages often do requests to save the code, get history or set time zone:
Open the inspector to see the network traffic, for example:
for first exercise of page https://pyar.github.io/PyZombis/main/lectures/TWP15/TWP15_3.html
This webserver could be done in FastAPI or Flask (REST API).
No authentication is mandatory, anonymous is ok.
The text was updated successfully, but these errors were encountered: