Learn PythonPythonPython GUIVideos

Easily Automate, Protect, And Simplify Your Python GUI Apps

One of the steps toward professional deployment of your Python GUI apps is the way you deploy and maintain them. This video from PyCon in Pittsburgh goes into depth about the how and why containers can help lift your Python GUI app’s perceived professionalism and reliability. Due to the global pandemic, the conference was done digitally. Now, you may be able to access all the talks…
Read more
Learn PythonPythonPython GUIVideos

This Is How To Deduplicate Records Using Python Software

In this Learn Python video presented by Flávio Juvenal da Silva Junior from digital PyCon, we will learn more about Record Deduplication and how exactly it works using Python Software. There will be instances where we encounter duplicate records in our datasets. While these duplicate records can be noticed easily by humans, computers may not be able to recognize them due to some variations. In…
Read more
Learn PythonPythonPython GUIVideos

Everything You Need To Create Transparent Windows With Tkinter

The best part of using the Tkinter GUI framework in Python is that you can get full control of the elements you want to add to your application. The widget-based system makes it easy to input elements and functions using a simple line of codes and commands. There are many areas to explore in Tkinter and despite the apparent simplicity, you will be surprised by the things you can do in this…
Read more
Learn PythonPythonPython GUIVideos

How To Build An Intelligent Indoor Garden Using CircuitPython

Python is a high-level and general-purpose programming language that has been widely used by programmers in many different fields. From a recent PyCon, we have learned that the Python programming language has been effectively applied in Agriculture, High Energy Physics, and more. In this video, we will discover how Python is being applied in another field of science. Maria Jose Molina-Contreras…
Read more