Python Forum
help in creating a new language with python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help in creating a new language with python
#6
Quote:dont you think clicking a button from the text editor is easier than going to cmd and run it.

Not really.  Your plain 'vanilla' text editors don't run scripts, nor are they meant to. More advanced editors can (such as Notepad++), but require a bit of work to set up.  Personally, I use PyCharm Community Edition (though there are several equally good IDE's) to write my scripts. This allows me to write and run the script from within the same environment the majority of the time.  A good place to start is here: Python IDE's.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
RE: help in creating a new language with python - by sparkz_alot - Dec-20-2016, 02:13 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  logo language code into python aayushi98 2 70,529 Jan-26-2021, 09:02 PM
Last Post: Serafim
  Correct Language for creating a calculation tool bradkernohan 2 1,594 Nov-29-2020, 09:01 AM
Last Post: DeaD_EyE
  Inconsistency in Python programming language? newbieAuggie2019 31 11,661 Oct-06-2019, 03:21 PM
Last Post: adt
  Terms describing Python Programming language leodavinci1990 3 2,761 Aug-12-2019, 02:48 PM
Last Post: leodavinci1990
  How to get image from WolframAlpha by using Python language manhnt 1 2,716 Oct-27-2018, 02:07 PM
Last Post: Larz60+
  How to make the python default language be 3.6 instead of 2.7 sylas 4 6,859 Jul-06-2018, 06:11 AM
Last Post: sylas
  [split] create a virtual keyboard of an unknown foreign language with python fakoly 0 2,425 May-28-2018, 01:34 AM
Last Post: fakoly
  Arabic language is backward in python charts bandar 3 3,625 Feb-23-2018, 07:10 AM
Last Post: Larz60+
  Learning Python "as a second language" with a MOOC Bass 6 5,078 Mar-25-2017, 02:30 PM
Last Post: Bass

Forum Jump:

User Panel Messages

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