Learn PythonPythonPython GUIVideos

Why You Should Use Azure For Easy Data Processing

So, using your ide software you were able to build a web application and you want your project to be completely functional, running, and visible to everyone. Your web application must live somewhere other than your own desktop or laptop and to do so, you must deploy your project to a physical infrastructure that could run all the layers of software. Having or building a dedicated server, however…
Read more
Python GUI

Everything You Need To Automatically Test Your Network

pyATS is an open source network testing application created by software developers for network developers. It provides all the tools in your ide software that automation engineers need to explain test cases, run jobs, collect reports, and make the entire process part of your network automation pipeline. How can I automatically test my network? In this presentation, we’re going to look…
Read more
Learn PythonPythonPython GUIVideos

Everything You Need For A Quick And Easy GUI

Creating a GUI is the first step of any programming language. If you are planning to create an app, you need a GUI framework for it. While most beginners pick Tkinter as the most practical toolkit to use, this video will introduce us to another interesting GUI library for Python Windows GUI Builder. In this video, we will get a brief introduction to Eel and how it can be effectively used to create…
Read more
Learn PythonPythonPython GUIVideos

How To Make A Standalone Python EXE Executable

If you have been following John Elder of Comedy on his YouTube channel, you are probably aware of his Python Tkinter GUI tutorial series. His comprehensive tutorials have provided us with all the things we need to know on how to effectively use the Tkinter in Python. Now, he is back for another interesting tutorial, a new project using the Tkinter library in Python. Learning how to do it will…
Read more