Python Forum
Looking for help on making a script [no idea where to start]
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Looking for help on making a script [no idea where to start]
#2
you can use any text editor, so long as file suffix is .py
A better solution is to use an IDE (there are many: google 'python IDE')
I would recommend VSCode, (see tutorial on this forum: https://python-forum.io/Thread-VS-Code-f...ght=VSCode )
but it's a personal choice PyCharm is also well liked.
using an IDE will allow you to easily use debuggers, keep code organized, and quickly execute within a terminal window while developing tour code in another frame (same IDE).
Reply


Messages In This Thread
RE: Looking for help on making a script [no idea where to start] - by Larz60+ - Jun-26-2020, 03:50 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  readline.parse_and_bind() does not work in start-up script of Python interpreter zzzhhh 0 1,563 Jan-18-2022, 11:05 AM
Last Post: zzzhhh
  how to stop and start a script for 30 seconds laspaul 9 7,743 Jan-16-2020, 02:13 PM
Last Post: laspaul
  Multiple start of script dev1755 2 2,207 Sep-22-2019, 10:44 PM
Last Post: dev1755
  Making a generalised CSV COPY script in Python Sandy7771989 3 2,461 Jul-05-2019, 11:02 PM
Last Post: Larz60+
  What's the difference b/w assigning start=None and start=" " Madara 1 2,344 Aug-06-2018, 08:23 AM
Last Post: buran
  win10 Service(script) start and stop hwa_rang098tkd 0 2,481 Jun-21-2018, 07:42 PM
Last Post: hwa_rang098tkd
  Using Subprocess.Popen to start another python script running in background on Window johnb546 0 13,704 Jun-01-2018, 01:57 PM
Last Post: johnb546
  Script ends, does not start again phanegem 8 5,130 Mar-30-2017, 07:36 PM
Last Post: nilamo
  script give me this msg at start alidmc1 7 7,698 Mar-29-2017, 03:39 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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