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
Learn PythonPythonPython GUI

What You Need To Enable Drag and Drop For Images In Your App

One of the key user interface paradigms when you develop Windows software is the ability for users to interact with objects on the screen with their mouse. Most often this means being able to click things but over time the concept of being able to drag – and drop – items has become a common capability. It enables users to be able to do things like reorder lists, add items to selections…
Read more
Learn PythonPythonPython GUIVideos

Why You Should Deploy Django On A Serverless Infrastructure

If you are familiar with Django Girls, it is a non-profit organization and a huge community that empowers and helps women to organize one-day programming workshops for free. The workshop helps aspiring female programmers to build their first-ever web applications using HTML, CSS, Python, and Django. Of course, building your web application is just the first step. You should also learn how to…
Read more