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
Learn PythonPythonPython GUI

Learn Python With Build A Python GUI App Tutorial Video

Did you know that you can create a GUI app that can drastically improve your workflow? Well, this video will show us how! Dev Ed recently shared a video tutorial that will teach us how to create a GUI app using Python and its default GUI module ~ the Tkinter. In this new Learn Python video, he will walk us through how to build a GUI app that will automatically open other apps that we normally use.
Read more