What Python IDE does the freecodecamp website use?

It’s so great how responsive and real-time the coding and console output are. I have searched online for similar IDE’s, but it seems there really is nothing like it.

Does anyone know of a similar IDE with true real-time console output?

If not, is there a way to use FreeCodeCamp’s IDE for personal projects?

it’s not real time console output to be clear, all the code in the editor is run each time a character is added. This also create some bugs making so that some python features are not possible in the editor (like working with files).

You can code in the editor whatever you want, but you can’t save it there.

1 Like