Learn PythonPythonPython GUIVideos

Everything You Need For A Quick And Easy GUI

Creating a GUI is the first step of any programming language. If you are planning to create an app, you need a GUI framework for it. While most beginners pick Tkinter as the most practical toolkit to use, this video will introduce us to another interesting GUI library for Python Windows GUI Builder. In this video, we will get a brief introduction to Eel and how it can be effectively used to create…
Read more
DelphiLearn PythonPythonPython GUIRAD StudioWindows

How To Make Apps With Advanced Natural Language Processing

Do you want to add advanced & blazing fast Natural Language Processing (NLP) capabilities to your GUI app when building with Python Windows GUI Builder? This post will get you to understand how to use spaCy Python Library using Python4Delphi (P4D) in the Delphi/C++ Builder application and perform some advanced NLP tasks. What is spaCy? spaCy is a free, open-source library for advanced…
Read more
DelphiLearn PythonPythonPython GUIRAD Studio

Why You Should Know About SQLite For Your Windows Apps

Do you want to add the full power, functionality, and flexibility of SQL to your Python Windows GUI Builder, without installing external libraries? You can build it easily by combining SQLite-a built-in DB-API 2.0 interface for SQLite databases in Python and Python4Delphi library, inside Delphi and C++Builder. SQLite is a C library that provides a lightweight disk-based database that…
Read more
Learn PythonPythonPython GUIVideos

Everything You Need To Create Python GUIs With Tkinter

If you have just begun Python Programming and want to explore more beyond your first steps, you may wish to explore the idea of adding your own graphical user interface or GUI to your apps. To start, what you need is a Graphical user interface toolkit that you can use with the Python Programming language. Currently, some of the most widely used toolkits include Tkinter, wxPython, and PyQt. Of all…
Read more