fbpixel
Displaying an OpenCV Image in a PyQt interface

Displaying an OpenCV Image in a PyQt interface

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...
Creating an EXE executable from a Python script

Creating an EXE executable from a Python script

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...
Best practices for creating a Python Project

Best practices for creating a Python Project

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...
Programming a Raspberry Pi Pico with MicroPython

Programming a Raspberry Pi Pico with MicroPython

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...
Program ESP32/ESP8266 with MicroPython and VS Code

Program ESP32/ESP8266 with MicroPython and VS Code

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...