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
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
DelphiDelphiVCLPythonPython GUIWindows

What You Need To Build Object Relational Mapper GUI Apps

Do you want to connect your databases with Object-relational mapper capabilities in your Python Build Tools? This post will get to understand how to use SQLAlchemy Python Library using Python4Delphi in Delphi/C++ application. SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. Check out the SQLAlchemy…
Read more
Learn PythonPythonPython GUIVideos

How To Optimize Python Apps with Postgress Superpowers

ORM is probably one of the most powerful features of Django that enables you to interact with your database. To top it all, ORMs are very handy tools that can help us build powerful applications in just a short period of time. However, building Django apps that perform well and smoothly can be a little tricky and challenging. You might encounter some performance issues and identifying them is not…
Read more