473,405 Members | 2,404 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,405 software developers and data experts.

Python development tools

Are there any completely free developent tools for python scripts like
IDLE. I have used IDLE , but I want to try out others also. I saw
stuff like PyCrust, but I don't see that it can run the script as
well.
Thanks,

RR
Jun 27 '08 #1
11 1326
On Apr 23, 12:39*pm, "wongjoek...@yahoo.com" <wongjoek...@yahoo.com>
wrote:
Are there any completely free developent tools for python scripts like
IDLE. I have used IDLE , but I want to try out others also. I saw
stuff like PyCrust, but I don't see that it can run the script as
well.
Thanks,

RR
Check out PyDev for Eclipse. It's like Visual Studio for Python...I
actually find it kind of clunky, but it is cool!

To see what else there is, check out the Python wiki:

http://wiki.python.org/moin/PythonEditors

Mike
Jun 27 '08 #2
i saw boa constructor to be most close to delphi in python editors..
it is still far away from delphi but, it is closest anyway.

2008/4/23, wo*********@yahoo.com <wo*********@yahoo.com>:
Are there any completely free developent tools for python scripts like
IDLE. I have used IDLE , but I want to try out others also. I saw
stuff like PyCrust, but I don't see that it can run the script as
well.
Thanks,

RR

--
http://mail.python.org/mailman/listinfo/python-list

--
Ý.Bahattin Vidinli
Elk-Elektronik Müh.
-------------------
iletisim bilgileri (Tercih sirasina gore):
skype: bvidinli (sesli gorusme icin, www.skype.com)
msn: bv******@iyibirisi.com
yahoo: bvidinli

+90.532.7990607
+90.505.5667711
Jun 27 '08 #3
On Apr 23, 1:39*pm, "wongjoek...@yahoo.com" <wongjoek...@yahoo.com>
wrote:
Are there any completely free developent tools for python scripts like
IDLE. I have used IDLE , but I want to try out others also. I saw
stuff like PyCrust, but I don't see that it can run the script as
well.
Thanks,

RR
SPE is a very nice, and free python development tool. Written in
python ansd uses wxpython for the gui.

http://pythonide.blogspot.com/
Jun 27 '08 #4
On 23 avr, 19:39, "wongjoek...@yahoo.com" <wongjoek...@yahoo.com>
wrote:
Are there any completely free developent tools for python scripts like
IDLE. I have used IDLE , but I want to try out others also. I saw
stuff like PyCrust, but I don't see that it can run the script as
well.
Thanks,
emacs + python-mode (the one from Python, not the horror that ships
with recent emacs versions) + ecb (Emacs code browser)

No bells and whistles, no clickodrom, but one of the most powerful
combo you can get. But be warned: learning and configuring emacs is
not for wheenies !-)
Jun 27 '08 #5
Are there any completely free developent tools for python
scripts like IDLE. I have used IDLE , but I want to try out
others also. I saw stuff like PyCrust, but I don't see that
it can run the script as well.
Thanks,
Ignoring the 'free' part of your question, I've recently moved from PyDev to Wing IDE (www.wingware.com), and would highly recommend it.

Trent.
Jun 27 '08 #6
Hallöchen!

br*****************@gmail.com writes:
On 23 avr, 19:39, "wongjoek...@yahoo.com" <wongjoek...@yahoo.com>
wrote:
>Are there any completely free developent tools for python scripts
like IDLE. I have used IDLE , but I want to try out others
also. I saw stuff like PyCrust, but I don't see that it can run
the script as well.

emacs + python-mode (the one from Python, not the horror that
ships with recent emacs versions)
What's so bad about it?

I just installed python-mode (is this the one with the "py-"
prefixes?), and it ends multi-line strings at single quotes. That's
bad.

Tschö,
Torsten.

