Python Forum
Alternative to IDLE question with visual example - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Alternative to IDLE question with visual example (/thread-30968.html)



Alternative to IDLE question with visual example - ComputerAstronaut - Nov-15-2020

Can anybody name the alternative program this guy is using? I'm using IDLE with my Python but it's not that practical especially when I'm running the module all the time. I've heard of Jupiter but I like the format of the one that is in the following screen shot. Can I alter the Idle screen to look like this? Any help is appreciated. Big Grin Sorry I don't know how to post a screen shot into this thread...help!

hopefully you will see the Youtube link and see what he's using.
Peace



[Image: watch?v=C-gEQdGVXbk&ab_channel=KatusProd...Production]


RE: Alternative to IDLE question with visual example - jefsummers - Nov-15-2020

Could be lots of different things. I would vote for VSCode, which is probably the most popular development platform currently.


RE: Alternative to IDLE question with visual example - ComputerAstronaut - Nov-15-2020

Can I change IDLE to have the Run module on the bottom of the screen instead of having to constantly click into run?