473,395 Members | 1,658 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

What are the different links available in Python2.4?

440 256MB
I am using Python2.4.When I have installed the software from www.python.org.I have noticed
the following links in the Python2.4
Start->AllPrograms->Python2.4

a) Python IDLE(GUI)
b) ModuleDocs
c) Python (Command line )
d) PythonWin

COuld anybody help me what are these different applications each used for.I have noticed
the Debug option in PythonWin.Is this similar to Microsoft Visual Studio debug ,where we can find the various variables values in watch window while debugging.If not how to watch the debug variable values while debugging the Python source code ,by putting the various break points in the application.
Feb 25 '07 #1
2 1380
bartonc
6,596 Expert 4TB
I am using Python2.4.When I have installed the software from www.python.org.I have noticed
the following links in the Python2.4
Start->AllPrograms->Python2.4

a) Python IDLE(GUI)
b) ModuleDocs
c) Python (Command line )
d) PythonWin

COuld anybody help me what are these different applications each used for.I have noticed
the Debug option in PythonWin.Is this similar to Microsoft Visual Studio debug ,where we can find the various variables values in watch window while debugging.If not how to watch the debug variable values while debugging the Python source code ,by putting the various break points in the application.

a) Python IDLE(GUI)
A basic shell/editor/debugger written in python
b) ModuleDocs
start a mini server and creates html docs from docstring for the entire sys.path + PYTHONPATH env
c) Python (Command line )
VERY basic command line interface (no history, etc.) - use IDLE instead
d) PythonWin
Some people use it as their IDE. I use modules from it only when I REALLY can't get Windows functionality any other way. I find the debugger to be very clunky.

I stopped using debuggers a long time ago. I find it sufficient to print a variable at any given time, when its value is in question.
Feb 25 '07 #2
bartonc
6,596 Expert 4TB
d) PythonWin
Some people use it as their IDE. I use modules from it only when I REALLY can't get Windows functionality any other way. I find the debugger to be very clunky.
PythonWin IS a great package. The above comments apply to the IDE only. In this package there is almost the entire Windows API made accessible to Python. The COM package allows you do act like VB from python, sending messages to MS COM aware software like IE, Word, Excel, etc.
Feb 25 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Johan Fredrik Ohman | last post by:
Hi, I'd like to use the newest interpreter if available. I tried a little bash scripting, but with no success. Is there some easy way to check a list of possible interpreters and path, and when...
1
by: Евгений Косенко | last post by:
Hi! I make my first steps in Tkinter/Tix programming. The next program is work well (really, _almost_ well): import Tkinter root = Tkinter.Tk() widget = Tkinter.Button(root)
0
by: Nathanael | last post by:
Hi Guys, You probably have heard of affiliate marketing before but what exactly is affiliate marketing? In this introduction you'll find an explanation of the basics of affiliate marketing. The...
10
by: Nathaniel Branden | last post by:
Hello. This isn't really an Access question. I just want to know whether Tony Toews is retarded. In that vain, I have pasted down his last thirty or so posts for someone out there to respond. ...
28
by: john_sips_tea | last post by:
Just tried Ruby over the past two days. I won't bore you with the reasons I didn't like it, however one thing really struck me about it that I think we (the Python community) can learn from. ...
3
by: gatoruss | last post by:
Newbie here with a (hopefully not) dumb question....tried searching around on the 'Net without success, so here goes.... I have been playing around with python. I wrote a script that sends an smtp...
3
by: Thomas W | last post by:
I've tried to install the pyxml-package, available at http://pyxml.sourceforge.net/, both from source and using some hack on the win32-binary package available for python2.4, but without luck....
0
by: sweavo | last post by:
Hi all, (Python 2.5 under cygwin) I'm reading a bunch of XML files and merging them in memory - each file contains a number of packages which are to be merged: for fname in gInfiles: ...
16
by: ssecorp | last post by:
Is there a way to view all the modules I have available for import from within Python? Like writing in the interpreter: import.modules Also, is there anything like Cpan for Python?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.