Re: Good editor for python

2018-11-11 Thread tommy yama
Komodo edit is enchanting personally, On Mon, 12 Nov 2018, 06:06 Andrew Z Brian, thank you for sharing. Looks very interesting. > > On Sun, Nov 11, 2018, 10:46 Brian J. Oney via Python-list < > python-list@python.org wrote: > > > Hi Olivier > > > > I am glad you did not trigger an editor war. I d

Re: Good editor for python

2018-11-11 Thread Andrew Z
Brian, thank you for sharing. Looks very interesting. On Sun, Nov 11, 2018, 10:46 Brian J. Oney via Python-list < python-list@python.org wrote: > Hi Olivier > > I am glad you did not trigger an editor war. I don't know how familiar you > are > with emacs. The answer depends alot on your preferenc

Re: Good editor for python

2018-11-11 Thread Brian J. Oney via Python-list
Hi Olivier I am glad you did not trigger an editor war. I don't know how familiar you are with emacs. The answer depends alot on your preference and future work. Emacs and vi have been around for a long time for good reasons. If you prefer an extensible and futureproof editor, I can wholeheartedl

Re: Good editor for python

2018-11-11 Thread Spencer Graves
  People rave about Jupyter Notebooks, which reportedly allow you to mix narrative with code describing what you are doing and why.   I primarily program in R, and RMarkdown Documents in RStudio allow me to mix narrative with R and Python code.  I explain what I'm doing and why, then

Re: Good editor for python

2018-11-11 Thread Andrew Z
If you do scripts - emacs/vi is the way to go. If you need something more (like creating libraries, classes) go with pycharm. It is a professionally made IDE. Over past 2 years ive been trying to "downgrade" myself to something with less belts and whistles, but come back to it all the time. On

Re: Good editor for python

2018-11-11 Thread Thomas Jollans
On 11/11/2018 10:14, Olive wrote: > I am not a professional programmer but I use Python regularly for custom > scripts (and plot with matplotlib). I have just learned VBA for Excel: what I > found amazing was their editor: it is able to suggest on the spot all the > methods an object support and

Re: Good editor for python

2018-11-11 Thread Daniele Forghieri
Il 11/11/2018 10:14, Olive ha scritto: I am not a professional programmer but I use Python regularly for custom scripts (and plot with matplotlib). I have just learned VBA for Excel: what I found amazing was their editor: it is able to suggest on the spot all the methods an object support and

Good editor for python

2018-11-11 Thread Olive
I am not a professional programmer but I use Python regularly for custom scripts (and plot with matplotlib). I have just learned VBA for Excel: what I found amazing was their editor: it is able to suggest on the spot all the methods an object support and there is a well-integrated debugger. I wo

Programmer's text editor, for Python and everything else (was: IDE for python)

2014-05-28 Thread Ben Finney
Greg Schroeder writes: > Any gripes against vim with some tweaks? None from me; Vim is a fine programming (and programmable) editor. It is free software, like Python. This is vital for any tool in which one expects to sink an amount of effort. It means no party has privileged access to change i

Re: Editor for Python

2014-01-09 Thread David Robinow
On Thu, Jan 9, 2014 at 10:50 AM, Jean-Michel Pichavant wrote: > - Original Message - >> >> On Jan 8, 2014, at 10:53 AM, Jean-Michel Pichavant >> wrote: >> > I tried to negotiate this with my IT guys, but it looks like it's >> > now mandatory, something related to being in the USA stock ma

Re: Editor for Python

2014-01-09 Thread Jean-Michel Pichavant
- Original Message - > > On Jan 8, 2014, at 10:53 AM, Jean-Michel Pichavant > wrote: > > >>> -- IMPORTANT NOTICE: > >>> > >> > >> too late you have sent this to a public forum > > > > No pb with that, the python list is the intended recipient :) > > > > I tried to negotiate this with

Re: Editor for Python

2014-01-09 Thread TP
On Friday, 23 November 2001 04:13:40 UTC+5:30, MANUEL FERNANDEZ PEREZ wrote: > > Hello, > > I'm looking for an editor for Python.I' m interested it works on > Windows.Can > > anybody help me? > It's an IDE rather than "just" an editor but how about PyCharm 3 Community Edition? [1] [1] https://ww

Re: Editor for Python

2014-01-08 Thread Terry Reedy
On 1/8/2014 7:19 PM, Emile van Sebille wrote: On 1/8/2014 3:46 PM, Terry Reedy wrote: On 1/8/2014 3:56 PM, Emile van Sebille wrote: On 1/8/2014 12:47 PM, Terry Reedy wrote: For a Python editor, as opposed to a general code editor, the Idle editor works pretty well and has some advantages with

