Skip to main content\(
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
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.