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

Everything You Need To Build A Simple Chat Bot GUI

If you are planning to create an application whether it’s a big project or just a small yet functional app for desktop or mobile, the first thing you must learn, and master, is how to create a smooth and neat Graphical User Interface (GUI). In order for users to interact with your app, you need to build an interactive GUI. If you are using Python Programming language, it is always ideal to…
Read more