Re: Editor for Python

2014-01-08 Thread Chris Angelico
On Thu, Jan 9, 2014 at 11:19 AM, Emile van Sebille wrote: > As I recall it had something to do with both idle and the application > running in the same namespace? So the leakage was from within idle > affecting the running of the script under development? > > Admittedly, it was a while back. But

Re: Editor for Python

2014-01-08 Thread Emile van Sebille
On 1/8/2014 3:46 PM, Terry Reedy wrote: On 1/8/2014 3:56 PM, Emile van Sebille wrote: On 1/8/2014 12:47 PM, Terry Reedy wrote: For a Python editor, as opposed to a general code editor, the Idle editor works pretty well and has some advantages with respect to integration with the interpreter.

Re: Editor for Python

2014-01-08 Thread Terry Reedy
On 1/8/2014 3:56 PM, Emile van Sebille wrote: On 1/8/2014 12:47 PM, Terry Reedy wrote: For a Python editor, as opposed to a general code editor, the Idle editor works pretty well and has some advantages with respect to integration with the interpreter. While true, ISTM in the past there have

Re: Editor for Python

2014-01-08 Thread 88888 Dihedral
On Friday, November 23, 2001 6:43:40 AM UTC+8, MANUEL FERNANDEZ PEREZ wrote: > Hello, > I'm looking for an editor for Python.I' m interested it works on Windows.Can > anybody help me? > > Thank you > > Manuel OK, try the notepad++ at notepad-plus-plus.org/ or use IDLE with the pycrust. -- ht

Re: Editor for Python

2014-01-08 Thread Ricardo Aráoz
I use Spyder both in Windows as in Linux. Pretty good programing environment, lots of features, simple enough, works on both platforms and it's free. El 08/01/14 08:27, ayushpokha...@gmail.com escribió: On Friday, 23 November 2001 04:13:40 UTC+5:30, MANUEL FERNANDEZ PEREZ wrote: Hello, I'm

Re: Editor for Python

2014-01-08 Thread Mark Lawrence
On 08/01/2014 20:47, Terry Reedy wrote: On 1/8/2014 6:27 AM, ayushpokha...@gmail.com wrote: On Friday, 23 November 2001 04:13:40 UTC+5:30, MANUEL FERNANDEZ PEREZ wrote: I do not seem to have the original You mean to say you don't keep 12 year old emails? :) -- My fellow Pythonistas, ask no

Re: Editor for Python

2014-01-08 Thread Emile van Sebille
On 1/8/2014 12:47 PM, Terry Reedy wrote: For a Python editor, as opposed to a general code editor, the Idle editor works pretty well and has some advantages with respect to integration with the interpreter. While true, ISTM in the past there have been 'leakage' related issues with idle -- are

Re: Editor for Python

2014-01-08 Thread Terry Reedy
On 1/8/2014 6:27 AM, ayushpokha...@gmail.com wrote: On Friday, 23 November 2001 04:13:40 UTC+5:30, MANUEL FERNANDEZ PEREZ wrote: I do not seem to have the original I'm looking for an editor for Python. I' m interested it works on Windows. For a Python editor, as opposed to a ge

Re: Editor for Python

2014-01-08 Thread Mark Lawrence
On 08/01/2014 19:50, David Robinow wrote: On Jan 8, 2014, at 10:53 AM, Jean-Michel Pichavant wrote: -- IMPORTANT NOTICE: too late you have sent this to a public forum No pb with that, the python list is the intended recipient :) I tried to negotiate this with my IT guys, but it looks l

Re: Editor for Python

2014-01-08 Thread David Robinow
On Jan 8, 2014, at 10:53 AM, Jean-Michel Pichavant wrote: >>> -- IMPORTANT NOTICE: >>> >> >> too late you have sent this to a public forum > > No pb with that, the python list is the intended recipient :) > > I tried to negotiate this with my IT guys, but it looks like it's now > mandatory

Re: Editor for Python

2014-01-08 Thread Chris Angelico
On Thu, Jan 9, 2014 at 3:40 AM, Joel Goldstick wrote: > What is wrong with this world that some over paid lawyer requires a useless, > silly statement to justify his employment. The money that person is being > paid should be given to someone else. Good luck. Guess who would be suing you for wro

Re: Editor for Python

