Codepad
Programming from your phone: has anyone actually managed to do it?
Which app can you recommend for python?
Question regarding Python Code Pad and “Input”
Videos
This service
https://codepad.th-luebeck.dev
could be of interest to anyone who wants to share small code snippets. We developed this service during the COVID-19 pandemic for our programming beginners in computer science courses in order to promote the online exchange among students and with supervisors using specific code snippets.
The service is (intentionally) anonymous and primarily developed for our teaching needs at the Lübeck University of Applied Science (programming courses, beginner level). Codepad is intentionally not a full-featured IDE.
But maybe it is of interest to others? That is, why we share it (several of our students asked to do so).
So, here we go. Especially, Java, Python, Go, or C programmers might want to have look.
What you need to know:
-
A codepad is stored only for 180 days (the duration of a semester).
-
The runtime of a codepad is limited to 10 seconds (so it is not useful for interactive programs or for GUI-programs).
-
A compiled and executed codepad is served from cache.
-
You can share links of codepads in whatever messages or social networks you want.
-
You do not even have to register to use codepad.
-
Each codepad is completely anonymous (except, you provide contact data in your source code).
So, code strong and keep healthy, wherever you are!