Skip to content Skip to sidebar Skip to footer
Showing posts with the label Asp.net

Python, Authentication Not Recognised - Urllib2, Requests, Asp.net

Though I'm not particularly advanced at any of this, I've had some past success in using ur… Read more Python, Authentication Not Recognised - Urllib2, Requests, Asp.net

Screenscaping Aspx With Python Mechanize - Javascript Form Submission

I'm trying to scrape UK Food Ratings Agency data aspx seach results pages (e.,g http://ratings.… Read more Screenscaping Aspx With Python Mechanize - Javascript Form Submission

Ironpython Integration With C#/ .net

So I'm trying to develop this application that will get a captcha image from an website and try… Read more Ironpython Integration With C#/ .net

Code Coverage Percentage In Unit Testing

I have a class, having 3 methods(in python) . class MyClass: def A(self): ....... … Read more Code Coverage Percentage In Unit Testing