Re: Newbie Here



Not sure what you mean Unix related stuff. Anything can be.

I use Python as a general purpose language. Python is good for most
things I do.
Recently I used it for Web Applications (CherryPy), Search Engines
(Lupy, PyLucene), Middleware (Ice), Swing GUIs (Jython), data
transformations etc.

.



Relevant Pages

  • Re: Python v PHP: fair comparison?
    ... php is only for web. ... Python is a general purpose language and it can be ... I don't think it is any easier than python. ... There are thousands of php developers out there. ...
    (comp.lang.python)
  • Re: Python and Jython are kinda different
    ... > I guess I haven't used Jython enough to know what's going on here. ... CPython, I can use the recipe from ASPN: ... > Can't say I agree here, probably because I don't much care about Java;) ... > for your average Python application, it hardly enters into the picture. ...
    (comp.lang.python)
  • Re: Python Oddity - print a reserved name
    ... I think that, while you're right for CPython, other Python ... Since Jython regularly accesses attributes on ... the same problem, how it's met in various interfaces to XML-RPC, COM, ... Given how pervasive this problem is, I do recall some ruminations about ...
    (comp.lang.python)
  • Re: Jython, GILs and object locking.
    ... > Reference counters are being changed almost everywhere in Python, ... > the language CPython (Jython has already these problems). ...
    (comp.lang.python)
  • Re: why python is slower than java?
    ... Come to think of it, yes, "Python, The Complete Reference", "Programming ... > It's quite possible that Java programmers console themselves ... Jython, as I know, wraps each Python objects in a Java class. ...
    (comp.lang.python)