Learn PythonPythonPython GUIVideos

How To Make A Button With Undo And Redo Text Features

After the comprehensive CRM Database project, John Elder recently started a new one, a text editor using the Tkinter module in Python. Creating a text editor using the Tkinter is surprisingly easy and you can add a seemingly endless number of interactive functionalities to it. In his early videos, John taught us how to create a Text Editor and how to add common functionalities including the…
Read more
Learn PythonPythonVideos

The Story Of How To Develop Trustworthy And Ethical AI With Python

Everyone may agree that it is necessary to keep humans safe and in charge, but enforcing ethics is daunting work. This video discusses how you should learn to use your preferred technology ethics code, not just in Python but in any programming language. It introduces the ethic subjects and move through a structure for user experience. Working on a big project is not always done single-handedly.
Read more
Learn PythonPythonPython GUI

You Need To Write Less, Test More With Regression Testing

Here’s another great talk from the recently concluded PyCon. In this video, Igor T. Ghisi will discuss data regression testing and how exactly this procedure can help you in your Python project. As the data structures of a project increase in size and complexity, it becomes harder and harder to preserve test completeness. Testing objects with dozens of attributes and arrays with hundreds of…
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