Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Python:-

Python is a wonderful and powerful programming language that's easy to use (easy to read and write)
and with Raspberry Pi lets you connect your project to the real world. The easiest introduction to Python
is through IDLE, a Python development environment. We are using python shell 3 because raspberry
pi is easy to program through python and it is readily available in Raspbian OS. Python is an easy to
learn, powerful programming language. It has efficient high-level data structures and a simple but
effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing,
together with its interpreted nature, make it an ideal language for scripting and rapid application
development in many areas on most platforms.
The Python interpreter is easily extended with new functions and data types implemented in C or C++
(or other languages callable from C). Python is also suitable as an extension language for customizable
applications.
Why use
Python is a wonderful and powerful programming language that's easy to use (easy to read and write)
and with Raspberry Pi lets you connect your project to the real world. We are using python as our
programming language on Raspberry Pi side which will act as a client to provide connectivity with our
server and to send our image data to the server side for authenticating and storing purpose.

You might also like