python4delphi

  1. FireWind

    Delphi What You Need To Build Object Relational Mapper GUI Apps

    What You Need To Build Object Relational Mapper GUI Apps By Anbarasan November 3, 2021 Do you want to connect your databases with Object relational mapper capabilities in your Delphi GUI App? This post will get to understand how to use SQLAlchemy Python Library using Python4Delphi in...
  2. FireWind

    Delphi Specify the Alignment of a Control using Align or TAlign

    Specify the Alignment of a Control using Align or TAlign By Muhammad Azizul Hakim June 30, 2021 Align or TAlign is used to specify the alignment of control within its parent. TAlign specifies how control is placed relative to its parent. It can have one of the following values: Value...
  3. FireWind

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

    Learn To Integrate Python Cryptographic Services To A Delphi Windows GUI App By Muhammad Azizul Hakim June 21, 2021 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...
  4. FireWind

    Delphi Learn To Build A Python GUI For Programming Quantum Computers With Cirq In A Delphi Windows App

    Learn To Build A Python GUI For Programming Quantum Computers With Cirq In A Delphi Windows App By Muhammad Azizul Hakim June 10, 2021 Are you looking for an open-source framework for programming quantum computers and build a nice GUI for them? Try Cirq library for Python. And for the GUI...
  5. FireWind

    Delphi Build An Artificial Intelligence Solutions With PyTorch Library In A Delphi Windows App

    Build An Artificial Intelligence Solutions With PyTorch Library In A Delphi Windows App By Muhammad Azizul Hakim June 11, 2021 Are you looking for an end-to-end open-source machine learning and deep learning platform, and build a nice GUI for them? You can deliver enterprise-grade AI solutions...
  6. FireWind

    Delphi Learn To Build A Python GUI For Scientific Computing With The Scipy Library In A Delphi Windows App

    Learn To Build A Python GUI For Scientific Computing With The Scipy Library In A Delphi Windows App By Muhammad Azizul Hakim May 14, 2021 If you need a Python-based ecosystem of open-source software for mathematics, science, and engineering, then Python’s SciPy (pronounced “Sigh Pie”) library...
  7. FireWind

    RAD Studio Quickly Build A Python GUI App With Powerful Natural Language Processing Capabilities Using NLTK Library In A Delphi Windows App

    Quickly Build A Python GUI App With Powerful Natural Language Processing Capabilities Using NLTK Library In A Delphi Windows App By Muhammad Azizul Hakim April 17, 2021 Do you want to perform Natural Language Processing tasks like predicting text, analyzing & visualizing sentence structure...
  8. FireWind

    RAD Studio Learn To Build A Python GUI For Manipulating Date, Time, And Timestamps Using Arrow Library In A Delphi Windows App

    Learn To Build A Python GUI For Manipulating Date, Time, And Timestamps Using Arrow Library In A Delphi Windows App By Muhammad Azizul Hakim April 15, 2021 Are you looking for powerful tools to manipulate or format dates, times, and timestamps, and build a nice GUI for them? You can build it...
  9. FireWind

    Delphi Compare Python For Delphi VCL vs Dear PyGUI For Windows Apps

    Compare Python For Delphi VCL vs Dear PyGUI For Windows Apps By Muhammad Azizul Hakim March 13, 2021 Are you an expert in desktop apps and GUI development who want to also work with Python because of its simplicity, flexible use, and growing demand in the market out there? Or are you a Python...
  10. FireWind

    Delphi Tutorial: Learn How To Install DelphiVCL And Build Windows Apps With Python

    Tutorial: Learn How To Install DelphiVCL And Build Windows Apps With Python March 6, 2021 By Muhammad Azizul Hakim here are two ways for you to install DelphiVCL: By directly copying the module to your local/system path, or install it via pip. 1. Copy to Your Local or System Path Download the...
  11. FireWind

    Delphi Learn To Build A Python GUI For Easily Processing Images With Pillow Library In A Delphi Windows App

    Learn To Build A Python GUI For Easily Processing Images With Pillow Library In A Delphi Windows App February 26, 2021 By Muhammad Azizul Hakim Are you looking for a simple way to process images programmatically, and build a nice GUI for them? You can do it easily by combining Python4Delphi and...
  12. FireWind

    Delphi Learn To Build A Python GUI For Computer Vision Tasks With Powerful OpenCV Library In A Delphi Windows App

    Learn To Build A Python GUI For Computer Vision Tasks With Powerful OpenCV Library In A Delphi Windows App February 25, 2021 By Muhammad Azizul Hakim Are you looking for a powerful computer vision library and build a nice GUI for them? Try OpenCV library for Python. And for the GUI part, you...
  13. FireWind

    Delphi Learn To Work With HTTP Requests Using Python Requests Library In A Delphi Windows App

    Learn To Work With HTTP Requests Using Python Requests Library In A Delphi Windows App February 24, 2021 By Muhammad Azizul Hakim We have learned many possibilities and examples in combining Python4Delphi with Python language features and various libraries. From image processing, numerical and...
  14. FireWind

    Delphi Tutorial: Python For Delphi VCL vs Pyforms GUI

    Tutorial: Python For Delphi VCL vs Pyforms GUI February 18, 2021 By Muhammad Azizul Hakim Are you an expert in desktop apps and GUI development who want to also work with Python because of its simplicity, flexible use, and growing demand in the market out there? Or are you a Python Developer at...
  15. FireWind

    Delphi Python For Delphi VCL vs PyQT Comparison

    Python For Delphi VCL vs PyQT Comparison February 16, 2021 By Muhammad Azizul Hakim Are you an expert in desktop apps and GUI development who want to also work with Python because of its simplicity, flexible use, and growing demand in the market out there? Or are you a Python Developer at any...
  16. FireWind

    RAD Studio Comparison: Python For Delphi VCL vs PySimpleGUI

    Comparison: Python For Delphi VCL vs PySimpleGUI February 15, 2021 By Muhammad Azizul Hakim Are you an expert in desktop apps and GUI development who want to also work with Python because of its simplicity, flexible use, and growing demand in the market out there? Or are you a Python Developer...
  17. FireWind

    RAD Studio Python For Delphi VCL vs Tkinter

    Python For Delphi VCL vs Tkinter February 14, 2021 By Muhammad Azizul Hakim Are you an expert in desktop apps and GUI development who want to also work with Python because of its simplicity, flexible use, and growing demand in the market out there? Or are you a Python Developer at any level who...
  18. FireWind

    Delphi Easily Create A Flexible Python REST Server In A Delphi Windows GUI App

    Easily Create A Flexible Python REST Server In A Delphi Windows GUI App February 9, 2021 By Muhammad Azizul 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...
  19. FireWind

    Delphi Learn About Powerful Python Decorators In A Delphi Windows GUI App

    Learn About Powerful Python Decorators In A Delphi Windows GUI App February 6, 2021 by Muhammad Azizul Python has an interesting feature called Decorators to add functionality to an existing code. A Decorator is a design pattern in Python that allows a user to add new functionality to an...
  20. FireWind

    Delphi Easily Learn How To Use Python Partial Functions In A Delphi Windows GUI App

    Easily Learn How To Use Python Partial Functions In A Delphi Windows GUI App February 5, 2021 By Azfar Bakht 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...