REST (REpresentational State Transfer) has emerged as the standard architectural design for web services and web APIs in these recent years.
This post will demonstrate how easy it is to use the Delphi REST Client Library to access Python REST Server (Flask microframework).
Prerequisites: If this is your first time to set up Delphi’s REST Client Library in RAD Studio for…
Top 5 Ways To Build A Python Desktop App in 2021
February 13, 2021
Python has been the most trending programming language used for object oriented programming. With Python you can run simple statement over and over again without having to compile a whole program of which it’s output functionality is superb.
Of course, Python is an…
6 Best Python GUI Frameworks in December 2021
February 12, 2021
Python’s rise among developers around the world has been documented by several well-known programming-language indexes. But UK developer-focused analyst SlashData has now put a figure on the actual number of developers that use the language.
According to SlashData…
Top 6 Python IDEs in 2021
February 11, 2021
IDE stands for Integrated Development Environment. It’s a coding tool that allows you to write, test, and debug your code in an easier way, as they typically offer code completion or code insight by highlighting, resource management, compiler, debugging tools, and all the other requirements needed for software development. And even though the IDE is a strictly defined concept, it’s starting to…
Easily Integrate A Flexible Python REST Client In Python Windows GUI App Built In Delphi
February 10, 2021
REST (REpresentational State Transfer) has emerged as the standard architectural design for web services and web APIs in these days.
This article will show you how easy it is to integrate a REST API Clients using Python and run it in the Python GUI by…
REST(REpresentationalStateTransfer) has emerged as the standard architectural design for web services and web APIs in these recent years.
This post will demonstrate how easy it is to create aRESTful web service using Python and the Flask…
Python Web Servercan be set up in two ways. Python supports a Web Server in the “out of the box” way. We can even start a web server with just a one-liner in Python!
This post will demonstrate how to run another Python feature in Python4Delphi with RAD Studio:Python Web Serverin Python GUI apps and gets the output. The web server in this example can be accessed on…
After sharing with us the top 5 best GUI frameworks in his previous video, Parwiz Forogh will now give us an in-depth video tutorial on how you can create a Graphical User Interface application in Python programming language using Tkinter. Tkinter is not just one of the most…
Introduction to DelphiVCL4Python
February 7, 2021
DelphiVCL is a Python module giving Python GUI apps on Windows access to Delphi’s VCL for robust and high-performance native Windows visual widgets. It uses the Python4Delphi library as a bridge between Delphi’s VCL (Visual Component Library) and Python. DelphiVCL is…
Learn Powerful Python Map, Filter, And Reduce Functions In A Delphi Windows GUI App
February 7, 2021
Map, Filter, and Reduce are paradigms of functional programming. They allow us to write simpler, shorter code, without necessarily needing to bother about intricacies like loops and branching.
This post will demonstrate how to run another Python feature in Python4Delphi with RAD Studio:Map, Filter, and Reducein Python GUI apps and gets the output. We will discuss them one by one and…