IDE

Python Get Request vs. Post Requests: What's The Difference?

When users are ‘surfing the net’ and browsing web pages and interacting with web resources a number of things are actually happening which are not always obvious. Python often plays a large part in this thanks to Python’s popularity. Understanding what goes on for Python get request and post request handling and the differences between the two helps us write better software and…
Read more
DelphiLearn PythonPythonPython GUIRAD Studio

Tutorial: Using The Delphi REST Client To Access Python REST Server (Flask)

REST (REpresentational State Transfer) has emerged as the standard architectural design for web services and web APIs in these recent years. This post will demonstrate how easy it is to use the Delphi REST Client Library to access Python REST Server (Flask microframework). Prerequisites: If this is your first time to set up Delphi’s REST Client Library in RAD Studio for…
Read more