DelphiPythonPython GUIWindows

Quickly Build A Python GUI Apps For Replacing And Extracting Keywords In Sentences Using FlashText Library In A Delphi Windows App

Do you want to perform Natural Language Processing tasks like replacing or extracting words in a text, in your GUI app? This post will get you to understand how to use FlashText Python Library using Python4Delphi (P4D) in the Delphi/C++ Builder application and perform some interesting NLP or Regular Expressions-like tasks.  FlashText is a module that can be used to replace keywords in…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn about the DelphiVCL.Component as the Common Ancestor of All Component Classes

DelphiVCL.Component is the common ancestor of all component classes. Component is the base class for all components. Components are persistent objects that have the following capabilities: IDE integration: The ability to appear on an IDE palette and be manipulated in a Form Designer. Ownership: The ability to manage other components. If component A owns component B, then A is…
Read more
Learn PythonPythonVideos

Learn Python With The Hidden Power of the Python Runtime by Elizaveta Shashkova (PyCon 2020) Videos

Python remains to be one of the widely used programming languages today. It is often praised for its overall simplicity and beauty that all aspiring programmers can easily learn and manage. Interestingly, in this video shared by Elizaveta Shashkova, we will learn that every statement in Python, even the simple one, produces a lot of events during the program execution. These events are usually…
Read more
Learn PythonPythonVideos

Learn Python With Organizing to Improve Your Workplace: Know Your Rights by Shauna Gordon-McKeon (PyCon 2020) Video

For smaller projects or applications, it is possible that it could be singlehandedly manage by a programmer or it could be a small team of 2 or three people. However, for bigger ones, it might need a bigger team which might also require a bigger workplace. In this case, to make the project more successful, there must be teamwork and a healthy working environment should be established to improve…
Read more