DelphiLearn PythonPythonPython GUIRAD StudioWindows

How To Make Apps With Advanced Natural Language Processing

Do you want to add advanced & blazing fast Natural Language Processing (NLP) capabilities to your GUI app when building with Python Windows GUI Builder? This post will get you to understand how to use spaCy Python Library using Python4Delphi (P4D) in the Delphi/C++ Builder application and perform some advanced NLP tasks. What is spaCy? spaCy is a free, open-source library for advanced…
Read more
Learn PythonPythonPython GUIVideos

Create Your First GUI With Python Using 5 Lines of Code

Who would have thought that programming could be such fun and easy? In this video, we will see how someone can produce a working GUI using only 5 lines of code! It might seem impossible, but this guy made it look so easy and fun. In this video shared by “BuildWithPython“, he will attempt to create a very simple Graphical User Interface using the Tkinter toolkit in Python programming…
Read more
DelphiPythonPython GUIWindows

All You Need To Process Images With Scikit-Image In A Windows App

Data Visualization Tools Python gives a simple and powerful way to process images programmatically, and building a nice GUI can be done easily by combining Python4Delphi and scikit-image library, inside Delphi and C++Builder. Python4Delphi (P4D) is a free tool that allows you to execute Python scripts, create new Python modules and types in Delphi. What is scikit-image? scikit-image is an…
Read more
DelphiPythonPython GUIWindows

What You Need To Create A Secure Python Password Generator

Python Program Maker is a simple and powerful tool for creating cryptographically strong passwords to secure your data and easily create a nice GUI by combining Python4Delphi and secrets library, inside Delphi and C++Builder. Python4Delphi (P4D) is a free tool that allows you to execute Python scripts, create new Python modules and types in Delphi. The secrets module is a Python built-in…
Read more