Learn PythonPythonPython GUIVideos

Everything You Need For Cross Platform Development In This CRM Video

John Elder of Codemy launched a Python Tkinter GUI tutorial series that aims to teach us all the basic information of cross platform development using the Tkinter framework in Python. Interestingly, part of this series is some advanced projects that help us discover Tkinter to its full potential. One of his recent projects is a comprehensive Customer Report Management database app. In this…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn about DelphiVCL.Application.ComponentState For Development On Windows

When performing development on Windows, the ComponentState property or DelphiVCL.Application.ComponentState is used to describe the current state of the component, indicating when a component needs to avoid certain actions. ComponentState is a set of constants defined in the TComponentState type. Components use the ComponentState property to detect states in which certain kinds of actions…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What is the ClassNameIs Method in DelphiVCL.Application?

The ClassNameIs method or DelphiVCL.Application.ClassNameIs is used to determine whether an object is of a specific type when you develop windows software. ClassNameIs determines whether an object instance or class reference has a class name that matches a specified string. This is useful to query objects across modules or shared libraries. Let’s browse all the properties, methods, and…
Read more
Python GUI

Python Tools: The Good, The Bad, And The Ugly

Python is considered one of the most widely used programming languages globally. It is famous for its readable syntax, dynamic nature, and robust object-oriented nature.Additionally, Python’s applications form a diverse variety, from being the first programming language for many beginners to being the standard language for AI/ML applications. However, many developers face…
Read more