Jorge Leonardo Cespedes Tapiajorgecespedes.hashnode.dev·Oct 14, 2024El Uso de Interfaces Gráficas de Usuario (GUI) en PythonPython no solo es conocido por su simplicidad y versatilidad en diversos campos como la ciencia de datos, desarrollo web, inteligencia artificial y automatización, sino también por su capacidad para crear aplicaciones con interfaces gráficas de usuar...GUI
Hamza Saiducyb3rguru.hashnode.dev·Aug 27, 2023How to solve Import Error: version `Qt_5.15' not found when using QT-PyQt-PySide-Custom-WidgetsI encountered this error while I was using PySIde2 and Custom-Widgets to build a school project when following this tutorial on YouTube. After installing the Custom Widgets using pip and creating a new project space using Python I got the following e...PyQt6
Abhinavtej Reddyabhinavtej.hashnode.dev·May 25, 2023Introduction to Python App DevBuild your Idea First, build your ideas. Discuss with your teammates and finalise the idea. Even if the project or app already exists, no problem, but choose a small one as it is your first development. Don't go for bigger ones; it will waste your ti...69 readsApplication Development - Python ExplorePython
Amit PRapfirebolt.hashnode.dev·Dec 18, 2022Desktop App Development - PyQt vs Tkinter vs ElectronI'm working as a software engineer for quite a while now. I started exclusively with the development of web-based applications. Part of my work these days involves contributing to the development of desktop-based applications. As a result, I had expo...2.2K readsdesktop apps