CodeDelphiPythonPython GUIRAD StudioWindows

Learn To Build Python GUI For These Powerful REST Services

What is REST Architecture? REST stands for REpresentational State Transfer. REST is a web standards-based architecture and uses HTTP Protocol. It revolves around a resource where every component is a resource and a resource is accessed by a common interface using HTTP standard methods. REST was first introduced by Roy Fielding in 2000. The REST architectural style emphasizes the scalability…
Read more
DelphiLearn PythonPythonPython GUIRAD Studio

Learn To Integrate Python Cryptographic Services To A Delphi Windows GUI App

Python offers various built-in algorithms for cryptographic tasks. On Unix systems, the crypt module may also be available. This post will demonstrate hashlib: One of the built-in algorithms for cryptographic tasks, used for secure hashes and message digests using Python and run it in the Python GUI by Python4Delphi to get the results. hashlib implements a common interface to many different…
Read more
DelphiLearn PythonPythonPython GUIRAD StudioWindows

Tutorial: Generate Python Dummy Data And Plot It To Enterprise-Grade Delphi TChart

In this tutorial, we will learn about how to do data visualizations using Delphi’s TChart or TeeChart. TChart is the 100% Native Data-Aware Charting Component Library for Delphi and C++ Builder (v5 and later) and all RAD Studio versions. 1. Generate the Dummy Data with Python To create dummy data in Python, you can use pandas or the Faker…
Read more
DelphiLearn PythonPythonPython GUIRAD Studio

Easily Integrate A Flexible Python REST Client To RAD Server In Python Windows GUI App Built In Delphi

REST(REpresentationalStateTransfer) 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 aRESTAPIClientsto RAD Server using Python and run it in the Python GUI by Python4Delphi with RAD Studio and gets the results. Prerequisites:Before we begin to…
Read more