Your IDE or Integrated Development Environment, is wherever you choose to code in. Truthfully it could be on VSCode or it could be anywhere you wish with all the browser tools that are available to you nowadays as well, there are hardly any reasons to actually think too hard about your IDE anymore. --- ### Some of my coding environments: - There is [VSCode](obsidian://open?vault=Obsidian&file=Coding%20Tips%2FComputers%2FPython%2Ftools%2FIDEs%2FVSCode) or PyCharm - There is [Colab](obsidian://open?vault=Coding%20Tips&file=Computers%2FPython%2Ftools%2FIPython%2FColab%2FAbout%20Colab) - There is SageMaker Studio - There is [Jupyter](obsidian://open?vault=Coding%20Tips&file=Computers%2FPython%2Ftools%2FIPython%2FJupyter) - And of course, the original [IPython ](obsidian://open?vault=Coding%20Tips&file=Computers%2FPython%2Ftools%2FIPython%2FIPython) Also: - *a special mention* that I'd like to add here is [xonsh](obsidian://open?vault=Coding%20Tips&file=Computers%2FTerminal%20Tips%2FShells%2Fxonsh%2FXonsh) which doesn't go in this section but belongs in the Terminals where further details will be found because it is much more of a terminal function than a python one.