Learn PythonPythonPython GUI

Learn Python with Tkinter Course: Create Graphic User Interfaces in Python Tutorial Video

If you are an aspiring Pythonista and you want to write codes in the near future, this video will help you understand some of its basic components. In this Learn Python video, we will take a deeper look at Tkinter, the de facto standard Graphic User interface for Python. This built-in module in Python allows you to create GUIs relatively easy and fast. In this video, John Elder of Codemy.com will…
Read more
Learn PythonPythonPython GUI

Learn Python with Tkinter Python GUI Tutorial For Beginners 7 Video

Here comes another part of the Tkinter Python GUI tutorial series For Beginners presented by the Programming Knowledge channel. They recently made a great introduction to Tkinter, a built-in module in Python Programming knowledge that allows you to create Graphical User Interface applications. Tkinter is often praised for its simplicity and easy-to-use widgets that make it a perfect GUI toolkit…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Python Windows App: Draw A Rectangle With DelphiVCL.Shape

DelphiVCL.Shape represents a geometric shape that can be drawn on a form. Add a Shape object to a form to draw a simple geometric shape on the form. TShape introduces properties to describe the pen used to outline the shape and the brush used to fill it. If the shape is only part of the image of custom control, use the methods of the control’s canvas instead.Browse all the properties…
Read more