--
Torsten Bronger, aquisgrana, europa vetus
Jabber ID: br*****@jabber.org
(See http://ime.webhop.org for further contact info.)
Jun 27 '08 #7
On Apr 23, 3:52Â*pm, Torsten Bronger <bron...@physik.rwth-aachen.de>
wrote:
Hall�chen!

bruno.desthuilli...@gmail.com writes:
On 23 avr, 19:39, "wongjoek...@yahoo.com" <wongjoek...@yahoo.com>
wrote:
Are there any completely free developent tools for python scripts
like IDLE. I have used IDLE , but I want to try out others
also. I saw stuff like PyCrust, but I don't see that it can run
the script as well.
emacs + python-mode (the one from Python, not the horror that
ships with recent emacs versions)

What's so bad about it?

I just installed python-mode (is this the one with the "py-"
prefixes?), and it ends multi-line strings at single quotes. Â*That's
bad.

Tsch�,
Torsten.

--
Torsten Bronger, aquisgrana, europa vetus
Â* Â* Â* Â* Â* Â* Â* Â* Â* Â* Â* Â* Â* Â* Â* Â* Â* Â* Â* Jabber ID: bron....@jabber.org
Â* Â* Â* Â* Â* Â* Â* Â*(Seehttp://ime.webhop.orgfor further contact info.)
Did you guys see PyPE editor? It just come out.
Jun 27 '08 #8
Torsten Bronger a écrit :
Hallöchen!

br*****************@gmail.com writes:
>On 23 avr, 19:39, "wongjoek...@yahoo.com" <wongjoek...@yahoo.com>
wrote:
>>Are there any completely free developent tools for python scripts
like IDLE. I have used IDLE , but I want to try out others
also. I saw stuff like PyCrust, but I don't see that it can run
the script as well.
emacs + python-mode (the one from Python, not the horror that
ships with recent emacs versions)

What's so bad about it?
I'd have to reinstall it to tell you exactly, but I do remember
something really bad wrt/ the embedded python-shell, which is one the
very strength of the emacs+python-mode combo.
I just installed python-mode (is this the one with the "py-"
prefixes?),
It's the one with ;; Copyright (C) 1992,1993,1994 Tim Peters
and it ends multi-line strings at single quotes.
it chokes on unbalanced single quotes in triple-single-quoted strings,
and on unbalanced double-quotes in triple-double-quoted strings, yes.
Given that I never use triple-single-quoted strings (and don't remember
having seen such a thing in the thousands of third-part .py files I've
read so far), I'd qualify this as at most a very minor annoyance. Not
having proper python-shell and pdb integration is wwwwaaaayyyy more
annoying IMHO.
Jun 27 '08 #9
Hallöchen!

Bruno Desthuilliers writes:
[...]
>and it ends multi-line strings at single quotes.

it chokes on unbalanced single quotes in triple-single-quoted
strings, and on unbalanced double-quotes in triple-double-quoted
strings, yes. Given that I never use triple-single-quoted strings
(and don't remember having seen such a thing in the thousands of
third-part .py files I've read so far), I'd qualify this as at
most a very minor annoyance. Not having proper python-shell and
pdb integration is wwwwaaaayyyy more annoying IMHO.
My formulation was unfortunate. What doesn't work (at least for me)
is something like

"""This is a docstring in which some "variables" are quoted."""

Here, "variables" doesn't seem to belong to the docstring for
python-mode.

Tschö,
Torsten.

--
Torsten Bronger, aquisgrana, europa vetus
Jabber ID: br*****@jabber.org
(See http://ime.webhop.org for further contact info.)
Jun 27 '08 #10
On 4/24/08, Banibrata Dutta <ba*************@gmail.comwrote:
On Windows, I use "PyScripter", and it's quite nice and functional.

On 4/24/08, Torsten Bronger <br*****@physik.rwth-aachen.dewrote:
Hallöchen!

Bruno Desthuilliers writes:
[...]
>
>and it ends multi-line strings at single quotes.
>
it chokes on unbalanced single quotes in triple-single-quoted
strings, and on unbalanced double-quotes in triple-double-quoted
strings, yes. Given that I never use triple-single-quoted strings
(and don't remember having seen such a thing in the thousands of
third-part .py files I've read so far), I'd qualify this as at
most a very minor annoyance. Not having proper python-shell and
pdb integration is wwwwaaaayyyy more annoying IMHO.
My formulation was unfortunate. What doesn't work (at least for me)
is something like

"""This is a docstring in which some "variables" are quoted."""

Here, "variables" doesn't seem to belong to the docstring for
python-mode.

Tschö,
Torsten.

--
Torsten Bronger, aquisgrana, europa vetus
Jabber ID: br*****@jabber.org
(See http://ime.webhop.org for further contact info.)
--
http://mail.python.org/mailman/listinfo/python-list


--
regards,
Banibrata
http://www.linkedin.com/in/bdutta

--
regards,
Banibrata
http://www.linkedin.com/in/bdutta
Jun 27 '08 #11
Torsten Bronger a écrit :
Hallöchen!

Bruno Desthuilliers writes:
>[...]
>>and it ends multi-line strings at single quotes.
it chokes on unbalanced single quotes in triple-single-quoted
strings, and on unbalanced double-quotes in triple-double-quoted
strings, yes. Given that I never use triple-single-quoted strings
(and don't remember having seen such a thing in the thousands of
third-part .py files I've read so far), I'd qualify this as at
most a very minor annoyance. Not having proper python-shell and
pdb integration is wwwwaaaayyyy more annoying IMHO.

My formulation was unfortunate. What doesn't work (at least for me)
is something like

"""This is a docstring in which some "variables" are quoted."""

Here, "variables" doesn't seem to belong to the docstring for
python-mode.
Nope, but it doesn't break anything neither. At this stage, this is a
less than minor annoyance to me.
Jun 27 '08 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

699
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro...
38
by: kbass | last post by:
In different articles that I have read, persons have constantly eluded to the productivity gains of Python. One person stated that Python's productivity gain was 5 to 10 times over Java in some in...
36
by: Andrea Griffini | last post by:
I did it. I proposed python as the main language for our next CAD/CAM software because I think that it has all the potential needed for it. I'm not sure yet if the decision will get through, but...
30
by: Stuart Turner | last post by:
Hi Everyone, I'm working hard trying to get Python 'accepted' in the organisation I work for. I'm making some good in-roads. One chap sent me the text below on his views of Python. I wondered...
23
by: gord | last post by:
As a complete novice in the study of Python, I am asking myself where this language is superior or better suited than others. For example, all I see in the tutorials are lots of examples of list...
122
by: Edward Diener No Spam | last post by:
The definition of a component model I use below is a class which allows properties, methods, and events in a structured way which can be recognized, usually through some form of introspection...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.