![]() |
Table of Contents
PythonWeb Services Tool-kitsThere are many modules available for developing Web Services clients or servers available for Python 1). These fall into two broad categories:
A selection of modules commonly used to access Web Services are listed below. General PurposePython modules which implement Web Services technologies, for example:
Client LibrariesPurpose built libraries for a type of service or a specific service, for example:
BioPythonBioPython includes support for a number of bioinformatics Web Services, for example:
TutorialsPrerequisitesKnowledge of the following is required for these tutorials:
Web Services TutorialsTutorials on using a selection of popular Python modules to develop clients for Web Services:
Further Help
1)
Python - http://www.python.org/
2)
OpenSearch - http://www.opensearch.org/
3)
BioPython Bio.ExPASy - http://biopython.org/DIST/docs/tutorial/Tutorial.html#chapter:swiss_prot
4)
BioPython Bio.Entrez - http://biopython.org/DIST/docs/tutorial/Tutorial.html#chapter:entrez
5)
BioPython Bio.Blast.NCBIWWW - http://biopython.org/DIST/docs/tutorial/Tutorial.html#htoc76
6)
Extensible Markup Language (XML) - http://www.w3.org/XML/
7)
XML Schema - http://www.w3.org/XML/Schema
![]() |