I think many python developers don't need such an IDE actually. Just
like Ruby guys, they use a powerful editor, for example, Textmate,
instead of all-in-one IDE. It's quick and direct.
On 8/21/07, Joel Andres Granados <[EMAIL PROTECTED]> wrote:
> Hello list:
>
> I have tried various times to use
Thanks a lot.
Because I found a solution about static method from
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52304
And that's a little bit difficult to understand.
# direct, naive approach -- doesn't work...:
class Class1:
def static1(name):
print "Hello",name
# ...but no
I think Python uses a very strange way to define static method in a
class. Why not make it like this?
class MyClass:
def my_static_method(self):
# self should be None as it's a static method
# just ignore self
I'm a newcomer so maybe it's quite naive. But I just wonder why it
I know py2exe can make an exe file. But python runtime dll is still
there. How can I combine the dll file into the exe, just make one
file?
Thanks.
--
http://mail.python.org/mailman/listinfo/python-list
Connection Pool is necessary in web applications with Java and JDBC.
So does python have something like that?
Thanks.
--
http://mail.python.org/mailman/listinfo/python-list
A lot of application based on python claim that python 2.3 or 2.4 is
needed not 2.5, ie. mysqldb. I've been using python for months. I
don't care about 2.4 or 2.5. But I like the default icons of python in
2.5. So I just use that, but some scripts can't work on that.
When will all these applicatio