by Xukyo | 13 Feb 2024 | Tutorials
For certain applications, you may find it useful to embed OpenCV in a PyQt interface. In this tutorial, we’ll look at how to correctly integrate and manage a video captured by OpenCV in a PyQt application. N.B.: We use Pyside, but conversion to PyQt is quite...
by Xukyo | 12 Feb 2024 | Tutorials
You can convert a Python script into an executable (EXE) file using the PyInstaller library. Once your Python code has been tested and validated, you can share it as an executable desktop application from any computer. This is especially useful for graphical user...
by Xukyo | 9 Feb 2024 | Tutorials
In this tutorial, we’ll look at the best practices for arranging a Python project so that it can be shared and deployed. Whether it’s software, a library, a web app or a mobile app, if you want to share your work, you need to organize and document it...
by Xukyo | 2 Feb 2024 | Tutorials
The Raspberry Pi Pico is a development board based on the RP2040 programmable with MicroPython. It has a large number of inputs Hardware Computer Raspberry Pi Pico (standar H or W) USB A Male to USB Mini B Male cable Installing drivers on the computer The Raspberry Pi...
by Xukyo | 5 Dec 2023 | Tutorials
We’re going to take a look at how to program an ESP32 or ESP8266 board in MicroPython using Visual Studio Code, an IDE increasingly used for programming in a variety of languages. The ESP32 board can be programmed as follows Introducing Visual Studio Code Visual...