CodeDelphi

5 Ways To Make Use Of AI In Your Windows And Mobile Apps

AI is one of the most significant trends in the app development industry. We can witness that artificial intelligence is coursing into every regular activity of ours whether it is medicine, finance, production, cyber security through mobile and desktop applications. In this article, you will learn how to transform your Windows development as well as that of other desktops such macOS or Linux…
Read more
C++CodeDelphi

Easily Perform Datetime Conversions And Time Zone Shifting Using Python Delorean Library On Windows

Earlier we have learned how to manipulate date-time efficiently using Python Arrow Library in the Delphi application. Another alternate for this library is using Python Delorean Library. Delorean is a library that provides easy and convenient DateTime conversions in Python. Dealing with generating lists of date-times, timezone shifting, and much more. In this post will get to understand how to use…
Read more
C++CodeDelphi

Easily Manipulate Text With The FlashText Python Library In A Delphi Windows App

We know how to search or replace text in our Delphi/C++ Builder using Regular Expressions. Similarly, Python’s standard library and some other low-level modules help to search or replace text using Regular Expressions. However, to perform the search or replace keywords in documents at scale from within Python, the performance of python standard library regular expressions is not fast enough. To…
Read more
C++CodeDelphi

Ultra-Fast Way To Wrap Delphi Objects To Python Objects With Python4Delphi Sample App

How to wrap the existing or new Delphi Objects into Python Objects? Not sure? Python4Delphihas the flexibility to do that using a TPyDelphiWrapper component. This post will guide you on how to wrap a Delphi Object to a python Object. You can also use Python4Delphi with C++Builder. Python4DelphiDemo32Sample App shows how to wrap a Delphi Object to Python Object with some…
Read more