• Post category:StudyBullet-17
  • Reading time:10 mins read

IoT#1: Python Basics for IoT
Learn all the concepts in Python that we will be using later in IoT. This part is purely on Python.

What you will learn

Learn about the exciting field of IoT with Python programming.

Learn Why Python, Python Setup, Python shell

Learn Python datatypes & variables, Functions in Python, Python Built-In Functions

Learn Operators, Control flow statements, Classes in Python, Data Structures in Python

Learn Exception Handling, Modules, Reading from and writing to Files, and Standard Python libraries

Description

Please note that There are four courses in this series. Β They are as follows:

1st Course: Python for IoT Tutorials

2nd Course: Advanced Python for IoT & IoT Based Data Analysis

3rd Course: IoT (Internet of Things) Automation with ESP8266

4th Course: IoT (Internet of Things) Automation using Raspberry Pi


Get Instant Notification of New Courses on our Telegram channel.


We are in the 1st course. This part will deal primarily with Python. It will teach all the concepts that will be required in our later courses on IoT. The Internet of Things (IoT) is a very big deal today in today’s technology driven world. For the development of an IoT solution, one would need a programming language which while being lightweight and scalable at the same time. One such is Python and we are going to learn how to implement the same with this training.

Learn about the exciting field of IoT with Python programming.

The training will include the following;

  • Why Python?
  • Python Setup
  • Python shell
  • Python datatypes & variables
  • Functions in Python
  • Python Built-In Functions
  • Operators
  • Control flow statements
  • Classes in Python
  • Data Structures in Python
  • Exception Handling
  • Modules
  • Reading from and writing to Files
  • Standard Python libraries

Learn about the exciting field of IoT with Python programming. Learn Why Python, Python Setup, Python shell. Learn Python datatypes & variables, Functions in Python, Python Built-In Functions. Learn Operators, Control flow statements, Classes in Python, Data Structures in Python. Learn Exception Handling, Modules, Reading from and writing to Files, and Standard Python libraries. This course is for all levels of Audience, Anybody who is interested in building IOT products.

English
language

Content

Introduction

Introduction to Python for IOT
Library Support in Python

Installation and Startup

How to Install and Startup IOT using Python
Simple Example of Python
Build in Function in Python

Variables and Datatype

Variables and Datatype in Python
Variables and Datatype in Python Continues

Operator

Operator in Python
Example of Arithmetic Operators
Example of Arithmetic Operators Continues
More on Operators

Default Parameters in Functions

Default Parameters in Functions
Default Parameters in Functions Continues

Examples on Arithmetic Operator and Functions

Calculating Area of Triangle using Arithmetic Operators
Calculate the Arithmetic Function
Example of Operators
Example of Operators Continues

Returning Multiple Values from Functions

Reverse of Number Example in Python
More on Reverse of Number Example in Python
More on Reverse of Number Example in Python Continues

Formatted Output

How to Create a Formatting String in Python
Example of Formatting String

Format Method

Format Methods
Format Methods Example

Comparison Operators and Statements

Comparison Operators in Python
Conditional Statements in Python
Logical Operators
Bitwise and Assignment Operators
Bitwise and Assignment Operators Example

Loop

Looping Statements – The While Loop
Examples on While Loop
Examples on While Loop Continues
For Loop
Example of For Loop
More on Looping Example

Strings in Python

Strings in Python
Working with Strings in Python

Lists in Python

Data Structures in Python
Data Structures in Python Continues

Examples on lists

Python Lists
Examples on Python Lists
More on Python Lists

Sets in Python

Sets in Python
Dictionaries in Python
Tuples in Python

OOP in Python

OOP in Python
Example of OOP

Packages and Modules

More on Packages and Modules
More on Packages and Modules Continues
Standard Packages in Python

Packages and OOP Example

OOP Example
Packages Example
Packages Example Continues

Dictionaries and Packages

More on Dictionaries and packages
List Comprehensions
Argument packing and Unpacking
Argument packing and Unpacking Continues

Global and Local Variables

Global and Local Variables
Examples on Global and Local Variables
Concept of Inheritance

Decorators

Decorators in Python
Defining a New Function
Function as an Object
Importing Math Module
Returning Functions
Function of Polynomial Creator
Defining Function Decorator
Use Cases for Decorators
Overview on Blink App
Connecting Nodemcu and Programming
Decorators with Parameters
Elements in Decorators

Reading From a File

File Management
Opening A File
Writing into a File