DelphiLearn PythonPythonPython GUIWindows

How To Make Superfast Scientific Calculations With SciPy And Delphi

Do you want to build a GUI App with Scientific Computation capabilities using Python Script Writer? This post will help you understand how to use SciPy Python Library using Python4Delphi in the Delphi/C++ application. SciPy is a collection of mathematical algorithms and convenience functions built on the NumPy extension of Python. SciPy is organized into sub-packages covering different…
Read more
DelphiPythonPython GUIWindows

How To Make An Ultra-Fast Computer Vision Windows App

Are you looking for a powerful computer vision library and building a nice GUI for them? Try Mahotas library for Python. For the GUI part, you can run it seamlessly with Python4Delphi (P4D). P4D is a free and simple tool that allows you to run Python scripts as well as create new Python modules and types in Delphi. Mahotas is a fast computer vision algorithms library (all implemented in C++ for…
Read more
DelphiPythonPython GUIWindows

Build A Python GUI Apps With Powerful Natural Language Processing Capabilities Using TextBlob Library In A Delphi Windows App

Do you want to perform Natural Language Processing tasks like part-of-speech tagging, noun phrase extraction, sentiment analysis, classification, translation, etc. in your GUI app? This post will get you to understand how to use TextBlob Python Library using Python4Delphi (P4D) in the Delphi/C++ Builder application and perform some interesting NLP tasks. TextBlob is a Python library for…
Read more
DelphiPythonPython GUIWindows

Integrate Robust Similarity Queries Capabilities To Your Python GUI App With Powerful Gensim Library

Do you want to perform Text Mining or Natural Language Processing tasks like Topic Modeling, Similarity Queries, etc. in your GUI app? This post will get you to understand how to use Gensim Python Library using Python4Delphi (P4D) in the Delphi/C++ Builder application and perform some interesting Text Mining tasks. Gensim is an open-source library for Unsupervised Topic Modeling and Natural…
Read more