2014-01-08 Thread Chris “Kwpolska” Warrick
On Wed, Jan 8, 2014 at 4:53 PM, Jean-Michel Pichavant wrote: > I tried to negotiate this with my IT guys, but it looks like it's now > mandatory, something related to being in the USA stock market. > I have no way to remove it, it's added by the email server. I apologise for > the noise. But yo

Re: Editor for Python

2014-01-08 Thread Jean-Michel Pichavant
> > -- IMPORTANT NOTICE: > > > > The contents of this email and any attachments are confidential and > > may > > also be privileged. If you are not the intended recipient, please > > notify > > the sender immediately and do not disclose the contents to any > > other > > person, use it for any purp

Re: Editor for Python

2014-01-08 Thread Joel Goldstick
On Wed, Jan 8, 2014 at 10:53 AM, Jean-Michel Pichavant < jeanmic...@sequans.com> wrote: > > > -- IMPORTANT NOTICE: > > > > > > The contents of this email and any attachments are confidential and > > > may > > > also be privileged. If you are not the intended recipient, please > > > notify > > > th

Re: Editor for Python

2014-01-08 Thread Alister
On Wed, 08 Jan 2014 16:13:09 +0100, Jean-Michel Pichavant wrote: > - Original Message - > >> I've been pleased with Komodo, and certainly prefer it over Notepad++. > >> Komodo: >> http://www.activestate.com/komodo-ide?gclid=COHE4eLj7rsCFQISMwodOUQAiw > > Komodo is an IDE and costs 385$.

Re: Editor for Python

2014-01-08 Thread Jean-Michel Pichavant
- Original Message - > I've been pleased with Komodo, and certainly prefer it over > Notepad++. > Komodo: > http://www.activestate.com/komodo-ide?gclid=COHE4eLj7rsCFQISMwodOUQAiw Komodo is an IDE and costs 385$. I certainly expect it to better than notepad++. JM -- IMPORTANT NOTICE:

Re: Editor for Python

2014-01-08 Thread Douglas Duhaime
I've been pleased with Komodo, and certainly prefer it over Notepad++. Komodo: http://www.activestate.com/komodo-ide?gclid=COHE4eLj7rsCFQISMwodOUQAiw On Wed, Jan 8, 2014 at 7:23 AM, Jean-Michel Pichavant < jeanmic...@sequans.com> wrote: > - Original Message - > > On Friday, 23 November

Re: Editor for Python

2014-01-08 Thread Jean-Michel Pichavant
- Original Message - > On Friday, 23 November 2001 04:13:40 UTC+5:30, MANUEL FERNANDEZ PEREZ > wrote: > > Hello, > > I'm looking for an editor for Python.I' m interested it works on > > Windows.Can > > anybody help me? > > > > Thank you > > > > Manuel http://lmgtfy.com/?q=python+editor+

Re: Editor for Python

2014-01-08 Thread ayushpokharna
On Friday, 23 November 2001 04:13:40 UTC+5:30, MANUEL FERNANDEZ PEREZ wrote: > Hello, > I'm looking for an editor for Python.I' m interested it works on Windows.Can > anybody help me? > > Thank you > > Manuel -- https://mail.python.org/mailman/listinfo/python-list

Re: Editor for Python

2010-02-05 Thread Alan Harris-Reid
Hi Laszlo, I use Wing IDE (not free, $35 for personal edition) and PyScripter (free). I find both good, for different reasons. Regards, Alan Laszlo Nagy wrote: Hi All, I know that this question was put up on this

Re: Editor for Python

2010-02-05 Thread Gerald Britton
2010/2/5 Laszlo Nagy : > >   Hi All, > > I know that this question was put up on this list a thousand times. I know > that most of the editors are listed here: > http://wiki.python.org/moin/PythonEditors > > I already tried most of them. But still, I need something that is not listed > there. Requi

Editor for Python

2010-02-05 Thread Laszlo Nagy
Hi All, I know that this question was put up on this list a thousand times. I know that most of the editors are listed here: http://wiki.python.org/moin/PythonEditors I already tried most of them. But still, I need something that is not listed there. Requirements: * starts and works

Re: AutoComplete in C++ Editor for Python

2009-05-05 Thread justme
I the rope project http://rope.sourceforge.net/ has an autocomplete lib. (I have not used it just remember reading about it) -- http://mail.python.org/mailman/listinfo/python-list

Re: AutoComplete in C++ Editor for Python

2009-05-04 Thread Scott David Daniels
flam...@gmail.com wrote: ... Using this code, I can get information like the name of the symbol (x), but I can't figure out how to get the type. If I knew how to get this it would solve 99% of my problems :) If Python were statically typed, you might be correct. A _value_ in python has a type,

Re: AutoComplete in C++ Editor for Python

