Jump to content

Anyone know Python? What text editer can I use for it?


before

Recommended Posts

I know quite a few languages (but I can't do JAVA for some reason!), so I set a goal to write some scripts, but since I want to do it right I made a path

 

Turing > Basic > Python > C(#/++) (so I can get used to machine language) > Java

 

I'm working on Python, but is there some text editor for it? It's annoying (I'm just coding to the prompt) how when I make a mistake I have to recode everything..

 

Anyone know?

Link to comment
Share on other sites

I'm confused... Like, wouldn't I want a text editor to, I dunno, write a program and not just insert bloody commands everywhere?

 

halp pls

Programming is "inserting bloody commands everywhere"...

 

A text editor is essentially notepad with color coded text based on the file type you are working with. A few of them also include some sort of basic intellisense.

 

An IDE on the other hand is like an AIO programming environment where you have (more than often) language compilers, intellisense, plugins, etc.

Link to comment
Share on other sites

I used Python from their website. The link is https://www.python.org/download/. Is that what you are looking for?

 

When you open IDLE, it will open the Python Shell and you can open a new window where you can write your program, save it, and run it as many times as you want.

Edited by Unicorns
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...