Hi All,
Currently we are looking for candidates who are experienced Python
Developer to join our centre in Cochin.
If you are interested to explore this career opportunity, please send
your resume for further discussions with us.
See the Job descriptions below:
Python Development Engineer:
Requ
> One query is ready but need to convert it into SQLAlchmey.
> Here is the query (it's working fine):
>
> # select * from distributions inner join (select * from comments where
> # comments.id in (select max(comments.id) as id from comments group by
> # comments.distribution_id)) a on dist
> I am just curious , and do not intend to start any flame wars.
> If a company wants to use python in a commercial project and does not want
> the source code to go public (i.e closed source ).
> How would one go about packaging the python project.
>
> Also as i see it, java too generates byte cod
> I have a lenny serverr with python2.5.x - recently setup virtualenv with
> python 2.6. I was trying to install PIL, and whether I use easy_install or use
> setup.py, I get the same error. The error message is a bit long, but maybe it
> will help to figure out what is wrong:
>
> (env)law...@au-kbc
On Fri, Nov 6, 2009 at 7:13 AM, sudhakar s wrote:
> Can any one suggest me how to write WSDL from python,
> or is there any way to generate a WSDL from Python.
ZSI (http://pywebsvcs.sourceforge.net/zsi.html) comes with a script
'wsdl2py' and this can be used for
automatically generating client