Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.3 KB

index.md

File metadata and controls

25 lines (21 loc) · 1.3 KB
layout root permalink
lesson
.
index.html

The Internet and the World-Wide Web have been an integral part of our lives for many years now. Increasingly, however, it is also being used to expose systems that you can interact with programmatically, via web-based Application Programming Interfaces (APIs). Many such APIs offer data that can form the basis of useful data science.

In this lesson, we will introduce enough about how the Web works to be able to take advantage of these APIs, and then we will learn how to interact with web-based APIs.

Prerequisites

In this lesson we will make a little use of the Unix shell, and will work more heavily with the Python programming language. If you are unfamiliar with either of these, we would recommend you review the [Software Carpentry][swc] lessons on [the Unix Shell][shell-novice] (episodes 1–3 will provide sufficient background) and [programming in Python][python-novice-inflammation]. {: .prereq}

{% include links.md %} [python-novice-inflammation]: https://swcarpentry.github.io/python-novice-inflammation [shell-novice]: https://swcarpentry.github.io/shell-novice [swc]: https://software-carpentry.org