Learn PythonPythonPython GUIVideos

How To Build A Bitcoin Price Grabber Using Python

If you have been following John Elder of Codemy and his Python Tkinter GUI Tutorial series, then you should have learned a great number of tips and tricks about Tkinter. He shared almost everything from the most basic element to the most advanced projects you can build using this default GUI toolkit for Python. He came up with many different projects that allow us to explore Tkinter’s full…
Read more
DelphiPythonPython GUIWindows

This Is How To Build A Powerful Face Recognition Windows App

Do you want to use a powerful Face Detector Library and build a Windows App using Python Build Tools? Try Face Recognition library for Python. This post will guide you on how to recognize all faces in any given image using the Face Recognition library and use Python for Delphi to display it in the Delphi Windows GUI app. To create the GUI you can use the excellent Python4Delphi (P4D). P4D is a…
Read more
Learn PythonPythonPython GUIVideos

What You Need To Build A Simple Calculator App

John Elder of Codemy recently started a Python Tkinter GUI Tutorial series with the main goal of teaching aspiring programmers how to create GUI using the Tkinter in the Python Programming language. The tutorial series was divided into different parts and will tackle different topics in every video. In this particular tutorial (the fifth video in his Python Tkinter GUI Tutorial series), he will…
Read more
PythonPython GUIVideos

How To Automate The Boring Stuff With Slackbot And Python

Programmers are lazy! Well, at least that’s how Takanori Suzuki jokingly described his profession. In this video presentation from PyCon 2020, Takanori Suzuki will share his experiences and how he successfully managed to handle the overwhelming number of inquiries from the previous PyCon JP events. Managing conferences is a tough job, and Takanori described how he deals with the same…
Read more