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
Liam Hayes
Full Stack JavaScript Techdegree Student 13,116 PointsIs there a Python IDE with an XCode-like playground out there?
Hi guys,
Have you by chance used an XCode playgound before? If you have, you might have noticed this super awesome feature that the playground has, where all the values of your variables are automatically displayed on the right hand side, REPL style.
There is still a compiler at the bottom, but it has that extra automatic screen on the right.
I was wondering, can I do this with Python with some other compiler? Like can I do it with PyCharm or with Visual Studio or any other IDE?
Thank you very much guys.
1 Answer
Sneha Nagpaul
10,124 PointsLight Table.