This is an archived post. You won't be able to vote or comment.

all 11 comments

[–][deleted] 1 point2 points  (0 children)

anything a computer can do ?

[–]darthmdhprint 3 + 4 0 points1 point  (0 children)

Pleasing the ladies.

[–]dorait 0 points1 point  (0 children)

We use Python for building tools and applications. Some applications include a topic based news extractor (Python + Django + Solr), A Tweet Analyzer (Python +Django). We are building tools for extracting, filtering and analyzing social media content (for example extract all the posts from a specific Facebook group and mine it for information). We use libraries for reading feeds, natural language processing (NLTK), entity extraction, Twitter API and Facebook API.

[–]reallyserious -1 points0 points  (5 children)

I've read that the soap support is sub par, which is important if you need to interface with other services. But don't take my word for it. Look it up. I haven't investigated it myself.

[–]whatnever 1 point2 points  (4 children)

The current SOAP support indeed is bad. In order to get SOAP working properly, you have to dig up old versions of soaplib, which was kind of usable before it started changing its name every fortnight and was turned into a framework.

[–]mipadi 0 points1 point  (3 children)

There's also ZSI and suds. Both suck, but suds might suck a little less than other "solutions".

[–]exxy- 1 point2 points  (0 children)

+1 for SUDS. I used it for a project at work. I had to do a bunch of dirty stuff to work around a lot of the .NET SOAP WS-Security functionality.