GlobalLogic PYTHON/JAVA positions

2011-12-16 Thread Richa Sinha
Hi All , Trust you doing well.. GlobalLogic is looking for highly skilled *Python Developers/Sr.Developers* , *JAVA DEVELOPERS/Sr. Developers* for one of our strategic engagements with * GOOGLE. * Following are the details: > >> *Python Developer(s)/Sr. Developers* >> >> >> >> Experience: 1-5

AIML, Python, Java

2007-07-04 Thread Boris Ozegovic
Hi I have a chatterbot written in AIML. I am using PyAIML, and HTTP server as a mediator between user and PyAIML. Server calls PyAIML, and sends the result string to the sensor network which is written in Java; and in the end, server returns value from Java method. Can I somehow call Java metho

Re: python & java

2007-03-20 Thread Diez B. Roggisch
sandeep patil wrote: > hi > > i am fresher i python can any bady tell me who i will use python in > web technologies in java base application. > what it roll No idea where who rolls to whom, but you should check out jython: http://www.jython.org/ Diez -- http://mail.python.org/mailman/listinf

Re: Re: python & java

2007-03-20 Thread rishi pathak
Jython is written in pure java. You can use java classes inside python and also can use python classes inside java You can write applets too in python using jython. It converts your python code in java code. On 20 Mar 2007 10:06:00 -, sandeep patil <[EMAIL PROTECTED]> wrote: what diff be

Re: python & java

2007-03-20 Thread rishi pathak
See www.*jython*.org On 20 Mar 2007 02:23:07 -0700, sandeep patil <[EMAIL PROTECTED]> wrote: hi i am fresher i python can any bady tell me who i will use python in web technologies in java base application. what it roll sandeep patil -- http://mail.python.org/mailman/listinfo/python-list

python & java

2007-03-20 Thread sandeep patil
hi i am fresher i python can any bady tell me who i will use python in web technologies in java base application. what it roll sandeep patil -- http://mail.python.org/mailman/listinfo/python-list

Re: Python + Java Integration

2006-08-27 Thread Steve Holden
Chas Emerick wrote: > On Aug 23, 2006, at 11:50 AM, Ben Sizer wrote: [...] > > I was having a discussion with a friend of mine recently, where I told > him how depressed I became for a period after I realized that sales, > marketing, and perception are all that really matter in this kooky > tec

Re: Python + Java Integration

2006-08-27 Thread Steve Holden
Fredrik Lundh wrote: > Ben Sizer wrote: > > >>Java itself never deserved to be the 'next' anything anyway. > > > I've had a lot of developers come up to me and > say, "I haven't had this much fun in a long time. > It sure beats writing Cobol" -- James Gosling > > > "Java is Objec

Re: Python + Java Integration

2006-08-24 Thread Paul Boddie
Fredrik Lundh wrote: > Ben Sizer wrote: > > > Java itself never deserved to be the 'next' anything anyway. > > I've had a lot of developers come up to me and > say, "I haven't had this much fun in a long time. > It sure beats writing Cobol" -- James Gosling Nice quote! It also reinforc

Re: Python + Java Integration

2006-08-23 Thread Fredrik Lundh
Ben Sizer wrote: > Java itself never deserved to be the 'next' anything anyway. I've had a lot of developers come up to me and say, "I haven't had this much fun in a long time. It sure beats writing Cobol" -- James Gosling -- http://mail.python.org/mailman/listinfo/python-list

Re: Python + Java Integration

2006-08-23 Thread Chas Emerick
On Aug 23, 2006, at 12:30 PM, Diez wrote: - ruby has no notion of java-library support. So if anything lures java developers from J2EE-land to rails, its the framework itself. Which, by my standards, is at least met if not excelled by TurboGears and Django. So it's marketing, but of a different kin

Re: Python + Java Integration

2006-08-23 Thread Chas Emerick
On Aug 23, 2006, at 11:50 AM, Ben Sizer wrote:Chas Emerick wrote: There is no doubt that Ruby's success is a concern for anyone who sees it as diminishing Python's status.  One of the reasons for Ruby's success is certainly the notion (originally advocated by Bruce Tate, if I'm not mistaken) that i

Re: Python + Java Integration

2006-08-23 Thread hiaips
> Java itself never deserved to be the 'next' anything anyway. It was > sold on hype and has never lived up to it. I can see your point from a > business perspective but I like to think Python is sold on its merits > and not on being the new panacea for middle managers to deploy. Bravo. I could

