Hi
I’ve just finished Python 2.
Firstly, thank you Codecademy for all these great courses and resources.
I was wondering though, does Codecademy offer an ‘open code editor’ kind of thing, where people could practice their coding outside of the structured lessons but still within the CC environment?
Thanks!
1 Like
Great question! I’ve been wondering the same thing. It would be quite helpful, but I think that’s what editors like VSCode are for.
VS Code is an excellent editor with a built-in terminal for running the code via Terminal > New Terminal
This link has Mac, Windows, and Linux instructions for getting VS Code ready for Python development.
1 Like