Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Raspberry Pi Embedded Projects Hotshot
  • Toc
  • feedback
Raspberry Pi Embedded Projects Hotshot

Raspberry Pi Embedded Projects Hotshot

By : Sai Yamanoor, Srihari Yamanoor
close
Raspberry Pi Embedded Projects Hotshot

Raspberry Pi Embedded Projects Hotshot

By: Sai Yamanoor, Srihari Yamanoor

Overview of this book

This book is targeted towards beginners and intermediate designers of mechatronic systems and embedded system design. Some familiarity with the Raspberry Pi and Python programming is preferred but not required.
Table of Contents (15 chapters)
close
14
Index

Improving your vocabulary using the Raspberry Pi

As an example of self-improvement using the Raspberry Pi, we will implement an example that retrieves the word of the day using the Wordnik API (https://www.wordnik.com/).

Prepare for lift off

We need to install the Wordnik Python client (distributed under the Apache License) available as a Python package:

sudo pip install wordnik

The next step is to obtain an API key to make use of the API. This can be obtained by registering for an account with Wordnik and requesting an API key (http://developer.wordnik.com/).

Once the installation is complete, it is time to review the example.

Note

The Wordnik API is merely being demonstrated as an example. Refer to the API terms of agreement to determine how the API can be used in a commercial application.

Engage thrusters

  1. Let's review an example that fetches the word of the day using the Wordnik API. The first step is to import the Wordnik Python client:
    from wordnik import *
  2. The next step is to create a...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete