Skip to main content

Section 15.8 Glossary

Glossary Glossary

API
Application Program Interface - A contract between applications that defines the patterns of interaction between two application components.
ElementTree
A Python library used to parse XML data.
JSON
JavaScript Object Notation. A format that allows for the markup of structured data based on the syntax of JavaScript Objects.
SOA
Service-Oriented Architecture. When an application is made of components connected across a network.
XML
eXtensible Markup Language. A format that allows for the markup of structured data.

Checkpoint 15.8.1.