How-To'sShowcaseWebinar

Not a Hotdog! How to Use AI Object Recognition in Your Apps

I’m finally catching up with the articles to go with our Winter Webinars series. My guests and I have been showing you how to write genuine cross-platform low-code apps that do extraordinary things with just a few lines of code and get them to work on Windows, macOS, iOS, Android, and Linux. We will be back in the new year with more to come after our pause for the winter break. You can catch…
Read more
CodeDelphiRAD Studio

Build The Ultimate GUI For Pandas To Perform Complex Data Analysis

Did you know that you can easily use some truly excellent Python libraries to speed up your Delphi app development on Windows? These libraries are extremely simple to use and produce fantastic methods for performing complex and extremely useful data analysis. It’s one of the areas in which Python is particularly strong. Adding Python to your Delphi code toolbox can improve your app…
Read more
C++CodeDatabaseDelphiIDEInterBaseRAD StudioTech Partner

The Ultimate Cheat Sheet On Windows 10 App Development

Today is an exciting and dynamic time to be a developer. Technology advances seem to have accelerated and, with this, our software projects seem to paradoxically expand and shrink simultaneously. They expand because more devices and environments are becoming available to them. They shrink because we tend to use the same tools for developing all variants of our work. Past developers could have a…
Read more
News

The Pros And Cons Of Artificial Intelligence

Artificial Intelligence, or AI as we have come to refer to it, is a broad-ranging branch of computer science that focuses on automatic ‘thinking’ programs or machines that aim to imitate humans’ problem-solving and decision-making capabilities. Contrary to…
News

Implementing FANN (Fast Artificial Neural Network) to C++ Builder/Delphi Projects

Author: Yilmaz Yoru Would you like to make your applications learning and predicting applications (May be just thinking applications) ? In this blog post we gonna use open source Fast Artificial Neural Network Library made by Steffen Nissen. FANN Library is very simple to use and it has good documentation and written in C programming language which makes it faster. It is open source so you…
Read more