Learn PythonPythonPython GUIVideos

What You Need To Build A Simple Calculator App

John Elder of Codemy recently started a Python Tkinter GUI Tutorial series with the main goal of teaching aspiring programmers how to create GUI using the Tkinter in the Python Programming language. The tutorial series was divided into different parts and will tackle different topics in every video. In this particular tutorial (the fifth video in his Python Tkinter GUI Tutorial series), he will…
Read more
Learn PythonPythonPython GUIVideos

What You Need For Machine Learning on Encrypted Data

Due to the global pandemic for PyCon 2020 talks, seminars, and workshops were all presented digitally. The most interesting part about this is that everyone can still access all the tutorials and talks through PyCon 2020’s official YouTube channel. If you are looking for Python-related talks and tutorials, you can always visit their channel and review some of their helpful digital workshops…
Read more
DelphiDelphiVCLPythonPython GUIWindows

This Is The DelphiVCL.Application.ModalLevel Property

What is the DelphiVCL.Application.ModalLevel Property? In this post, you’ll learn more about ModalLevel or DelphiVCL.Application.ModalLevel property that gives the number of currently open modal forms. ModalLevel is a read-only property that gives the number of modal forms which are currently open. Any call to ModalStarted increments the value of ModalLevel, while each call to…
Read more
DelphiDelphiVCLPythonPython GUIWindows

This Is The DelphiVCL.Application.Minimize Method

In this post, you’ll learn more about Minimize or DelphiVCL.Application.Minimize method is used to shrink an application to the Windows taskbar.Learning more about the Minimize method will enable you to quickly create applications that allow you to minimize a form or window using Python script writer. Call Minimize to minimize the application. When the user minimizes the application, the…
Read more