DBR> And as you said yourself:
DBR> """
DBR> Frankly speaking I would prefer to pay for your kind assistance
DBR> as it may take me to much time to learn some Python and understand the
DBR> following script.
DBR> """
DBR> Now, again: http://www.guru.com/ There you can get devlopers for
D
Shortash,
"S" == Shortash wrote:
S> I want to build a Python web app but im not sure which one to go for. I
S> prefer something like asp.Net , which would allow me to fully seperate
S> the presentation layer from the logic. Please advise?
Django? http://www.djangoproject.com
--
Andrey V K
Diez,
"DBR" == Diez B Roggisch wrote:
>> Up to my knowledge, there no way to test javascript but to fire up a
>> browser.
>>
>> So, you might check Selenium (http://www.openqa.org/selenium/) and its
>> python module.
DBR> No use in that, as to be remote-controlled by python, selenium must
John,
"J" == John wrote:
J> I have to write a spyder for a webpage that uses html + javascript. I
J> had it written using mechanize but the authors of the webpage now use a
J> lot of javascript. Mechanize can no longer do the job. Does anyone
J> know how I could automate my spyder to unders
Folks,
We release development preview snapshot of Py2Py code reformatter [1].
It is a byproduct of the PyBeast project aimed to create the python
mutation tester.
Now Py2Py code reformatter ignores all comments and 80-char line length
requirement. Nevertheless, it produces the same AST as the or