| |
| | Chapter 13. Biopython, continued |
 | | One of the reasons there are so many parsers available is that Biopython relies on Martel (by Andrew Dalke), a scanner generator. |
 | | For this purpose, we will build a simple parser for the Enzyme database, that is only able to store the enzyme ID and the references of an entry to other databases. |
 | | In Biopython, parsing is often organized according to an event/callback model, one component, often called the scanner, generating parsing events when encountering a tag, and another component, often called the consumer, receiving and handling these events. |
| www.pasteur.fr /recherche/unites/sis/formation/python/ch13.html (1149 words) |
|