Progress Checkpoint
Learn to Program, Third Edition — by Chris Pine (80 / 116)
👈 Movie Search | TOC | Chapter 13 Blocks and Procs 👉
In this chapter, you learned how to write programs that interact with other programs running somewhere else on the Internet. You learned what APIs are, how to explore them, how to use them, and how to use them respectfully.
In the next two chapters, you’re going to get a bit more nerdy and abstract and focus on increasing your power and expressivity as a programmer. You’ll start by learning some advanced techniques, which will allow you to create your own iterators and control flow structures. It’s a level of expressivity that I, personally, couldn’t live without.
Footnotes
[1] https://official-joke-api.appspot.com/random_joke
[2] https://github.com/15Dkatz/official_joke_api
[3] https://opentdb.com/api_config.php
[4] http://open-notify.org/Open-Notify-API/ISS-Location-Now/
[5] http://api.open-notify.org/iss-now.json
Copyright © 2021, The Pragmatic Bookshelf.
👈 Movie Search | TOC | Chapter 13 Blocks and Procs 👉
Learn to Program, Third Edition by Chris Pine can be purchased in other book formats directly from the Pragmatic Programmers. If you notice a code error or formatting mistake, please let us know here so that we can fix it.