2009-05-04 Thread Dave Angel
he end, temporarily redirect the python output to a string and execute the code. But this is not safe: I do NOT want to execute the code while the user is typing! Is there a way to "compile" the python code and get access to the symbol table from that compiled block?

Re: AutoComplete in C++ Editor for Python

2009-05-04 Thread flamz3d
ument" the code and add "print dir(x)" at the end, > > temporarily redirect the python output to a string and execute the > > code. > > > But this is not safe: I do NOT want to execute the code while the user > > is typing! > > > Is there a way to &

Re: AutoComplete in C++ Editor for Python

2009-05-03 Thread Dave Angel
this is not safe: I do NOT want to execute the code while the user is typing! Is there a way to "compile" the python code and get access to the symbol table from that compiled block? Did anybody ever implement AutoComplete in a editor for Python? cheers. Several editors for Python suppor

AutoComplete in C++ Editor for Python

2009-05-03 Thread flamz3d
want to execute the code while the user is typing! Is there a way to "compile" the python code and get access to the symbol table from that compiled block? Did anybody ever implement AutoComplete in a editor for Python? cheers. -- http://mail.python.org/mailman/listinfo/python-list

Re: highly einteractive editor for python

2007-07-11 Thread [EMAIL PROTECTED]
On Jul 9, 5:14 pm, "Atul Bhingarde" <[EMAIL PROTECTED]> wrote: > Does anybody know an editor that facilitates, interactive python > development. Where GUI etc developed will be possible to see in real time > mode. > > Thanks > > Atul Have a look at UliPad: http://wiki.woodpecker.org.cn/moin/UliPad

Re: The best platform and editor for Python

2007-07-10 Thread Douglas Alan
[EMAIL PROTECTED] (Alex Martelli) writes: > Kay Schluehr <[EMAIL PROTECTED]> wrote: >> half of the community is happy with Emacs and the other half wants to >> program in a VS-like environment, neither consensus nor progress has > Calling all vi/vim users (and we'll heartily appreciate the suppo

Re: highly einteractive editor for python

2007-07-10 Thread Peter Decker
On 7/10/07, Atul Bhingarde <[EMAIL PROTECTED]> wrote: > What I want to see is that it is possible to create a python based > application in a environment where I can see the results as I am creating > it, specifically gui widgets (from say TK). This will provide a robust > mechanism to see gui layo

Re: highly einteractive editor for python

2007-07-10 Thread Bjoern Schliessmann
Atul Bhingarde wrote: > What I want to see is that it is possible to create a python based > application in a environment where I can see the results as I am > creating it, specifically gui widgets (from say TK). This will > provide a robust mechanism to see gui layout as well. Py is an IDE for P

Re: The best platform and editor for Python

2007-07-10 Thread greg
Nicola Musatti wrote: > It's in *commercial* projects that > features nobody really needs are not implemented. Profit is > fundamental in convincing you that you really need the features. In Soviet Russia, you don't need features, features need *you*. -- Greg -- http://mail.python.org/mailman/li

Re: highly einteractive editor for python

2007-07-10 Thread Atul Bhingarde
I liked what the Wing IDE provides, one question though will it provide facility like creating the GUI widgets (say using TK) and facilitaate layout for the same and then run the script ? Thanks Atul "Steve Holden" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Atul Bhingarde wr

Re: highly einteractive editor for python

2007-07-10 Thread Atul Bhingarde
What I want to see is that it is possible to create a python based application in a environment where I can see the results as I am creating it, specifically gui widgets (from say TK). This will provide a robust mechanism to see gui layout as well. Thanks Atul "Josiah Carlson" <[EMAIL PROTECTE

Re: highly einteractive editor for python

2007-07-09 Thread Josiah Carlson
Atul Bhingarde wrote: > Does anybody know an editor that facilitates, interactive python > development. Where GUI etc developed will be possible to see in real time > mode. Boa Constructor? wxGlade embedded in some other software (SPE?) XRCed? What do you mean by "real time mode"? - Josi

Re: highly einteractive editor for python

2007-07-09 Thread Steve Holden
Atul Bhingarde wrote: > Does anybody know an editor that facilitates, interactive python > development. Where GUI etc developed will be possible to see in real time > mode. > > Thanks > > Atul > > Wind IDE is great for debugging GUI-based programs - you can set breakpoints in event-handling

highly einteractive editor for python

2007-07-09 Thread Atul Bhingarde
Does anybody know an editor that facilitates, interactive python development. Where GUI etc developed will be possible to see in real time mode. Thanks Atul -- http://mail.python.org/mailman/listinfo/python-list

Re: The best platform and editor for Python

2007-07-06 Thread J Sisson
On 7/6/07, Ed Jensen <[EMAIL PROTECTED]> wrote: Alex Martelli <[EMAIL PROTECTED]> wrote: > Calling all vi/vim users (and we'll heartily appreciate the support of > TextMate fans, BBEdit ones, etc, etc) -- we're at risk being defined out > of existence, since we're neither happy with Emacs nor wa

Re: The best platform and editor for Python

2007-07-06 Thread Ed Jensen
Alex Martelli <[EMAIL PROTECTED]> wrote: > Calling all vi/vim users (and we'll heartily appreciate the support of > TextMate fans, BBEdit ones, etc, etc) -- we're at risk being defined out > of existence, since we're neither happy with Emacs nor wanting anything > like Visual Studio, and yet Kay cl

Re: The best platform and editor for Python

2007-07-06 Thread Neil Cerutti
On 2007-07-06, Alex Martelli <[EMAIL PROTECTED]> wrote: > Kay Schluehr <[EMAIL PROTECTED]> wrote: >> half of the community is happy with Emacs and the other half >> wants to program in a VS-like environment, neither consensus >> nor progress has > > Calling all vi/vim users (and we'll heartily appr

Re: The best platform and editor for Python

2007-07-05 Thread Ben Finney
[EMAIL PROTECTED] (Alex Martelli) writes: > Kay Schluehr <[EMAIL PROTECTED]> wrote: > > half of the community is happy with Emacs and the other half wants > > to program in a VS-like environment, neither consensus nor > > progress has > > Calling all vi/vim users (and we'll heartily appreciate the

Re: The best platform and editor for Python

2007-07-05 Thread Gregor Horvath
Kay Schluehr schrieb: > The problem is simply that the Python community has failed in this > respect. There are many platform dependent and ideology driven ways to > do deal with code editing / debugging but not actually a recommend or > "pythonic" way. Other than Smalltalk, Python has not created

Re: The best platform and editor for Python

2007-07-05 Thread Kay Schluehr
On Jul 6, 12:13 am, Alex Popescu <[EMAIL PROTECTED]> wrote: > On Jul 5, 5:46 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > > > Kay Schluehr wrote: > > > On Jul 3, 8:12 pm, [EMAIL PROTECTED] (Cameron Laird) wrote: > > > > > Python is simply easier than C++; you might > > > > well find tha

Re: The best platform and editor for Python

2007-07-05 Thread Alex Martelli
Kay Schluehr <[EMAIL PROTECTED]> wrote: ... > half of the community is happy with Emacs and the other half wants to > program in a VS-like environment, neither consensus nor progress has Calling all vi/vim users (and we'll heartily appreciate the support of TextMate fans, BBEdit ones, etc, etc)

Re: The best platform and editor for Python

2007-07-05 Thread Steven D'Aprano
On Thu, 05 Jul 2007 14:13:29 -0700, Kay Schluehr wrote: > On Jul 5, 7:18 pm, kimiraikkonen <[EMAIL PROTECTED]> wrote: >> I just wanted a simple answer to my simple question, however topic has >> messed up. Think questioner as a beginner and use more understandable >> terms to help :) >> >> Thanks.

Re: The best platform and editor for Python

2007-07-05 Thread Jason
On Jul 1, 1:10 pm, kimiraikkonen <[EMAIL PROTECTED]> wrote: > Hi, > For experienced with Pyhton users, which developing software and > enviroment would you suggest for Pyhton programming? Compiler+Editor > +Debugger. That would depend on what platform(s) you would be developing on, what developmen

Re: The best platform and editor for Python

2007-07-05 Thread Alex Popescu
On Jul 5, 5:46 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Kay Schluehr wrote: > > On Jul 3, 8:12 pm, [EMAIL PROTECTED] (Cameron Laird) wrote: > > > > Python is simply easier than C++; you might > > > well find that a debugger, for example, doesn't feel as essential > > > as it is for you

Re: The best platform and editor for Python

2007-07-05 Thread Kay Schluehr
On Jul 5, 7:18 pm, kimiraikkonen <[EMAIL PROTECTED]> wrote: > I just wanted a simple answer to my simple question, however topic has > messed up. Think questioner as a beginner and use more understandable > terms to help :) > > Thanks. The problem is simply that the Python community has failed in

Re: The best platform and editor for Python

2007-07-05 Thread Mark Morss
On Jul 1, 3:30 pm, "Sönmez Kartal" <[EMAIL PROTECTED]> wrote: "Emacs is the best for anything for me." Me too. Also, as pointed out by some others, a debugger is not really all that necessary for an interpreted language like Python. > > Hi, > > For experienced with Pyhton users, which developing

Re: The best platform and editor for Python

2007-07-05 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Gregor Horvath <[EMAIL PROTECTED]> wrote: >kimiraikkonen schrieb: > >> My another aim is: Can i develop graphical applications (like in >> Windows) which contain menus, interactive dialog boxes etc. using >> Ptyhon? >> >> I got it quite but not sure. I don't know P

Re: The best platform and editor for Python

2007-07-05 Thread kimiraikkonen
I just wanted a simple answer to my simple question, however topic has messed up. Think questioner as a beginner and use more understandable terms to help :) Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: The best platform and editor for Python

2007-07-05 Thread Nicola Musatti
On Jul 5, 4:21 pm, Roy Smith <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, > Nicola Musatti <[EMAIL PROTECTED]> wrote: > > > On Jul 5, 1:23 pm, Gregor Horvath <[EMAIL PROTECTED]> wrote: > > [...] > > > That's a property of open source projects. > > > Features nobody really needs are

Re: The best platform and editor for Python

2007-07-05 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Kay Schluehr <[EMAIL PROTECTED]> wrote: >On Jul 3, 8:12 pm, [EMAIL PROTECTED] (Cameron Laird) wrote: > >> Python is simply easier than C++; you might >> well find that a debugger, for example, doesn't feel as essential >> as it is for you with C++. > >That's what I

Re: The best platform and editor for Python

2007-07-05 Thread Kay Schluehr
On Jul 5, 4:08 pm, Nicola Musatti <[EMAIL PROTECTED]> wrote: > On Jul 5, 1:23 pm, Gregor Horvath <[EMAIL PROTECTED]> wrote: > [...] > > > That's a property of open source projects. > > Features nobody really needs are not implemented. > > No, no, you got it all wrong. It's in *commercial* projects

Re: The best platform and editor for Python

2007-07-05 Thread Neil Cerutti
On 2007-07-05, Paul McGuire <[EMAIL PROTECTED]> wrote: > On Jul 5, 9:21 am, Roy Smith <[EMAIL PROTECTED]> wrote: >> In article <[EMAIL PROTECTED]>, >> Nicola Musatti <[EMAIL PROTECTED]> wrote: >> >> > On Jul 5, 1:23 pm, Gregor Horvath <[EMAIL PROTECTED]> wrote: >> > [...] >> > > That's a property

Re: The best platform and editor for Python

2007-07-05 Thread [EMAIL PROTECTED]
Kay Schluehr wrote: > On Jul 3, 8:12 pm, [EMAIL PROTECTED] (Cameron Laird) wrote: > > > Python is simply easier than C++; you might > > well find that a debugger, for example, doesn't feel as essential > > as it is for you with C++. > > That's what I love most about the Python community. Whenever t

Re: The best platform and editor for Python

2007-07-05 Thread Paul McGuire
On Jul 5, 9:21 am, Roy Smith <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, > Nicola Musatti <[EMAIL PROTECTED]> wrote: > > > On Jul 5, 1:23 pm, Gregor Horvath <[EMAIL PROTECTED]> wrote: > > [...] > > > That's a property of open source projects. > > > Features nobody really needs are

Re: The best platform and editor for Python

2007-07-05 Thread Roy Smith
In article <[EMAIL PROTECTED]>, Nicola Musatti <[EMAIL PROTECTED]> wrote: > On Jul 5, 1:23 pm, Gregor Horvath <[EMAIL PROTECTED]> wrote: > [...] > > That's a property of open source projects. > > Features nobody really needs are not implemented. > > No, no, you got it all wrong. It's in *commerc

Re: The best platform and editor for Python

2007-07-05 Thread Nicola Musatti
On Jul 5, 1:23 pm, Gregor Horvath <[EMAIL PROTECTED]> wrote: [...] > That's a property of open source projects. > Features nobody really needs are not implemented. No, no, you got it all wrong. It's in *commercial* projects that features nobody really needs are not implemented. Profit is fundament

Re: The best platform and editor for Python

2007-07-05 Thread Thomas Heller
QOTW? Gregor Horvath schrieb: > That's a property of open source projects. > Features nobody really needs are not implemented. > > Gregor -- http://mail.python.org/mailman/listinfo/python-list

Re: The best platform and editor for Python

2007-07-05 Thread Gregor Horvath
kimiraikkonen schrieb: > My another aim is: Can i develop graphical applications (like in > Windows) which contain menus, interactive dialog boxes etc. using > Ptyhon? > > I got it quite but not sure. I don't know Ptyhon's capability skills > for creating interactive softwares like in Windows's c

Re: The best platform and editor for Python

2007-07-05 Thread Gregor Horvath
Kay Schluehr schrieb: > That's what I love most about the Python community. Whenever there is > just a non-standard, platform-dependent or crappy implementation of a > feature you get told that you don't need it. When printf was good for > little David print is good enough for me. > That's a pro

Re: The best platform and editor for Python

2007-07-05 Thread Kay Schluehr
On Jul 3, 8:12 pm, [EMAIL PROTECTED] (Cameron Laird) wrote: > Python is simply easier than C++; you might > well find that a debugger, for example, doesn't feel as essential > as it is for you with C++. That's what I love most about the Python community. Whenever there is just a non-standard, pla

Re: The best platform and editor for Python

2007-07-05 Thread kimiraikkonen
Thanks for the links and replies, taking care. My another aim is: Can i develop graphical applications (like in Windows) which contain menus, interactive dialog boxes etc. using Ptyhon? I got it quite but not sure. I don't know Ptyhon's capability skills for creating interactive softwares like in

Re: The best platform and editor for Python

2007-07-03 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, kimiraikkonen <[EMAIL PROTECTED]> wrote: >Thanks for the replies so far. Also i have to learn: > >What is the most reliable and easy way to start learning Ptyhon? >Books? Trusted code sammples(where?)? . .

Re: The best platform and editor for Python

2007-07-03 Thread ed
for my part, i'm a big fan of DrPython for writing python code (especially on windows). http://drpython.sourceforge.net/ you will need wxPython to have it running though It's not per se an IDE but it has a lot of feature to help you writing with some interesting plug- ins. You can launch code in

Re: The best platform and editor for Python

2007-07-02 Thread kimiraikkonen
Thanks for the replies so far. Also i have to learn: What is the most reliable and easy way to start learning Ptyhon? Books? Trusted code sammples(where?)? I know the importance and eases of Python quiet. Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: The best platform and editor for Python

2007-07-02 Thread kimiraikkonen
On Jul 2, 3:49 pm, evil tabby cat <[EMAIL PROTECTED]> wrote: > On Jul 2, 5:10 am, kimiraikkonen <[EMAIL PROTECTED]> wrote: > > > Hi, > > For experienced with Pyhton users, which developing software and > > enviroment would you suggest for Pyhton programming? Compiler+Editor > > +Debugger. > > > Als

Re: The best platform and editor for Python

2007-07-02 Thread evil tabby cat
On Jul 2, 5:10 am, kimiraikkonen <[EMAIL PROTECTED]> wrote: > Hi, > For experienced with Pyhton users, which developing software and > enviroment would you suggest for Pyhton programming? Compiler+Editor > +Debugger. > > Also what are your suggestions for beginners of Pyhton programming? > > Thank

Re: The best platform and editor for Python

2007-07-01 Thread [EMAIL PROTECTED]
kimiraikkonen wrote: > Hi, > For experienced with Pyhton users, which developing software and > enviroment would you suggest for Pyhton programming? Compiler+Editor > +Debugger. I use standard CPython bytecode compiler/virtual machine, the Vim editor, and standard pdb for debugging. Vim is nice a

Re: The best platform and editor for Python

2007-07-01 Thread Laurent Pointal
kimiraikkonen wrote: > Hi, > For experienced with Pyhton users, which developing software and > enviroment would you suggest for Pyhton programming? Compiler+Editor > +Debugger. > > Also what are your suggestions for beginners of Pyhton programming? Under Windows, take a look at PyScripter. For

Re: The best platform and editor for Python

2007-07-01 Thread kimiraikkonen
On Jul 1, 10:59 pm, Stef Mientki <[EMAIL PROTECTED]> wrote: > > Thank you for the suggestions. I'd prefer a GUI-based, helpful and > > easy-implemention skilled enviroment. Tesekkurler Sayin Kartal :-) > > then first decide which graphical package you want to use, > because that limits your choice.

Re: The best platform and editor for Python

2007-07-01 Thread Stef Mientki
> Thank you for the suggestions. I'd prefer a GUI-based, helpful and > easy-implemention skilled enviroment. Tesekkurler Sayin Kartal :-) > then first decide which graphical package you want to use, because that limits your choice. cheers, Stef Mientki -- http://mail.python.org/mailman/listinf

Re: The best platform and editor for Python

2007-07-01 Thread cyberco
There is one tool you won't be able to live without: iPython (no, it's not an Apple product, but it would be worth waiting in line for 3 days for) http://ipython.scipy.org/moin/ -- http://mail.python.org/mailman/listinfo/python-list

Re: The best platform and editor for Python

2007-07-01 Thread Roy Smith
In article <[EMAIL PROTECTED]>, kimiraikkonen <[EMAIL PROTECTED]> wrote: > Hi, > For experienced with Pyhton users, which developing software and > enviroment would you suggest for Pyhton programming? Compiler+Editor > +Debugger. > > Also what are your suggestions for beginners of Pyhton program

Re: The best platform and editor for Python

2007-07-01 Thread kimiraikkonen
On Jul 1, 10:30 pm, "Sönmez Kartal" <[EMAIL PROTECTED]> wrote: > Hello, > > Emacs is the best for anything for me. Some people prefers Eclipse > with PyDev extension. > > Build some real world applications with Python. Pick what do you need > from SourceForge or similar one then write it. If it is

Re: The best platform and editor for Python

2007-07-01 Thread kimiraikkonen
On Jul 1, 10:30 pm, "Sönmez Kartal" <[EMAIL PROTECTED]> wrote: > Hello, > > Emacs is the best for anything for me. Some people prefers Eclipse > with PyDev extension. > > Build some real world applications with Python. Pick what do you need > from SourceForge or similar one then write it. If it is

Re: The best platform and editor for Python

2007-07-01 Thread kimiraikkonen
On Jul 1, 10:30 pm, "Sönmez Kartal" <[EMAIL PROTECTED]> wrote: > Hello, > > Emacs is the best for anything for me. Some people prefers Eclipse > with PyDev extension. > > Build some real world applications with Python. Pick what do you need > from SourceForge or similar one then write it. If it is

Re: The best platform and editor for Python

2007-07-01 Thread Sönmez Kartal
Hello, Emacs is the best for anything for me. Some people prefers Eclipse with PyDev extension. Build some real world applications with Python. Pick what do you need from SourceForge or similar one then write it. If it is something you need then you probably will make it more special then you fou

The best platform and editor for Python

2007-07-01 Thread kimiraikkonen
Hi, For experienced with Pyhton users, which developing software and enviroment would you suggest for Pyhton programming? Compiler+Editor +Debugger. Also what are your suggestions for beginners of Pyhton programming? Thank you. -- http://mail.python.org/mailman/listinfo/python-list

Re: Good script editor for Python on Mac OS 10.3

2006-11-30 Thread martin . laloux
I work with Python on mac os 10.3.9 First of all : Install a newer version of python for mac, from http://pythonmac.org/packages/ (python 2.4.4 -> http://pythonmac.org/packages/py24-fat/index.html) (python 2.5 -> http://pythonmac.org/packages/py25-fat/index.html) you have a more "standard" pyt

Re: Good script editor for Python on Mac OS 10.3

2006-11-29 Thread SPE - Stani's Python Editor
Install wxPython and than you can use SPE, a free Python IDE with UML, GUI builders, ... Stani Scott_Davies wrote: > Hi, > > I have an old Mac with OS X Panther installed. I also have the Python > language download file, but I haven't got a text/script editor to use > for it. Does anyone have a

Re: Good script editor for Python on Mac OS 10.3

2006-11-29 Thread Stephen Eilert
Lou Pecora escreveu: > In article <[EMAIL PROTECTED]>, > "Scott_Davies" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I have an old Mac with OS X Panther installed. I also have the Python > > language download file, but I haven't got a text/script editor to use > > for it. Does anyone have a re

Re: Good script editor for Python on Mac OS 10.3

2006-11-29 Thread Stephen Hansen
If you're looking for something free, there's always IDLE. http://www.python.org/download/mac/ However, if you don't mind paying a little bit-- you should really look at TextMate at http://www.macromates.com/ It's .. the best editor ever :) I'm the envy of all my windows coworkers who I had prev

Re: Good script editor for Python on Mac OS 10.3

2006-11-29 Thread Nikita the Spider
In article <[EMAIL PROTECTED]>, Lou Pecora <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, > "Scott_Davies" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I have an old Mac with OS X Panther installed. I also have the Python > > language download file, but I haven't got a text/scri

Re: Re: Good script editor for Python on Mac OS 10.3

2006-11-29 Thread Timothy Grant
On 11/29/06, Lou Pecora <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, > "Scott_Davies" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I have an old Mac with OS X Panther installed. I also have the Python > > language download file, but I haven't got a text/script editor to use > > fo

  1   2   >