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
DelphiFMXPythonPython GUI

How To Build An Asynchronous Employee Management Service Using FastAPI And Python GUI

APIs, or Application Programming Interfaces, can be an extremely useful way of making your software accessible to users, potentially across the globe. Good programming language frameworks make it simple to create high-quality products quickly. They can even make the development process more enjoyable. FastAPI is a new Python web framework that checks all the boxes for being an excellent API…
Read more
Python GUI

Is Python a Scripting Language or a Programming Language?

What is a Python script? Is Python a scripting language? Many people have these questions. However, you are often left with confusing answers. But here’s the reality. Python is a programming language. However, you can use it for scripting as well. But what is a scripting language? Why Python is a popular scripting language? In this post, you will find all the details. Is Python A…
Read more
Python GUI

How To Build A TODO TUI Application With Textual

Did you know it’s possible to build a rich UI that runs completely in the terminal? Even some experienced Python developers avoid using the terminal in favor of Graphical User Interfaces (GUIs). But, today, many developer tools use a Terminal User Interface (TUI) since…
Python GUI

Recommended Read: Mixing Python and Delphi Made Easy

“Mixing Python and Delphi Made Easy” is a highly recommended read from developer Simon Booth. Here’s the introduction: A Marriage of Convenience The recent release of a suite of Delphi components allows you to Embed a full Python Environment in a…
Learn PythonPython GUI

How To Create A FastAPI Server And Python GUI Client App To Manage Employees

Flask and FastAPI are popular Python micro-frameworks for building small-scale data science and machine learning-based websites or applications. Even though FastAPI is a relatively new framework, many developers use it in their new projects. In this post, we will first discuss the reason for FastAPI’s popularity, followed by building a simple API using FastAPI in everyone’s favorite…
Read more