Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
code editor/ IDE problems
#1
Hello everyone,
I am new here and very new to programming. I have downloaded Python 3.6.4, from the Python.org site. I have had a few problems
that have been driving me mad and are really impeding my progress. They are two separate problems causing me the same basic
road block.

I have tried to use Notepad++ and had nothing but problems trying to "Run" my code. I have tried setting the file path in the
Run pop-up box and have had problems with permissions and file paths. I also learned how to set a macro using plug ins and
still had the same basic result.

I tried using IDLE, from the 3.6.4 download package, which lets you run code with the simple press of the enter key, but it
won't let me highlight and change, or delete anything I have typed, once it is in the editor. I am dumbfounded as to how these
sort of problems both exist and how it is reasonably expected for "green" programmers to figure these things out on their own.

Would anyone please help me solve either of these problems ? I would prefer to understand how to solve all of them and have
options. I am interested in ultimately creating my own free standing GUI, so knowing how to fully utilize an IDE would be the
best, but I am interested in starting off some what simple. I don't want too many crutches or short cuts. Thanks in advance for
your time, consideration and any advice.
Reply
#2
IDLE is one of the most simplistic python editors out there, and not very good.
There are many IDE's available for free that will make your life much easier, and make
your learning a much more pleasurable experience.

My personal choice is PyCharm community edition: https://www.jetbrains.com/pycharm/downlo...s&code=PCC
It takes a bit of learning, but is worth it. I have been using it for years and have no issues with it at all.
Tons of features.

But that being said, an IDE is a personal thing, and there are many choices
googling: 'python IDE's' will get you a huge list.
You may want to set aside a day or two to try a bunch of them, and find one that suits you.
Reply
#3
(Mar-11-2018, 10:31 PM)nameno1had Wrote: I tried using IDLE, from the 3.6.4 download package, which lets you run code with the simple press of the enter key, but it
won't let me highlight and change, or delete anything I have typed, once it is in the editor.
That because it starts in interactive mode,you most start file window.
[Image: Wn7asS.jpg]
IDLE is an embarrassment for Python,and should have been removed or replaced.
Thonny, Pyscripter, Spyder is simelar to IDLE just better.

As mention bye @Larz60+ there is lot choose from PyCharm(free community edition) is good.
What i use is VS Code which is also very good my quick review.
One Python extension dos a lot,7.7 mil downloads.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  My code works on Jupyter Lab/Notebook, but NOT on Visual Code Editor jst 4 879 Nov-15-2023, 06:56 PM
Last Post: jst
  code problems bbm007 5 1,091 Apr-20-2023, 08:36 PM
Last Post: deanhystad
  Music Notation editor; how to build the editor? direction to go? philipbergwerf 1 1,650 Jan-01-2022, 04:56 PM
Last Post: Larz60+
  Question re: running code in Editor (i.e. Atom) vs Python interpreter rok 3 2,376 Jun-29-2020, 09:20 PM
Last Post: bowlofred
  [split] VS Code Editor SupaNub 5 2,807 Nov-27-2019, 03:37 PM
Last Post: snippsat
  multiple problems with code SrijaRamarthy 2 1,812 Nov-06-2019, 06:24 AM
Last Post: SrijaRamarthy
  code problems lokchi2017 3 2,666 Jul-06-2018, 01:58 AM
Last Post: Zombie_Programming

Forum Jump:

User Panel Messages

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