IDLE is the easy-to-use IDE that comes bundled with Python by default. It's not the greatest IDE in the world, but it's been steadily improving with each release. If you work a lot with Python, you might also have conda installed, or something similar, to create virtual environments with different Python versions and packaged installed.
Working in IDLE is going to sidestep all that. If you have ev