Here’s a hot take: you don’t *need* an IDE to learn how to build and run python code. Notepad++ + terminal works fine!
But if you want suggestions:
- VS Code (with Python extension)
- Sublime Text (lightweight)
Just remember:
1. Save file as `.py`
2. `python filename.py` in terminal
Boom. Done.
But if you want suggestions:
- VS Code (with Python extension)
- Sublime Text (lightweight)
Just remember:
1. Save file as `.py`
2. `python filename.py` in terminal
Boom. Done.
