Reader small image

You're reading from  Practical Python Programming for IoT

Product typeBook
Published inNov 2020
Reading LevelIntermediate
PublisherPackt
ISBN-139781838982461
Edition1st Edition
Languages
Right arrow

JavaScript imports

We see in the following, on line (1), that we import the jQuery library that is contained in the static folder:

<!-- chapter03/templates/index_api_client.html -->
<!DOCTYPE html>
<html>
<head>
<title>Flask Restful API Example</title>
<script src="/static/jquery.min.js"></script> <!--(1)-->
<script type="text/javascript">

Next, we will start to cover the JavaScript functions in the file.

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Practical Python Programming for IoT
Published in: Nov 2020Publisher: PacktISBN-13: 9781838982461