1VOTES VOTE What Is An OnActivate Event In A DelphiVCL.Application? Muhammad Azizul Hakim The OnActivate or DelphiVCL.Application.OnActivate event occurs when an application becomes active. Write an OnActivate event handler to perform special processing when the application becomes active. When does an application become active? An application becomes active…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE How To Make Apps With Advanced Natural Language Processing Muhammad Azizul Hakim Do you want to add advanced & blazing fast Natural Language Processing (NLP) capabilities to your GUI app? This post will get you to understand how to use spaCy Python Library using Python4Delphi (P4D) in…… … Read more 3 years ago in AI, analyze syntax, cbuilder, Delphi, find named entities phrases and concepts to any given documents, GuiProgramming, Learn Python, natural language processing, nlp, programming, Python, python gui, Python4Dephi, RAD Studio, spaCy, windows, windows app 0
1VOTES VOTE What is an OnDeactivate Event in DelphiVCL.Application? Muhammad Azizul Hakim OnDeactivate or DelphiVCL.Application.OnDeactivate event Occurs when an application becomes inactive. How to use the DelphiVCL.Application.OnDeactivate Event properly? Write an OnDeactivate event handler to perform any special processing that should occur immediately before the application…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE This Is How To Automatically Parse RSS Feeds In Your Apps Muhammad Azizul Hakim Are you looking for tools for parsing any RSS feed and build a nice GUI for them? You can do it easily by combining feedparser and Python4Delphi library, inside Delphi and C++Builder. Python4Delphi (P4D) is…… … Read more 3 years ago in Automation, cbuilder, data collection, Delphi, delphi vcl, Feedparser, GuiProgramming, Information retrieval, Learn Python, programming, Python, python gui, python4delphi, RSS Feed, Web scraping, windows, windows app 0
1VOTES VOTE 3 Ways To Create Enterprise-Grade Graphics Using The Seaborn Library Muhammad Azizul Hakim With the growing demand for Data Science and Analytics skill sets, drawing stunning graphics programmatically is one of the most popular tasks these days. Especially the high-quality plots that will easily give insights and effectively…… … Read more 3 years ago in cbuilder, data visualization, Delphi, delphi vcl, graphics, GuiProgramming, interactive data visualization, Learn Python, plot, programming, Python, python gui, python4delphi, Seaborn, windows, windows app 0
1VOTES VOTE All You Need To Process Images With Scikit-Image In A Windows App Muhammad Azizul Hakim Are you looking for a simple and powerful way to process images programmatically, and build a nice GUI for them? You can do it easily by combining Python4Delphi and scikit-image library, inside Delphi and C++Builder……. … Read more 3 years ago in cbuilder, Delphi, delphi vcl, GuiProgramming, Image processing, Learn Python, programming, Python, python gui, python4delphi, scientific images, scikit-image, windows, windows app 0
1VOTES VOTE Why You Should Know About SQLite For Your Windows Apps Muhammad Azizul Hakim Do you want to add the full power, functionalities, and flexibilities of SQL to your Python GUI App, without installing external libraries? You can build it easily by combining SQLite-a built-in DB-API 2.0 interface for…… … Read more 3 years ago in cbuilder, database, dataset, Delphi, delphi vcl, GuiProgramming, Learn Python, orm, programming, Python, python gui, python4delphi, RAD Studio, SQL, sqlalchemy, SQLite, windows, windows app 0
1VOTES VOTE What You Need To Create A Secure Python Password Generator Muhammad Azizul Hakim Are you looking for a simple and powerful way to generate cryptographically strong passwords to secure your data, and build a nice GUI for it? You can do it easily by combining Python4Delphi and secrets…… … Read more 3 years ago in cbuilder, Cryptography, Delphi, delphi vcl, GuiProgramming, Learn Python, programming, Python, python gui, python4delphi, secrets, Security, windows, windows app 0
1VOTES VOTE How To Make A GUI For Learning Python Using Turtle Library Muhammad Azizul Hakim Are you looking for an open-source library for a fun educational environment for learning Python, and create a GUI for that? This post will get you to understand how to use the Turtle Python Library…… … Read more 3 years ago in cbuilder, Delphi, delphi vcl, GuiProgramming, Learn Python, learn python for kids, multimedia app, programming, programming education, Python, python gui, python4delphi, Turtle, windows, windows app 0
1VOTES VOTE What You Need To Automatically Scrape Instagram Posts Muhammad Azizul Hakim Are you looking for tools to build Instagram scrapers to automate your information retrieval, and build a nice GUI for them? You can build scalable Instagram scrapers and many automation functionalities easily by combining Instaloader…… … Read more 3 years ago in Automation, cbuilder, data collection, Delphi, delphi vcl, GuiProgramming, Information retrieval, instagram scraping, Instaloader, Learn Python, programming, Python, python gui, python4delphi, Web scraping, windows, windows app 0
1VOTES VOTE This Is How To Build A Powerful Face Recognition Windows App Muhammad Azizul Hakim Are you looking for a powerful face detector library and build a nice GUI for them? Try Face Recognition library for Python. To create the GUI you can use the excellent Python4Delphi (P4D). P4D is…… … Read more 3 years ago in AI, cbuilder, Delphi, delphi vcl, dlib, Face Recognition, GuiProgramming, Image processing, Learn Python, pil, Pillow, programming, Python, python gui, python4delphi, windows, windows app 0
1VOTES VOTE How To Make An Ultra-Fast Computer Vision Windows App Muhammad Azizul Hakim Are you looking for a powerful computer vision library and build a nice GUI for them? Try Mahotas library for Python. For the GUI part, you can run it seamlessly with Python4Delphi (P4D). P4D is…… … Read more 3 years ago in AI, cbuilder, computer vision, Delphi, delphi vcl, GuiProgramming, Learn Python, Mahotas, programming, Python, python gui, python4delphi, windows, windows app 0
1VOTES VOTE How To Sign and Verify Cryptographic Messages In Your Apps Muhammad Azizul Hakim Python offers various built-in algorithms for cryptographic tasks. This post will demonstrate hmac: One of the built-in algorithms for cryptographic tasks, used for cryptographic message signing and verification using Python and run it in the…… … Read more 3 years ago in cbuilder, Cryptography, Delphi, delphi vcl, GuiProgramming, HMAC, Learn Python, programming, Python, python gui, python4delphi, RAD Studio, windows, windows app 0
1VOTES VOTE Learn About TWinControl For GUI Development With DelphiVCL Muhammad Azizul Hakim TWinControl is the base class for all controls that are wrappers for Microsoft Windows screen objects. TWinControl provides the common functionality for all controls that act as wrappers for Microsoft Windows screen objects (“windows”). Controls…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What Is The Purpose Of DelphiVCL.Application.HideHint? Muhammad Azizul Hakim HideHint or DelphiVCL.Application.HideHint method hides the current hint. Applications rarely, if ever, call HideHint directly. HideHint is used internally to hide the hint window at the appropriate times according to predetermined conditions and timer values……. … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0