DelphiLearn PythonPythonPython GUIRAD Studio

How To Sign and Verify Cryptographic Messages In Your Apps

In this post, you’ll learn more about Python, which offers various built-in algorithms for cryptographic tasks.We’ll also demonstrate hmac: One of the built-in algorithms for cryptographic tasks, used for cryptographic message signing and verification using Python and run it in the Python Debugging Tools by Python4Delphi to get the results. The hmac module implements keyed-hashing…
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
DelphiDelphiVCLPythonPython GUIWindows

What Is The Purpose Of DelphiVCL.Application.HideHint?

In this post, you’ll learn more about HideHint or DelphiVCL.Application.HideHint method that hides the current hint. Learn more about HideHint which can then be used to easily build GUIs and check it with Python Online Compiler. Applications rarely, if ever, call HideHint directly. HideHint is used internally to hide the hint window at the appropriate times according to predetermined…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About The DelphiVCL.Application.HelpContext Method

In this post, you’ll learn to use the HelpContext method or DelphiVCL.Application.HelpContext to display the Help topic specified by the numeric context identifier. Learning more about the HelpContext Method will allow you to easily build programs using Python programming software. Use HelpContext to show the Help topic specified by the numeric context identifier Context and which is…
Read more