Python Forum
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting Started
#1
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.
Reply
#2
(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.
Reply
#3
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
Reply
#4
I decided to use Thonny after all. Installation etc. went well.
Thanks for your help.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020