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 microframework in Python4Delphi with RAD Studio and gets the results.
Prerequisites:Before we begin to work, download and…
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…
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 currently for Windows, while DelphiFMX is coming soon with support for other platforms, including Linux, macOS, and Android…
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…
Learn About Powerful Python Decorators In A Delphi Windows GUI App
February 6, 2021
Python has an interesting feature calledDecoratorsto add functionality to an existing code. A Decorator is a design pattern in Python that allows a user to add new functionality to an existing object without modifying its structure. Decorators are usually called…
Python is an incredibly popular general purpose object oriented language that can be used in many ways. Not only is it used by experts in the field of Data Science and Data Analytics, it is also used by many Universities as a means for teaching beginners. The power of Python can grow exponentially when it is paired with the right tools and that brings us to Python4Delphi which is a remarkable set…
The strength of Delphi combined with Python gives its users the chance to fast track their development processes and deliver excellent applications with ease! This tutorial helps you accomplish just that. WithPython4Delphi(P4D) you can create a GUI for your…
Easily Learn Python Closures With A Delphi Windows GUI App
February 3, 2021
A Closure in Python is a function object that remembers values in enclosing scopes even if they are not present in memory.
It is a record that stores a function together with an environment: a mapping associating each free variable of the function (variables that are used…
Build Robust Topic Modelling Capabilities In Your Python GUI App With Powerful Gensim Library
February 2, 2021
Do you want to Train Large scale semantic NLP Models in your Delphi GUI App? This post will get to understand how to use Gensim Python Library usingPython4Delphiin Delphi/C++ application and learn the core concepts of Gensim – A Superfast, Proven, Data Streaming, Platform Independent library with some pretrained models for specific domains like legal or health.