Re: Python + Java Integration

2006-08-23 Thread Diez B. Roggisch
Chas Emerick wrote: > This may seem like it's coming out of left field for a minute, but > bear with me. > > There is no doubt that Ruby's success is a concern for anyone who > sees it as diminishing Python's status. One of the reasons for > Ruby's success is certainly the notion (originally adv

Re: Python + Java Integration

2006-08-23 Thread Ben Sizer
Chas Emerick wrote: > There is no doubt that Ruby's success is a concern for anyone who > sees it as diminishing Python's status. One of the reasons for > Ruby's success is certainly the notion (originally advocated by Bruce > Tate, if I'm not mistaken) that it is the "next Java" -- the language >

Python + Java Integration

2006-08-23 Thread Chas Emerick
This may seem like it's coming out of left field for a minute, but bear with me. There is no doubt that Ruby's success is a concern for anyone who sees it as diminishing Python's status. One of the reasons for Ruby's success is certainly the notion (originally advocated by Bruce Tate, if

Re: UML to Python/Java code generation

2005-06-21 Thread Philippe C. Martin
Try this: http://uml.sourceforge.net/index.php Regards, Philippe Maurice LING wrote: > Hi, > > Is there any UML tools that is able to take UML and generate Python codes? > > Cheers > Maurice -- http://mail.python.org/mailman/listinfo/python-list

Re: UML to Python/Java code generation

2005-06-21 Thread Mike P.
"Magnus Lycka" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > James wrote: > > The brain may be fine for generating Python from UML but it is MANY > > MANY orders of magnitude harder to generate UML from code with just > > your brain than using a tool (usually zero effort and error

Re: UML to Python/Java code generation

2005-06-20 Thread Magnus Lycka
James wrote: > The brain may be fine for generating Python from UML but it is MANY > MANY orders of magnitude harder to generate UML from code with just > your brain than using a tool (usually zero effort and error free) no > matter how good you are at Python. I've really only used Rational Rose,

Re: UML to Python/Java code generation

2005-06-17 Thread James
Peter Dembinski wrote: > "Grigoris Tsolakidis" <[EMAIL PROTECTED]> writes: > > > There is tool to generate UML from Python Code... > > The best is human brain. No! It isn't. In fact, it's the worst. The brain may be fine for generating Python from UML but it is MANY MANY orders of magnitude harde

Re: UML to Python/Java code generation

2005-06-17 Thread Peter Dembinski
"Grigoris Tsolakidis" <[EMAIL PROTECTED]> writes: > There is tool to generate UML from Python Code... The best is human brain. -- http://mail.python.org/mailman/listinfo/python-list

Re: UML to Python/Java code generation

2005-06-16 Thread Maurice LING
Thanks James. I've googled a few times and it is always tools that generates UML from Python codes that comes up in the top hits, which brings me to wonder if there is something that does the opposite. maurice James wrote: >>Is there any UML tools that is able to take UML and generate Python co

Re: UML to Python/Java code generation

2005-06-16 Thread James
> Is there any UML tools that is able to take UML and generate Python codes? Dia2code generates Python from UML. Boa Constructor generates UML from Python. PyUt. Object Domain's UML Tool (Commercial) You need to use Google. -- http://mail.python.org/mailman/listinfo/python-list

Re: UML to Python/Java code generation

2005-06-16 Thread Paul McGuire
Enterprise Architect (http://www.sparxsystems.com.au/) supports an add-in that will generate Python from UML diagrams. Once you install EA, follow the instructions for adding the Python technology resource, which is a free download from the EA website. Will also generate UML from Python source.

Re: UML to Python/Java code generation

2005-06-16 Thread Grigoris Tsolakidis
There is tool to generate UML from Python Code... "Maurice LING" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Is there any UML tools that is able to take UML and generate Python codes? > > Cheers > Maurice -- http://mail.python.org/mailman/listinfo/python-list

UML to Python/Java code generation

2005-06-15 Thread Maurice LING
Hi, Is there any UML tools that is able to take UML and generate Python codes? Cheers Maurice -- http://mail.python.org/mailman/listinfo/python-list

Dive into Python java equivalent

2005-05-13 Thread Luis P. Mendes
Hi, do you know if is there any 'Dive into Python' equivalent for the java language? DiP is the best I've seen and I would need to learn some basics of Java and also ways to interact between the two languages. (I'm already aware of Jpype and Jython) Luis -- http://mail.python.org/mailman/lis