In this training, you will learn the basics of the Internet of Things. The first part is dedicated to an introduction and installation of Raspberry PI OS.

 The "Hello World" program : 

name = 'My name'
print(f'Hello {name}')
print('What is your name ?')
name = input()
print(f'welcome {name}')

 

0 comment

There are no comments yet.

Log in to leave a reply

Related posts

Internet of Things Training Part 2: Programming of Raspberry PI GPIO

13/2/2022

Internet of Things Training Part 3: ThingsBoard IoT platform

14/2/2022

Internet of Things Training Part 4: Personalized Dashboard with ThingsBoard

14/2/2022