Quote Originally Posted by Flareboy323 View Post
Do you make your bots in Python? Everyone on LG seemed to have some fetish for using .NET languages, and I didn't quite understand why. I don't like Visual Basic much, but that's just me I guess. Can python interact with the web easily? I know with C++ you need things like cURL, that make it annoying and hard to do (At least, for someone as inexperienced as me.)
I make my bots in any language fit for the task (or what I choose for that matter). These mainly include: Python, Perl, Lua, AutoIt, and Delphi. On the occasion, C#.

And yes, LG were huge .NET fanboys at one point. Artificial converted most of them to the Python side. And yes, Python can interact with the web quite easily as it has tons of libraries for that sort of thing. urllib2, cURL (Python has a curl binding), requests, and more.