[Tutor] Not able to get to Script Mode
Alan Gauld
alan.gauld at yahoo.co.uk
Tue Jan 29 18:47:55 EST 2019
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
More information about the Tutor
mailing list