Tag: Python

Introduction to the Python programming language

The first article on teaching the Python programming language, which is the official language of the Raspberry Pi. About Python As I wrote above – Python is the official programming language of the Raspberry Pi. It is known for its two unique characteristics: cross-platform compatibility and easy-to-understand syntax. Unlike low-level languages ​​such as C and …


Arduino Python: programming the board in Python

A material on the basics of interaction between Arduino boards and the Python programming language. Introduction Almost all projects that you have to work on need to be able to communicate with the Arduino and, fortunately, it can communicate via a serial port. What’s more interesting is that almost any programming language can be used …


Python software for Arduino RFID

HK RFID Monitor is a Python based software for RFID modules. The monitor reads the data coming into the COM port and displays it on your laptop screen. Components Hardware components Arduino UNO × 1 USB cable × 1 Software The data used in this project is student IDs, names and numbers coming from a …


Installing PyScripter to work with different Python versions

Installing and getting to know the new PyScripter IDE for use with the Python 2.7.1 or Python 3.8 programming language. This is a small beginner’s guide. We will be working in the Windows operating system. Find out the Windows version Before installing Python, we have to clarify the Windows version – 64-bit or 32-bit. You …


How to learn the Python programming language?

Consider how to learn a high-level programming language Python, books for learning Python, which version to choose. Who uses Python Python or “Python” is a general-purpose high-level programming language designed to improve developer productivity and code readability. The Python core syntax is minimalistic. Gaining great popularity, many sites and applications are written on it. It …