Learn PythonPythonPython GUIVideos

Everything You Need For A Raspberry Pi Science Fair Project

Let’s face it, we all know that Python is one of the most widely used programming languages and we have learned by now that it is being applied in many different fields. However, who would have thought that even grade schoolers can embrace the Python programming language and apply it to their school science project? The story of Wendi Dreeson, Python and a Raspberry Pi Science…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What is the ExeName Property in DelphiVCL.Application?

The ExeName property or DelphiVCL.Application.ExeName contains the file name of the application’s executable file including path information. In this post, we’ll use Use ExeName to obtain the name of the executable file for the application. ExeName is the fully-qualified name, including the path to the application’s executable in Python Windows GUI Builder. More things…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Specify the Alignment of a Control using Align or TAlign

Align or TAlign is used to specify the alignment of control within its parent. TAlign specifies how control is placed relative to its parent. It can have one of the following values: Value Meaning alNone The control remains where it was placed. This is the default value. alTop The control moves to the top of its parent and resizes to fill the width of its parent.
Read more
Learn PythonPythonVideos

Learn Python With Serverless Python Applications with Google Cloud by Charles Engelke (PyCon 2020) Video

We already came across some insightful PyCon 2020 videos that teach us how to effectively launch our Python apps on a serverless infrastructure like Terraform, Microsoft Azure, and more. One of the best solution to deploy your application is through cloud servers. There are many Cloud platforms today that are widely used by many programmers who want stress-free and less-complicated application…
Read more