[DATA SCIENCE WITH RASPBERRY PI] BASIC PYTHON AND LIBRARIES FOR DATA SCIENCE
1. Data type In this part, we will introduce a few data type that will be used in our tutorial. Data type is a particular kind of data which will define the types of values that can be set into data. Most programming languages support…
[DATA SCIENCE WITH RASPBERRY PI] RASPBERRY PI FOR DATA SCIENCE
In this instruction, we assume that you are able to set up your Raspberry Pi and put it into work. If you’re a fresh start newbie, you should look for the way to set up the Raspberry Pi and then come back. Throughout the…
[DATA SCIENCE WITH RASPBERRY PI] INTRODUCTION TO DATA SCIENCE
1. What is data science? Why data science? a. What is data science? Data science is a combination of data inference, algorithm development, and technology in order to solve analytically complex real-life problems. For instance, Netflix uses data science in order to find out the patterns…
LESSON 04: setup() and loop()
The commands in setup () will be going to run when your program starts. You can use it to declare variable of values, libraries, set the parameters, and etc. Introduction After setup () completed, the commands in loop () are run. They will repeat continuously…