DelphiPythonPython GUIWindows

What You Need To Create A Secure Python Password Generator

Python Program Maker is a simple and powerful tool for creating cryptographically strong passwords to secure your data and easily create a nice GUI by combining Python4Delphi and secrets library, inside Delphi and C++Builder. Python4Delphi (P4D) is a free tool that allows you to execute Python scripts, create new Python modules and types in Delphi. The secrets module is a Python built-in…
Read more
Learn PythonPythonPython GUIVideos

Everything You Need To Create Python GUIs With Tkinter

If you have just begun Python Programming and want to explore more beyond your first steps, you may wish to explore the idea of adding your own graphical user interface or GUI to your apps. To start, what you need is a Graphical user interface toolkit that you can use with the Python Programming language. Currently, some of the most widely used toolkits include Tkinter, wxPython, and PyQt. Of all…
Read more
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
Learn PythonPythonVideos

Why You Should Try Continuous Integration For Documentation

At a recent PyCon one of the topics discussed the idea that documentation is the process often overlooked by programmers. Whether you are working on a big or small Python project, it is very crucial to document everything to prevent any issues in the future. Interestingly, in this video from PyCon 2020, Mason Egger will remind us how important documentation is. According to him, documentation…
Read more