Learn PythonPythonPython GUI

Learn Python With Practice Privacy-Preserving Machine Learning In Python by Catherine Nelson (PyCon 2020) Video

Data privacy remains to be one of the topmost concerns for everyone. Some of our personal or sensitive information is being collected from us even without our knowledge. Although Machine learning comes with a great number of advantages, it also comes with a great number of risks. It is interesting to note that Machine Learning is being used in internet search engines to help us get the most…
Read more
Learn PythonPythonPython GUITkinterVideos

Learn Python With Tkinter Python GUI Tutorial For Beginners: Introduction to Tkinter Video

A graphical user interface is an application that has buttons, windows, and lots of other widgets that the user can use to interact with your application. Building a Graphical User interface application using the Python Programming language is not really as complex as it sounds. In fact, it is surprisingly easy and fun! In this video presented by Programming Knowledge, we will be introduced to…
Read more
Learn PythonPythonPython GUITkinterVideos

Learn Python With Tkinter Python GUI Tutorial For Beginners 12 - Simple GUI Calculator Using Tkinter Video

If you have been following the Tkinter Python GUI Tutorial For Beginners Series by Programming Knowledge on YouTube, you probably know now how to create basic GUI applications using the Tkinter GUI framework and Python programming language. From the previous tutorials, we learned how to create GUI apps like a simple Registration form, a Paint application, and even a Tic-Tac-Toe Game. Now, we are…
Read more
DelphiLearn PythonPythonPython GUIWindows

Quickly Learn How To Use Basic String Operations With Python In A Delphi Windows GUI App

Delphi is a powerful platform used by developers worldwide, to make stunning visual applications. Python, on the other hand is a powerful, general purpose object oriented language. Did you ever wonder if the power of both could ever be combined? Presenting to you,Python4Delphi! This set of free components works by wrapping up the Python DLL into Delphi and C++Builder thus enabling its users…
Read more