Any free, or cheap, online compilers for Python and Java?
Online Java programing IDE with support for multiple files - Code.org Professional Learning Community
What is the best Java IDE?
I would go for IntelliJ IDEA all the time. It has a free community edition, looks really nice and the company behind it also has IDEs for a lot of other languages, so switching will be easy for you
More on reddit.comWhat is the best free IDE for learning Java?
Videos
I'm trying to make an online editor and compiler for my students to run code on. Yes, there are some out there but they don't fit my needs.
I've been able to use OneCompiler's API through RapidAPI but it costs a bit too much. Is there an open source compiler I can run on a server and connect to? I've tried use Codex-API but can't get the darn thing to work. It needs me to setup a docker container and such but I get errors. Not sure if it's a me thing or not so I'm looking for guidance from y'all with other possible solutions that I might be missing. Thanks.