DelphiLearn PythonPythonPython GUIRAD Studio

Easily Learn Conditions And Decision Making In Python GUI Apps Built In A Delphi

This post will demonstrate how to run another Python feature in Python4Delphi with RAD Studio: Conditions and Decision Making in Python GUI apps and gets the output. Decisions in a program are used when the program has conditional choices to execute a code block.Let’s take an example of traffic lights, where different colors of lights lit up in different situations based on the…
Read more
DelphiLearn PythonPythonPython GUIRAD Studio

Learn Variables And Data Types In Python GUI In A Powerful Delphi Windows App

In our Learn To Build A Hello World Python GUI In A Delphi Windows App post, we already demonstrate the combining strength of Delphi and Python for your applications. We learn about all the components involved in the demo, the implementation details, and run “Hello World!” and other Python mathematical operations for the sanity test. This post will guide you on how to run another Python…
Read more
Learn PythonPython GUI

Learn How To Use Lists With Python GUI In A Delphi Windows App

The strength of Delphi combined with Python gives its users the chance to fast track their development processes and deliver excellent applications with ease! This tutorial helps you accomplish just that. With Python4Delphi (P4D) you can create a GUI for your python scripts in a few simple steps! P4D is a collection of free components that wrap up the Python DLL into Delphi and C++Builder. This…
Read more
Learn PythonPythonVideos

Learn Python With Comprehensible Comprehensions By Trey Hunner (PyCon 2020) Video

This video tackles and discusses the list comprehensions and how it is useful in Python. Understanding how comprehensions work, even when you do not like working with them, will give you a better understanding of Python codes you encounter. By the end of the session, you will gain knowledge on when to use and when not to use them. Here comes another great video from the recently concluded PyCon…
Read more