Take your Delphi and C++Builder projects to the next level using the IBM Watson REST API, a collaborative environment with AI tools that you can use to deploy machine learning models and training data.
In this webinar, you can learn how to use IBM Watson APIs to make AI applications with your Delphi or C++ Builder applications.
Overview of this session:
Delphi & C++ Builder…
Learn How To Work With MongoDB Dataset In A Delphi application Quickly Using ListView Sample App
November 18, 2020
MongoDB is a document database, which means it stores data in JSON-like documents, the most natural way to think about data, and is much more expressive and powerful than the traditional row/column model. How about connecting with MongoDB using FireDAC components in your…
Powerful Native Windows Open Source And Free Python IDE Built In Delphi
November 17, 2020
Developer Kiriakos Vlahos (aka PyScripter) has a powerful native Windows Python IDE called PyScripter that he has built available as an open source project. It is built in Delphi and takes full advantage of the styling capabilities built into VCL plus robust Delphi libraries…
Learn To Build A Python GUI For Working with 2D Graphics And The Matplotlib Library In A Delphi Windows App
November 17, 2020
Drawing graphics programmatically is a very popular task these days. You can easily solve it using Matplotlib library with Python4Delphi (P4D). P4D is a free set of instruments that allows you to work with Python scripts, modules and types in Delphi. In this post, we will look at how to run Matplotlib library using Python for Delphi.
Delphi itself offers a number of advanced charting libraries.
Quickly Migrate and Modernize Your Delphi/C++ Apps Using FastReport With Windows High DPI Setup
November 17, 2020
Display panel manufacturers have packed an increasing number of pixels into each unit of physical space on their panels resulted in the dots per inch (DPI) of modern display panels. In the past, most displays had 96 pixels per linear inch of physical space (96 DPI); in 2017…
Learn To Build A Python GUI For Processing Images With Pillow Library In A Delphi Windows App
November 17, 2020
Are you looking for a simple way to process images programmatically? You can do it with Python for Delphi using Pillow library. Python for Delphi (P4D) is a free tool that allows you to execute Python scripts, create new Python modules and types in Delphi. This post will guide you on how to run Pillow library code using Python for Delphi.
Delphi itself offers a number of advanced image…
Structured Programming in Delphi – DelphiCon 2020
November 16, 2020
Have you heard of functional programming but are vague on the details? Are you ready to expand beyond the object-oriented mindset? Tomorrow, Nick Hodges, author of Coding in Delphi, will teach us how to harness functional programming techniques to craft beautiful…
Learn To Build Modern Enterprise-Grade Native Applications For Windows With RAD Studio
November 15, 2020
In this webinar, one of the Embarcadero MVP Serge Pilko shows off the RAD Studio against Electron and other JavaScript frameworks for desktop application development.
Overview
Native desktop development for WindowsJavaScript framework-based solutions vs. RAD Studio for…
Learn Useful Hints For Working With Styles To Build Visually Stunning Windows Applications
November 14, 2020
Want to style your Delphi/C++Builder applications with few steps? Want to view and choose your style before applying to your application? Don’t know how to do? This post will guide you. A style is a set of graphical details that define the look and feel of a VCL/FMX application. Similar to a theme in Windows. A style permits you to change the appearance of every part and state of a…