Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Feb 17th, 2005, 4:43 PM   #1
Fred
Programmer
 
Fred's Avatar
 
Join Date: Feb 2005
Posts: 67
Rep Power: 4 Fred is on a distinguished road
Gui??

Hi
I am always hearing people talking about GUI and IDLE stuff in programming. Would anybody mind explaining to me what these actually mean? And sort of what the difference is?!
Thanx
Fred is offline   Reply With Quote
Old Feb 17th, 2005, 5:45 PM   #2
arod199113
Programmer
 
arod199113's Avatar
 
Join Date: Feb 2005
Posts: 86
Rep Power: 0 arod199113 is an unknown quantity at this point
i wouldnt say i know as much as anyone else in this forum
but IDLE(GUI) i would say is a compiler for python
if u have python installed on your computer just go to (under windows)
start\programs\python(2.0, 2.1, etc.)\Idle(GUI)
that will bring you to a window called "Python Shell"
python shell is just like the python command line
go to file\new window
that is where you wright you python programs in
you could write them in notepad though(just save it with a .py at the end) but you still have to have python installed to run the program

if there is anything else you need to know just ask and someone will get back to you
arod199113 is offline   Reply With Quote
Old Feb 17th, 2005, 5:56 PM   #3
thechristelegacy
Expert Programmer
 
thechristelegacy's Avatar
 
Join Date: Jul 2004
Location: Somerset, Pa
Posts: 708
Rep Power: 5 thechristelegacy is on a distinguished road
Send a message via AIM to thechristelegacy Send a message via MSN to thechristelegacy
IDLE is the Python Intergrated Development Enviroment (IDE) which is basicly a tool that has all of a particular programming language's tools in one area. It's a powerful code formatter to make code better orginized durring writing, and it also can make calls to the Python compiler. It just takes everything you can do with the Python langauage and puts it all in one place. It's just adds a General User Interface (or GUI) on top of the Python commnand line.

A GUI is anything that isn't command based (aka the Windows Prompt, Bash, Midnight Commander, etc...). For Python there are serveral GUI Toolkits (librairies that you can use to build GUIs instead of just console applications). The standard GUI toolkit that comes with Python is Tkinter (based off of TCL and Tk), but a lot of people find the code cumbersome. There are also wrappers for GTK, OpenGL, wxWindows, qt, pygame, and a few other you might find when looking around.

Hope this answeres your questions
thechristelegacy is offline   Reply With Quote
Old Feb 17th, 2005, 5:58 PM   #4
Fred
Programmer
 
Fred's Avatar
 
Join Date: Feb 2005
Posts: 67
Rep Power: 4 Fred is on a distinguished road
Perfect
Thanx
Fred is offline   Reply With Quote
Old Feb 18th, 2005, 1:04 AM   #5
Dietrich
Professional Programmer
 
Dietrich's Avatar
 
Join Date: Feb 2005
Posts: 434
Rep Power: 4 Dietrich is on a distinguished road
Smile

GUI = Graphical User Interface
the stuff you see in a typical window program like forms, buttons, labels, editboxes and so on.

IDE = Integrated Development Environment
usually a text editor that allows you to run and debug the programming code you have written. A good IDE has context sensitive help and code highlighting built in, and also highlights the line an error occured on.
Dietrich is offline   Reply With Quote
Old Feb 18th, 2005, 11:47 AM   #6
al1986
Newbie
 
Join Date: Feb 2005
Posts: 24
Rep Power: 0 al1986 is on a distinguished road
As a side note, it's worth mentioning that 'IDLE' is a refernece to Eric Idle, one of the members of Monty Python. But I guess you Pythonistas knew that already!
al1986 is offline   Reply With Quote
Old Feb 18th, 2005, 2:19 PM   #7
Fred
Programmer
 
Fred's Avatar
 
Join Date: Feb 2005
Posts: 67
Rep Power: 4 Fred is on a distinguished road
Quote:
Originally Posted by al1986
As a side note, it's worth mentioning that 'IDLE' is a refernece to Eric Idle, one of the members of Monty Python. But I guess you Pythonistas knew that already!
Nope. I that is 100% new to mw. But I have to say, I never saw the monthy circus thingy...
Fred is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:19 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC