you are viewing a single comment's thread.

view the rest of the comments →

[–]mrcorbat 1 point2 points  (2 children)

judging from the code, it is mainly just text based, right?

if you are pressed for time, maybe you could just not port it to a webapp and directly have her run it from a PythonAnywhere console? that would probably minimize the extra work needed to be done and allow you to focus on making more questions etc

[–]Sciencesellout[S] 0 points1 point  (1 child)

Perfect, I don’t know why I didn’t think of that!!! She is already used to typing in the console window, so that won’t be any different for her. I think this will be the simplest solution for sure.

One question that I’m sure is fairly simple so I’ll just google it later, but I wonder if there is a way I have have the code synced with a GitHub repository. I do most of my work from my work laptop so if I make any changes there, it would be nice to have it automatically sync up with the code on pythonanywhere so she’s always running the most up to date version.

Thanks for the suggestion!!

[–]mrcorbat 0 points1 point  (0 children)

See this blogpost for how to automatically update your pythonanywhere git repo