Weather has always held a certain fascination for us, shaping our daily decisions and guiding our plans. As technology continues to weave itself into every facet of our lives, it’s no surprise that it has also transformed how we interact with the weather. In this article, we will create a weather app that blends the power of the Python Delphi ecosystem with the rich data streams of the…
How to Build An Image Editor Using DelphiFMX Python Package
September 18, 2023
As a developer, have you ever wanted to create an image editing tool that lets you seamlessly apply a variety of filters, adjust dimensions, and even perform advanced features like background removal? In this comprehensive tutorial, we will harness the capabilities of…
How To Use LangChain and DelphiFMX To Create a Custom Chat App
September 7, 2023
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…
John Elder of Codemy launched a Python Tkinter GUI tutorial series that aims to teach us all the basic information of cross platform development using the Tkinter framework in Python. Interestingly, part of this series is some advanced projects that help us discover Tkinter to its full potential. One of his recent projects is a comprehensive Customer Report Management database app.
In this…