Im letzten Artikel habe ich über meinen Einstieg in Python geschrieben, und nun steig ich auch gleichmal etwas tiefer in die Thematik ein.
In diesem Beitrag stelle ich erstmal eine Linksammlung zum Thema "Netzwerkprogrammierung mit Python" vor.
Hintergrund ist der, dass ich gerade dabei bin, eine Art Datensammler mit Python zu entwickeln, und mich dabei natürlich auf schon vorhandene Bibliotheken bzw. Tools stütze. Noch bin ich mir nicht sicher, welches der vielen Frameworks und Bibliotheken zu meinem Projekt paßt, deshalb hier erstmal eine recht breite Auswahl an Infos zum Thema.
Grundlagen
http://diveintopython.org/http_web_services/index.html
SOAP Handling in Python
http://diveintopython.org/soap_web_services/index.html
ZSI
http://www.mutschler-net.de/htmlout/htmlout/node17.html
http://www.mutschler-net.de/htmlout/htmlout/PythonSoapTut.html
http://plone.org/documentation/kb/import-soap-client-object
Twisted Framework
http://twistedmatrix.com/trac/
http://twistedmatrix.com/documents/current/web/howto/xmlrpc.html#auto4
http://www.linux-magazin.de/Heft-Abo/Ausgaben/2006/01/Der-richtige-Dreh
http://jessenoller.com/2009/02/11/twisted-hello-asynchronous-programming/
http://docs.huihoo.com/python/twisted/howto/async.html
http://www.artima.com/weblogs/viewpost.jsp?thread=230001
http://jcalderone.livejournal.com/24285.html
Concurrence
http://opensource.hyves.org/concurrence/
Asyncore
http://docs.python.org/library/asyncore.html
SOAPPy
http://users.skynet.be/pascalbotte/rcx-ws-doc/python.htm
Webservices in Python
http://www.ibm.com/developerworks/xml/library/ws-pyth13/
http://pywebsvcs.sourceforge.net/
Scala vs. PYthon Benchmark
http://brizzled.clapper.org/id/88


Kommentar hinzufügen