[Tutor] Not able to get to Script Mode
Using version 3.7.1 Where is File Edit Shell...etc. Not at the top of my screen ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
Re: [Tutor] Not able to get to Script Mode
On 29/01/2019 21:07, jetspacejt wrote: Using version 3.7.1 Where is File Edit Shell...etc. Not at the top of my screen Please give more detail as we're not mind readers. What are you running, python from a command line, IDLE, some other IDE? What OS are you on? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
Re: [Tutor] Not able to get to Script Mode
On 1/29/19 2:07 PM, jetspacejt wrote: > Using version 3.7.1 > Where is File Edit Shell...etc. > Not at the top of my screen You're looking (probably) for IDLE, not for Python itself (IDLE is an editor/simple IDE written in Python, that is usually bundled with Python). On the wild guess you're using Windows (it always helps to tell us. Please?), start typing IDLE in the seach box, that should get you there. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
Re: [Tutor] Not able to get to Script Mode
On 29/01/2019 21:07, jetspacejt wrote: > Using version 3.7.1 > Where is File Edit Shell...etc. > Not at the top of my screen Vanilla python is just a language interpreter, it has no GUI. If you want a GUI environment you need to use an IDE - there are dozens to choose from. There is a very basic one that comes with most versions of Python called IDLE. It will get you started but you may want to try some of the more advanced options if you get serious. This page should help you choose: https://wiki.python.org/moin/IntegratedDevelopmentEnvironments Most (but not all) of them are free. -- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/ http://www.amazon.com/author/alan_gauld Follow my photo-blog on Flickr at: http://www.flickr.com/photos/alangauldphotos ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor