Ok, I'm putting those in my 'todo-list' ;-)
-- keep an eye open for future releases...
Cheers,
Fabio
Jorge Godoy wrote:
>Fabio Zadrozny <[EMAIL PROTECTED]> writes:
>
>
>
>>Which indenting features do you find missing? Note: 1.0.3 -- still unreleased
&g
"Tian" <[EMAIL PROTECTED]> ha scritto nel messaggio
news:[EMAIL PROTECTED]
> I have made a program in wxpython, but how could i exit the program? I
> am using wxFrame for my window, what is the function to close the
> program?
>
> Thanks!!
>
Wich version of wx? You cannot exit the program clickin
"Florian Lindner" <[EMAIL PROTECTED]> ha scritto nel messaggio
news:[EMAIL PROTECTED]
> Hello,
> I'm looking for libraries to create graphs. I'm not talking about plotting
a
> function like f(x)=x^2 just plotting a couple of values into a short,
maybe
> interpolating them. Output should be somethi
'{' (if the line ends with a comma).
- Some StackOverflow errors were removed from code completion.
- Keybindings added for Refactoring (powered by bycicle repair man) -
check the FAQ.
- Some bug-fixes as usual...
Regards,
--
Fabio Zadrozny
--
Hi all,
i'm working on a very large project using wx 2.5... On one frame i have a
wx.lib.mixins.listctrl widget, wich is a listctrl extended with the
possibility to edit the columns text entrys Anyone know if it's possible
(or if there's a widget...) to have also the possbility to have a comboB
Hi all,
i'm working on a very large project using wx 2.5... On one frame i have a
wx.lib.mixins.listctrl widget, wich is a listctrl extended with the
possibility to edit the columns text entrys Anyone know if it's possible
(or if there's a widget...) to have also the possbility to have a comboB
Hi,
Is there some way to get all the frames for any given thread? -- in a way
that does not require a compiled extension.
Thanks,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
On 6/10/07, Gabriel Genellina <[EMAIL PROTECTED]> wrote:
En Sat, 09 Jun 2007 21:40:40 -0300, Fabio Zadrozny <[EMAIL PROTECTED]>
escribió:
> Is there some way to get all the frames for any given thread? -- in a
way
> that does not require a compiled extension.
For the curren
roblems compiling it...
Thanks for the link... it seems pretty nice ;-)
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
clipse for Python and Jython
development -- making Eclipse a first class Python IDE -- It comes with many
goodies such as code completion, syntax highlighting, syntax analysis,
refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software
,
refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Software
http://www.esss.com.br
Pydev Extensions
http://www.fabioz.com/pydev
Pydev - Python Development Enviroment for
completion, syntax highlighting, syntax analysis,
refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Software
http://www.esss.com.br
Pydev Extensions
http://www.fabioz
completion, syntax highlighting, syntax analysis,
refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Software
http://www.esss.com.br
Pydev Extensions
http://www.fabioz.com
, syntax analysis,
refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Software
http://www.esss.com.br
Pydev Extensions
http://www.fabioz.com/pydev
Pydev - Python
ny
goodies such as code completion, syntax highlighting, syntax analysis,
refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Software
http://www.esss.com.br
Pydev Extensions
http
s had a
dependency on some java stuff). Reference:
http://pydev.blogspot.com/2007/06/pydev-and-jdt-sdk-not-required-anymore.html
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
in you current editor and then Ctrl+F11 to re-run the last
run -- so, if you have a main file that you just ran in your project, you
can probably just keep to Ctrl+F11 -- note that this behavior changed with
Eclipse 3.3, but you can restore it: window > preferences > run/debug >
la
;d usually put
into your pythonpath (that's one level before the module you're going to
import). Details on how to do that can be found at:
http://fabioz.com/pydev/manual_101_root.html
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
e to be careful not to mess up that namespace)
Thanks,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
uch as code completion, syntax highlighting, syntax analysis,
refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Software
http://www.esss.com.br
Pydev Extensions
http:/
e original problem: I need to run a
script to run the original script I want to run...(and not being compatible
with other python implementations). Isn't there any way to set that
externally (like environment variable, args to the interpreter or anything
else like that)?
Thanks,
Fabio
--
http:/
lot... I think I can arrange in providing a
sitecustomize.py from pydev with that structure.
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
hough I can try to use it if it's available, but it can't
be the only solution).
Thanks,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
pydev (and not just in the
system?) -- see http://fabioz.com/pydev/manual_101_interpreter.html
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
Hi list, I'm trying to use a string with backslashes in a list. But Python
parses strings in lists with repr().>>> alist = ['a', 'b', 'c:\some\path']>>>
alist['a', 'b', 'c:\\some\\path']>>> print alist['a', 'b', 'c:\\some\\path'] I
already tried str() and raw (r) but it didn't work. All I wan
fic
string you will see that only one backslash remain:
print alist[2]On 3/12/07, Fabio Gomes <[EMAIL PROTECTED]> wrote:
Hi list, I'm trying to use a string with backslashes in a list. But Python
parses strings in lists with repr().>>> alist = ['a', 'b
ed in my script. What do you think. Is it possible to print "list"
without the doubled backslash? Thank again, Lucas. Date: Mon, 12 Mar 2007
12:15:10 -0300From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: backslashes in
listsCC: [EMAIL PROTECTED] don't know how ugly this look like, b
path = 'file://D:\\A\\' + serverName[5:] attr2_value = ['value',
path] attr2_List = [attr2_desc, attr2_name, attr2_required, attr2_value]
attr_List = [attr1_List, attr2_List] property= ['systemProperties',
attr_List] AdminConfig.modify(jvm, [property])print
sis,
refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Software
http://www.esss.com.br
Pydev Extensions
http://www.fabioz.com/pydev
Pydev - Python Development Envirom
On Mar 13, 7:34 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Hi all.
>
> I have a problem with some code :(
>
> ---
>
> hint = raw_input("\nAre you stuck? y/n: ")
> hint = hint.lower()
>
> while (hint != 'n') or (hint != 'y'):
> hint = raw_input("Please specify a valid choice: "
On Mar 14, 9:37 am, "tereglow" <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I come from a shell/perl background and have just to learn python. To
> start with, I'm trying to obtain system information from a Linux
> server using the /proc FS. For example, in order to obtain the amount
> of physical
You could use glob and expand the resulting list to astring manually,
but you have to make sure the command accepts the "command file1 file2
file3..." format.
FZero
On Mar 15, 4:04 pm, William Hudspeth <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am needing to pass an argument to the Popen function
This is what happens when a joke goes too far - so far that it
generates Python code.
http://code.google.com/p/pr0nbot/
Have fun!
[]s
FZero
--
http://mail.python.org/mailman/listinfo/python-list
On Mar 20, 10:05 am, Facundo Batista <[EMAIL PROTECTED]>
wrote:
> Jose Alberto Reguero wrote:
> > 2:
> >server.py at x86_64 python 2.5
> >client.py at i386 python 2.4
> > Don't work
>
> What do you mean with "don't work"?
>
> They crash? Your machine hungs? Your house explodes?
Traceback (
th many
goodies such as code completion, syntax highlighting, syntax analysis,
refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Software
http://www.esss.com.br
P
ore
What is PyDev?
---
PyDev is a plugin that enables users to use Eclipse for Python and Jython
development -- making Eclipse a first class Python IDE -- It comes with many
goodies such as code completion, syntax highlighting, syntax analysis,
refactor, debug and many others.
is assumed)
* Grammar Patch by Ueli Kistler, Dennis Hunziker
What is PyDev?
---
PyDev is a plugin that enables users to use Eclipse for Python and Jython
development -- making Eclipse a first class Python IDE -- It comes with many
goodies such as code completion, syntax high
officially supported
version).
Cheers,
Fabio
p.s. I also recommend that you take a look at the getting started manual:
http://fabioz.com/pydev/manual_101_root.html
--
http://mail.python.org/mailman/listinfo/python-list
On 19 Feb 2007 10:41:41 -0800, Ahmer <[EMAIL PROTECTED]> wrote:
On Feb 18, 4:50 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> Ahmer schrieb:
>
> > I've been trying to set up PyDev on my new MacBook Pro, but i have not
> > had an success.
>
> > Could you please help!
>
> Just wait until my
On 2/27/07, hg <[EMAIL PROTECTED]> wrote:
Michele Simionato wrote:
> pychecker
Thanks all ... pydev extension does not however ... will have to install
pychecker also.
Just as a note: pydev extensions 1.2.8 supports that... (just released)
Cheers,
Fabio
--
http://mail.python.or
---
PyDev is a plugin that enables users to use Eclipse for Python and Jython
development -- making Eclipse a first class Python IDE -- It comes with many
goodies such as code completion, syntax highlighting, syntax analysis,
refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
---
ipse for Python and Jython
development -- making Eclipse a first class Python IDE -- It comes with many
goodies such as code completion, syntax highlighting, syntax analysis,
refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software
In the dialog where you select pydev (in the installation -- it'll appear in
the 5th screenshot at http://fabioz.com/pydev/manual_101_install.html), you
can expand it and uncheck mylyn...
I'll update the install instructions to better specify that...
Cheers,
Fabio
On 11/5/07, cryba
On 11/6/07, Jens <[EMAIL PROTECTED]> wrote:
>
> Just wrote a mini "review" of three Python code editors on my blog...
>
> http://pyminer.blogspot.com/2007/11/python-code-editors.html
>
> I use PSPad or Notepad++ for quick editing, and Komodo Edit 4.2 for
> longer sessions. Komodo Edit is the only o
combination.
> >
> > What functionality does Eclipse have that PyScripter does not?
>
> While we're at it, do any of these debuggers implement a good way to
> debug multi-threaded Python programs?
>
Pydev handles multi-threaded debugging.
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
guring an external program run --> menu: run >
external tools > open external tools dialog (and you can bind a
shortcut to rerun the last external tool launched).
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
ogram
and choose some python script as argument + the files changed).
The auto-build can be specified at the build options tab.
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
ev/
but you can use Pydev by itself without any problems... (you can see
the difference between both at:
http://fabioz.com/pydev/manual_adv_features.html )
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
e other solutions, but those 2 seem more appealing to me -- coming from a java background).
I believe you'd be able to keep that structure and play with the pythonpath if you wanted, but it could be too brittle in the end, and lead to hard-to-discover problems.Cheers,Fabio
--
http://mail.python.org/mailman/listinfo/python-list
Actually, if you use the pydev extensions plugin for Eclipse (http://www.fabioz.com/pydev), it would make that analysis for you (and is actually quite fast).Cheers,
FabioOn 21 Apr 2006 15:18:05 -0700, mwt <[EMAIL PROTECTED]> wrote:
When I'm rewriting code (cutting and pasting pieces from earliermod
y 1 public class in the top-level, but you can have other non-public top-level classes, and jython does not share that restriction.
abcd wrote:> the error i get when i run the exec is, "java.lang.ClassFormatError
"...>Could you post the examples you're using? In a simple test
---
PyDev is a plugin that enables users to use Eclipse for Python and
Jython development -- making Eclipse a first class Python IDE -- It
comes with many goodies such as code completion, syntax highlighting,
syntax analysis, refactor, debug and many others.
Hi James,Take a look at: http://wiki.python.org/moin/IntegratedDevelopmentEnvironmentsCheers,Fabiop.s. I'd reccomend Pydev + Pydev Extensions -- Has debugger, code-analysis, refactoring, code-completion, and all the other niceties you'd expect from an IDE.
On 24 Apr 2006 17:34:12 -0700, Just call
Have you checked: http://wiki.python.org/moin/IntegratedDevelopmentEnvironments
I like pydev (for Eclipse), but as I also develop it I might be a
little biased, so, I'd reccomend checking it and taking your own
conclusions.
-- FabioOn 5 May 2006 08:28:00 -0700, Saurabh Sardeshpande <[EMAIL PROTEC
Check http://wiki.python.org/moin/IntegratedDevelopmentEnvironments.
I'd reccommend pydev (http://pydev.sf.net) or the pydev extensions if
you're willing to spend some bucks (http://www.fabioz.com/pydev).
-- FabioOn 5/9/06, DeepBlue <[EMAIL PROTECTED]> wrote:
Hi all,Can any one please recommend m
d http://pyguiunit.sourceforge.net/ -- it is for PyQt, but can probably be adapted for other GUIs.
-- Fabio
--
http://mail.python.org/mailman/listinfo/python-list
Hi Mark,On 5/18/06, Mark Geyzer <[EMAIL PROTECTED]> wrote:
Fabio, thank you for your response, but I'm afraid that you
misunderstood me - probably, I was not too clear. I do no test GUI - on
the contrary, I am testing a HW interface. What I do need is a GUI
equivalent of the TextTestRu
lipse a first class Python IDE -- It
comes with many goodies such as code completion, syntax highlighting,
syntax analysis, refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulatio
, refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Software
http://www.esss.com.br
Pydev Extensions
http://www.fabioz.com/pydev
Pydev - Python Development Enviroment f
hon IDE -- It
comes with many goodies such as code completion, syntax highlighting,
syntax analysis, refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Soft
ing,
syntax analysis, refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Software
http://www.esss.com.br
Pydev Extensions
http://www.fabioz.com/pydev
Pydev - Python De
lugin that enables users to use Eclipse for Python and
Jython development -- making Eclipse a first class Python IDE -- It
comes with many goodies such as code completion, syntax highlighting,
syntax analysis, refactor, debug and many others.
Cheers,
--
Fabi
It's an eclipse bug in 3.3.1.1: see:
http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/msg28728.html
and the follow up:
http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/msg28733.html
(until then you can use the pydev package explorer / project
explorer).
Cheers,
Fabio
O
?
---
PyDev is a plugin that enables users to use Eclipse for Python and
Jython development -- making Eclipse a first class Python IDE -- It
comes with many goodies such as code completion, syntax highlighting,
syntax analysis, refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
.
Cheers,
--
Fabio Zadrozny
--
Software Developer
Aptana
http://aptana.com/python
Pydev Extensions
http://www.fabioz.com/pydev
Pydev - Python Development Enviroment for Eclipse
http://pydev.sf.net
http://pydev.blogspot.com
--
http://mail.python.o
quot;C:\temp\work\test\src\a.py", line 3, in
print eval('all((x == y for x in ar))', global_vars, local_vars)
File "", line 1, in
File "", line 1, in
NameError: global name 'y' is not defined
Note that if a list is used instead of a generator it works...
Thanks,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
On Tue, Jan 27, 2009 at 9:51 PM, James Mills
wrote:
> On Wed, Jan 28, 2009 at 9:31 AM, Fabio Zadrozny wrote:
>> Anyone knows why the code below gives an error?
>>
>> global_vars = {}
>> local_vars = {'ar':["foo", "bar"], 'y&
frame.f_locals,
frame.f_locals) wouldn't work as expected in my actual case... (and I
can't force the frame.f_globals and frame.f_locals to be the same)
Thanks,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
__ is overridden too).
Thanks,
Fabio
p.s. I've discovered this while trying to debug a real-world
application and the debugger stopped working after making that
deepcopy.
fast_tests2.py
Description: Binary data
--
http://mail.python.org/mailman/listinfo/python-list
ev is a plugin that enables users to use Eclipse for Python and
Jython development -- making Eclipse a first class Python IDE -- It
comes with many goodies such as code completion, syntax highlighting,
syntax analysis, refactor, debug and many others.
Cheers,
--
Fabio Zad
t IDE of choice is a way too subjective thing to
have only one answer. Take a look at
http://wiki.python.org/moin/IntegratedDevelopmentEnvironments and take
your own conclusions...
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
related to that:
http://blogs.nuxeo.com/sections/blogs/julien_anguenot/2006_09_15_switching-from-emacs-to-pydev
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
h emacs and eclipse have
-- and until now, living within Eclipse has been a pleasant journey to
me ;-)
Also, as I said in the other post, choosing where you'll develop it's
a highly subjective thing, so, the right thing to do is look the
options, try them and decide for yourself.
> I do th
ydev.sourceforge.net/console.html
http://fabioz.com/pydev/manual_adv_interactive_console.html
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
that if they
had Pydev installed they'd have auto-indent without any problems (I
can assure you that auto-indent is a feature that received a lot of
attention in Pydev).
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
g and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
Aptana
http://aptana.com/python
Pydev Extensions
http://www.fabioz.com/pydev
Pydev - Python Development Enviroment for Eclipse
http://pydev.sf.net
http://pydev.blogspot.com
--
debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
Aptana
http://aptana.com/python
Pydev Extensions
http://www.fabioz.com/pydev
Pydev - Python Development Enviroment for Eclipse
http://pydev.sf.net
http://pydev.blogs
_101_root.html
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
g_id=4268986
https://sourceforge.net/mailarchive/forum.php?thread_name=47347f490810251544k2794aeeak175ac23c4c57fbf3%40mail.gmail.com&forum_name=pydev-users
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
> I have tried all of those things (on Linux), but without success. Has anyone
> tried
> this under Linux?
>
Have you asked on CDT? (the basic idea is that python behaves as a
regular program launched, so, that should be something straightforward
to do).
Cheers,
Fabio
--
http://mai
use Eclipse for Python and
Jython development -- making Eclipse a first class Python IDE -- It
comes with many goodies such as code completion, syntax highlighting,
syntax analysis, refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
that mode, select "Autocomplete on all letters"
in windows > preferences > pydev > editor > code completion)
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
f it doesn't work for you, please report a bug (saying which are the
specific versions of eclipse/pydev you're using. See:
http://pydev.sourceforge.net/faq.html#how_do_i_report_a_bug )
Thanks,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
th 3.0? (couldn't find any related bug
report on that).
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
t; get the source there, but is not a problem).
No need... I can probably reproduce it easily here. I've added the bug
report (should be fixed for the next release:
https://sourceforge.net/tracker/?func=detail&aid=2713178&group_id=85796&atid=577329
)
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
...
>>> ... ... ... ...
>>> "\'" ... "\"" ...
>>> "\'\'\'" ... "\"\"\"" ... "\'" ... "\"" ... "\'\'\'" ...
>>> "\"\"\"" ...
>>>
>>> Can I assume pydev is wrong or am I missing something?
>>
Tthis has already been fixed for 1.4.5 (provided you set your project
as python 3.0). You can get the nightly and check it (as that should
be the released version:
http://pydev.blogspot.com/2009/03/new-pydev-release-soon-call-for-testers.html
)
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
es.
>
> (I don't use either notepad++ or pydev, but most editors I have used or
> written can be configured to use spaces)
>
Just as a note, both notepad++ and pydev do support using spaces for tabs.
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
Eclipse a first class Python IDE -- It
comes with many goodies such as code completion, syntax highlighting,
syntax analysis, refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
Aptana
http://aptana.com/python
> I want to start learning python and not wanna waste my time learning
> python 2.x ,so i need your advise to what IDE to use for python 3.0.1
>
Pydev supports Python 2.x and 3.x.
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
ly say that rewriting from java to
python will make it faster... if it becomes faster it's because you
used better algorithms).
Anyways, a program is usually faster/slower because of your choice of
program structure and algorithms and not because of the speed of the
language anyways.
Cheers
ode completion, syntax highlighting,
syntax analysis, refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
Aptana
http://aptana.com/python
Pydev Extensions
http://www.fabioz.com/pydev
Pydev - Python Development
Python IDE -- It
comes with many goodies such as code completion, syntax highlighting,
syntax analysis, refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Software
http
is a plugin that enables users to use Eclipse for Python and
Jython development -- making Eclipse a first class Python IDE -- It
comes with many goodies such as code completion, syntax highlighting,
syntax analysis, refactor, debug and many others.
on how
to configure that (look for forced builtins).
Cheers,
Fabio
On 7/4/08, RossGK <[EMAIL PROTECTED]> wrote:
>
>
> I've been using pydev for a short while successfully, and Django with
> postgresql as well. psycopg2 is part of that behind the scenes I would
> imagine, to mak
#x27;, I'm sure there's more than
one plugin that can give that to you within Eclipse (search google for
eclipse database plugins) -- I haven't used any of those, so, I can't really
comment on them.
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
dd them in the mySQL database. Any sugestions for both
questions? Thanks in advance.
Best regards,
Fabio Oikawa
--
http://mail.python.org/mailman/listinfo/python-list
2008/8/1 Tim Rowe <[EMAIL PROTECTED]>
> 2008/7/21 Krishnakant Mane <[EMAIL PROTECTED]>:
>
> > First off all c# is absolute rubbish waist of time.
>
> What a pity others are joining in this pointless language flame-war.
>
> Look, I recently had to write a script for manipulating some data; I
> stru
d Jython
development -- making Eclipse a first class Python IDE -- It comes with many
goodies such as code completion, syntax highlighting, syntax analysis,
refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
ESSS - En
edo.com/videos/video?name=PydevEclipseFabio&fromSeriesID=8which
goes from configuring Pydev to debugging source code) and Pydev
Extensions can be used for remote debugging (
http://fabioz.com/pydev/manual_adv_remote_debugger.html )
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
e instructions to install Pydev at
http://fabioz.com/pydev/manual_101_install.html
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
201 - 300 of 391 matches
Mail list logo