PYTHON ❃Installation of python on computer :- you can download & install python exe file from python.org website.Link is given below. -- --- download python ---- ------------------------ ➧ python is easy to learn ,powerful programming language.It has efficient high-level data structures and simple but effective approach to object oriented programming.python's elegant syntax and dynamic typing ,together with it's interpreted nature,make it an ideal language for scripting and rapid application development in many platforms. ➧ The Python interpreter and the extensive standard library are freely available in source or binary form for all major platforms (windows,linux,mac os....... ) from python web site ,and may be freely distributed.The same site also contains distributions of and pointers...
Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board. What is a microcontroller? A microcontroller ( MCU for microcontroller unit ) is a small computer on a single metal-oxide-semiconductor (MOS) integrated circuit chip. In modern terminology, it is similar to, but less sophisticated than, a system on a chip (SoC); an SoC may include a microcontroller as one of its components. A micro-controller contains one or more CPUs ( processor cores ) along with memory and programmable input/output peripherals In the computers a...