1VOTES VOTE Learn to Automatically Generating A CLIs Using Python’s Fire Library In A Delphi Windows App Muhammad Azizul Hakim Are you looking for powerful tools to automatically generate command-line interfaces to make your life easier, and build a nice GUI for them? You can build it easily by combining Fire and Python4Delphi library, inside…… … Read more 3 years ago in Automation, cbuilder, cli, command line interfaces, Delphi, delphi vcl, fire, GuiProgramming, Learn Python, programming, Python, python gui, python4delphi, windows, windows app 0
1VOTES VOTE Powerful Advanced Scientific Computing – it’s easy! Muhammad Azizul Hakim What is Scientific Computing? According to Golub and Ortega in 1992, Scientific Computing is the collection of tools, techniques, and theories required to solve mathematical models of problems in Science and Engineering. A majority of… … Read more 3 years ago in Array Computation, Calculus, Cirq, Code, Delphi, Machine Learning, Mathematics, Multidimensional Array Computation, Numerical Computation, numpy, Predictive Data Analysis, Programming Quantum Computers, Python, python gui, Python4Dephi, RAD Studio, scientific computing, scikit-learn, scipy, SymPy, theano 0
1VOTES VOTE Learn To Build A Python GUI For Working With Multidimensional Arrays Using Theano Library In A Delphi Windows App Muhammad Azizul Hakim If you need a Python-based ecosystem of open-source software for mathematical expressions involving multi-dimensional arrays, then Python’s Theano library is exactly what you need. You can easily run this library and give it a nice…… … Read more 3 years ago in cbuilder, deep learning, Delphi, delphi vcl, GuiProgramming, Learn Python, math, multidimensional arrays, programming, Python, python gui, python4delphi, theano, windows, windows app 0
1VOTES VOTE Discover Delphi VCL’s Available Colors Muhammad Azizul Hakim Color is used to specify the color of a Windows-only control. It is used by the Color property of many components and by several other properties that specify color values. The DelphiVCL.Graphic unit contains definitions…… … Read more 4 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Discover Delphi VCL’s Available Shapes Muhammad Azizul Hakim Shape in DelphiVCL.Shape is used to specify the shape of the control. Set Shape to the geometric shape that should be drawn on the form. The Shape property has these possible values: Value Meaning stCircle…… … Read more 4 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Adding Set Properties to VCL Components using .SetProps Muhammad Azizul Hakim In the previous examples, we already use the .SetProps several times (see Section 7: Getting Started with DelphiVCL III: Overview of Commonly used VCL Components). Use SetProps to set specific properties to components. Here are…… … Read more 4 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE 6 Ways To Rapidly Collect Massive Datasets in your Apps Muhammad Azizul Hakim What is web scraping? Web Scraping is a technique where a computer program extracts data from human-readable output coming from websites. The web scraping software may directly access the World Wide Web using the Hypertext… … Read more 4 years ago in beautifulsoup, Code, data collection, Delphi, Feedparser, Information retrieval, Instagram, Instaloader, Python, python gui, Python4Dephi, RAD Studio, requests, RSS Feed, Snscrape, Social media, Tweepy, twitter, Web scraping 0
1VOTES VOTE Specify Component’s Boundary Properties using .SetBounds Muhammad Azizul Hakim .SetBounds will set the Left, Top, Width, and Height properties all at once. Use SetBounds to change all of the component’s boundary properties at one time. The same effect can be achieved by setting the…… … Read more 4 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Powerful Data Analysis And Manipulation Using Pandas Library In A Delphi Windows App Muhammad Azizul Hakim Are you looking for powerful tools to analyze and manipulate structured data, and build a nice GUI for them? You can build fast, expressive, insightful, and scalable data analysis tools easily by combining pandas and…… … Read more 4 years ago in cbuilder, data analysis, data manipulation, dataframe, Delphi, delphi vcl, GuiProgramming, Learn Python, pandas, programming, Python, python gui, python4delphi, windows, windows app 0
1VOTES VOTE Create a Tabular Format with DelphiVCL.DrawGrid Muhammad Azizul Hakim DelphiVCL.DrawGrid represents a grid control that displays information in column and row format. Add a DelphiVCL.DrawGrid object to a form to present arbitrary information in a tabular format. DrawGrid provides many properties to control the…… … Read more 4 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Learn To Build A Python GUI For Web Scraping Using BeautifulSoup Library In A Delphi Windows App Muhammad Azizul Hakim Are you looking for tools to build website scrapers to automate your data collecting process, and build a nice GUI for them? You can build scalable web scrapers easily by combining BeautifulSoup and Python4Delphi library,…… … Read more 4 years ago in Automation, beautifulsoup, cbuilder, data collection, Delphi, delphi vcl, GuiProgramming, Learn Python, programming, Python, python gui, python4delphi, requests, website scraping, windows, windows app 0
2VOTES VOTE Learn To Build A Python GUI For Scientific Computing With The Scipy Library In A Delphi Windows App Muhammad Azizul Hakim If you need a Python-based ecosystem of open-source software for mathematics, science, and engineering, then Python’s SciPy (pronounced “Sigh Pie”) library is exactly what you need. You can easily run this library and give it…… … Read more 4 years ago in cbuilder, curve fitting, Delphi, delphi vcl, GuiProgramming, Learn Python, mathematical optimization, numerical computing, numerical python, numpy, programming, Python, python gui, python4delphi, scientific computing, scipy, windows, windows app 0
1VOTES VOTE Build An Artificial Intelligence Solutions With TensorFlow Library In A Delphi Windows App Muhammad Azizul Hakim Are you looking for an end-to-end open-source machine learning and deep learning platform, and build a nice GUI for them? You can deliver enterprise-grade AI solutions easily by combining TensorFlow and Python4Delphi library, inside Delphi…… … Read more 4 years ago in artificial intelligence, cbuilder, deep learning, Delphi, delphi vcl, GuiProgramming, Learn Python, neural networks, programming, Python, python gui, python4delphi, tensorflow, windows, windows app 0
1VOTES VOTE Data Visualization: 5 Ways To Be An Enterprise-Grade Master! Muhammad Azizul Hakim What is data visualization? Data Visualization is an interdisciplinary field that deals with the graphic representation of data. It is a particularly efficient way of communication when the data is diverse and potentially complex. Visualizing… … Read more 4 years ago in Bokeh, Code, data visualization, Delphi, matplotlib, NetworkX, Plotly, Python, python gui, Python4Dephi, RAD Studio, Seaborn 0
1VOTES VOTE Add Strings to Various Components using .Items Muhammad Azizul Hakim In previous examples, we already use .Items several times (see Getting Started with DelphiVCL III: Overview of Commonly used VCL Components). We use it in ListBox, ComboBox, and RadioGroup. Items contain the strings that appear…… … Read more 4 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0