DelphiFMXDelphiVCLPythonPython GUI

How To Make a Powerful Delphi Python GUI Project Setup

A graphical user interface, more commonly known as a GUI, is an important component of software application programming for human-computer interaction, replacing text-based commands with user-interactive visual actions. With the aid of a GUI, users can perform operations on a device, platform, program, or application without having to type commands or comprehend the underlying coding. So, if you…
Read more
CodeIDELearn PythonPythonPython GUITkinter

How To Make More Than 20 ChatGPT Prompts Work With Python GUI Builders And Matplotlib Library?

With the growing demand for Data Science and Analytics skill sets, drawing graphics programmatically is a very popular task these days. Are you looking for a simple way to visualize and analyze data programmatically, and build a nice GUI for them? What about harnessing the power of ChatGPT to help? We will show how you can do it easily by combining Python4Delphi and Matplotlib library, inside…
Read more
CodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How To Create A Music Player With The Python Delphi Ecosystem

Music is more than sound; it’s an emotion, a narrative, a refuge. Imagine wielding the power to design your musical universe, where every note and rhythm aligns with your desires. In this post, you will see the synergy of Python and Delphi, where we will unveil a music player that transcends expectations. This music player app will have an option for users to create playlists as well as…
Read more
CodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How To Use LangChain and DelphiFMX To Create a Custom Chat App

These days there is a lot of discussion about deep-learning chatbots such as ChatGPT. There are packages like LangChain which make consuming these models easier. This tutorial will guide you through a project combining LangChain and DelphiFMX‘s innovative capabilities to craft a unique and personalized custom chat app. So, let’s get started! What is Langchain? LangChain is a…
Read more