Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python IDLE

Jerrod Caldwell
Jerrod Caldwell
2,797 Points

I cant get Idle to populate

for whatever reason Idle is not already downloaded within the system. i'm able to test code in the terminal but it doesn't show as "IDLE"

1 Answer

Travis Alstrand
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Travis Alstrand
Treehouse Project Reviewer

Hmm 🤔

You are referring to your personal machine right? Not Workspaces here on Treehouse?

It's possible that IDLE wasn't installed for some reason, but it usually comes by default when installing Python, is it possible the option was unchecked during the installation process?

Either way, you could uninstall / reinstall Python if you really wanted to, but honestly, I never use IDLE. Getting a better IDE would be my recommendation for sure. For example, Visual Studio Code has great Python support when you install the extension and PyCharm Community Edition is also fantastic for working with Python code.

Jerrod Caldwell
Jerrod Caldwell
2,797 Points

this is a great answer, the lesson I previously watched had a task to do with IDLE and I thought I would need it to go forward, even though I have VS Code. thanks alot