CodeLearn PythonPythonWindows

The Super Short Guide To Built-In Python Profiling Tools

What is code profiling? Code profiling is a technique to figure out how time is spent in a program. For more details, a profile is a set of statistics that describes how often and for how long various parts of the program are executed. Using the right Python profiling tools – as well as using the right Python Desktop – can save you lots of time chasing down bottlenecks and slow…
Read more
DelphiPythonPython GUIWindows

This Is How To Automatically Parse RSS Feeds In Your Apps

Tools like Python Windows GUI Builder make it simple to parse any RSS feed and building a nice GUI can be done easily by combining feedparser and Python4Delphi 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. What is the feedparser library? feedparser or Universal Feed Parser is…
Read more
CodeDelphiPythonPython GUIRAD StudioWindows

Build Powerful Windows GUI Apps Using Python And These 5 REST APIs

What is REST Architecture? REST stands for REpresentational State Transfer. REST is a web standards-based architecture and uses HTTP Protocol. It revolves around a resource where every component is a resource and a resource is accessed by a common interface using HTTP standard methods. REST was first introduced by Roy Fielding in 2000. The REST architectural style emphasizes the scalability…
Read more