Python Forum
Getting Started - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Getting Started (/thread-12542.html)



Getting Started - john_rb - Aug-30-2018

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.


RE: Getting Started - snippsat - Aug-30-2018

(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.


RE: Getting Started - john_rb - Aug-30-2018

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


RE: Getting Started - john_rb - Sep-06-2018

I decided to use Thonny after all. Installation etc. went well.
Thanks for your help.