Learn PythonPythonPython GUIVideos

Everything You Need To Automate Network Tests with pyATS

In this video shared by Hank Preston from PyCon, we will get an insight into the interesting world of network engineering. When something is seemingly not working right with a system or an application, we tend to blame it on the network. We used to quickly jump to the conclusion that “the network is probably down”. Engineers will often run various tests to figure out the problem. Part…
Read more
DelphiPythonPython GUIWindows

How To Make An Ultra-Fast Computer Vision Windows App

Are you looking for a powerful computer vision library and building a nice GUI for them? Try Mahotas library for Python. For the GUI part, you can run it seamlessly with Python4Delphi (P4D). P4D is a free and simple tool that allows you to run Python scripts as well as create new Python modules and types in Delphi. Mahotas is a fast computer vision algorithms library (all implemented in C++ for…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About TWinControl For GUI Development With DelphiVCL

In this post, you’ll learn more about TWinControl. TwinControl is the base class for all controls that are wrappers for Microsoft Windows screen objects. Learning more about TWinControl will allow you to easily build GUIs with Python Development Tools. TWinControl provides the common functionality for all controls that act as wrappers for Microsoft Windows screen objects…
Read more
Learn PythonPythonPython GUIVideos

What You Need For Machine Learning on Encrypted Data

Due to the global pandemic for PyCon 2020 talks, seminars, and workshops were all presented digitally. The most interesting part about this is that everyone can still access all the tutorials and talks through PyCon 2020’s official YouTube channel. If you are looking for Python-related talks and tutorials, you can always visit their channel and review some of their helpful digital workshops…
Read more