Python Forum

Full Version: Getting Started
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I started learning Python by using Thonny. I lost it when a Windows 10 update failed and I had to re-install Windows. I downloaded Python (python-3.7.0-amd64.exe) from this website but all I get is the ability to type and execute Python commands. What do I have to install to get back the ability to write programs, debug them, save them and run them? Stupid question I know but I can't work it out. I could re-install Thonny but I thought there may be something better.
(Aug-30-2018, 12:07 AM)john_rb Wrote: [ -> ]I downloaded Python (python-3.7.0-amd64.exe) from this website but all I get is the ability to type and execute Python commands
Can also look at this Python 3.6/3.7 and pip installation under Windows.
(Aug-30-2018, 12:07 AM)john_rb Wrote: [ -> ]could re-install Thonny but I thought there may be something better.
Thonny is okay,you can use it with your Python version "Tools => Options => Interpreter",the select 3.7.
PyScripter is also and Editor(IDE) that it easy to start with.

I have a tutorial here VS Code from start,it's one of the most powerful Editor out there.
Thanks very much for the replies. I will study them to see my best options. I feel I have to add that although I have programmed on and off over the years I have always worked in an environment where the IT people fix it when it's broke. Retired now - they don't answer my phone calls
I decided to use Thonny after all. Installation etc. went well.
Thanks for your help.