Muhammad Azizul
REST (REpresentational State Transfer) has emerged as the standard architectural design for web services and web APIs in these days. This article will show you how easy it is to integrate a REST API Clients using Python and run…… … Read more
4 years ago in cbuilder, Delphi, GuiProgramming, Learn Python, programming, Python, python gui, python4delphi, RAD Studio, radstudio, rest client, windows, windows app
0
Muhammad Azizul
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 create a RESTful web service using Python and the…… … Read more
4 years ago in cbuilder, Delphi, GuiProgramming, Learn Python, programming, Python, python gui, python4delphi, RAD Studio, radstudio, rest server, windows, windows app
0
Muhammad Azizul
Python Web Server can be set up in two ways. Python supports a Web Server in the “out of the box” way. We can even start a web server with just a one-liner in Python! This…… … Read more
4 years ago in cbuilder, Delphi, GuiProgramming, Learn Python, programming, Python, python gui, python4delphi, RAD Studio, radstudio, web server, windows, windows app
0
Muhammad Azizul
Map, Filter, and Reduce are paradigms of functional programming. They allow us to write simpler, shorter code, without necessarily needing to bother about intricacies like loops and branching. This post will demonstrate how to run…… … Read more
4 years ago in cbuilder, Delphi, GuiProgramming, Learn Python, map filter and reduce, programming, Python, python gui, python4delphi, RAD Studio, radstudio, windows, windows app
0
Muhammad Azizul
Python has an interesting feature called Decorators to add functionality to an existing code. A Decorator is a design pattern in Python that allows a user to add new functionality to an existing object without modifying its…… … Read more
4 years ago in cbuilder, decorators, Delphi, GuiProgramming, Learn Python, programming, Python, python gui, python4delphi, RAD Studio, radstudio, windows, windows app
0
Muminjon
Delphi and C++ Builder VCL community is so big that you can find a various set of libraries, functions and non-visual classes which can be instantly reused by developers. One of the popular libraries is… … Read more
4 years ago in C++, c++ builder vcl, cbuilder, Delphi, delphi vcl, jcl, jedi code library, object pascal, programming, vcl libraries, windows
0
Muminjon
RAD Studio has two modes, dark and light. Since most of the developers love different kinds of dark modes, they might need several options to choose. But, currently, RAD Studio only offers two dark and… … Read more
4 years ago in cbuilder, colorizer, customize, dark theme, Delphi, IDE, IDE Plugin, object pascal, plugin, programming, RAD Studio, rad studio colorizer, rad studio dark mode, rad studio themes
0
Eli M. (MVP)
RAD Studio is made up of Delphi and C++Builder. On the Delphi side the Object Pascal compiler is a single pass compiler and the compiler itself is not a parallel compiler but when compiling multiple… … Read more
4 years ago in 3990x, 3990x vs 5950x, 5950x, amd, C++, cbuilder, Code, compile, Delphi, dev-cpp, learn c++, make, make jobs, object pascal, parallel, parallel compilation, programming, RAD Studio, ryzen 9, threadripper, TwineCompile
0
Muhammad Azizul
A Closure in Python is a function object that remembers values in enclosing scopes even if they are not present in memory. It is a record that stores a function together with an environment: a…… … Read more
4 years ago in cbuilder, closure, Delphi, GuiProgramming, Learn Python, programming, Python, python gui, python4delphi, RAD Studio, radstudio, windows, windows app
0
Muhammad Azizul
Data serialization is the process of converting structured data to a format that allows us to share or store the data in a form that allows recovery of its original structure. In some cases, the…… … Read more
4 years ago in cbuilder, Delphi, GuiProgramming, Learn Python, programming, Python, python gui, python4delphi, RAD Studio, radstudio, Serialization, windows, windows app
0
Muminjon
Open encryption standards are best for security and privacy most of the time. Pretty Good Privacy (PGP) standard specifies encryption formats to facilitate private messaging capabilities for email and other message encryption. IPWorks OpenPGP is… … Read more
4 years ago in C++, cbuilder, Component, decryption, Delphi, delphi openpgp, encrypt messages, object pascal, openpgp, pretty good privacy, privacy, windows
0
Muhammad Azizul
A set in Python is an unordered collection of items. Every set element is unique (no duplicates) and must be immutable (cannot be changed). However, a set itself is mutable. We can add or remove…… … Read more
4 years ago in cbuilder, Delphi, GuiProgramming, Learn Python, programming, Python, python gui, python4delphi, RAD Studio, radstudio, sets, windows, windows app
0
Azfar Bakht
The strength of Delphi combined with Python gives its users the chance to fast track their development processes and deliver excellent applications with ease! This tutorial helps you accomplish just that. With Python4Delphi (P4D) you can create…… … Read more
4 years ago in cbuilder, Delphi, DelphiVCL, Learn Python, learn python gui, Python, python gui, Python GUI Frameworks, Python Strings, python windows, python4delphi, PythonExpression, PythonGUI, PythonModules, PythonScript in VCL, TDelphiMethod, Threads using Python, TPyDelphiWrapper, TPythonDelphiVar, TPythonDelphiVar Events, TPythonEngine, TPythonGUIInputOutput, TPythonModule, TPythontype, windows, wxpython
0
Muminjon
Deleaker is a popular extension for all major IDEs and a standalone application for memory leak detection. You can easily integrate into RAD Studio and find memory leaks within your Delphi and C++ Builder applications…. … Read more
4 years ago in C++, c++ builder profiler, cbuilder, deleaker rad studio, Delphi, delphi profiler, memory leak, memory leak finder, object pascal, programming, RAD Studio, utility, windows
0
Eli M. (MVP)
Learn how to use the TwineCompile SORTA Automatic Background Compile feature of TwineCompile. Install TwineCompile via the GetIt Package Manager for C++Builder 10.4 with Update Subscription. TwineCompile lists its features as: Advanced compile system uses… … Read more
4 years ago in C++, cbuilder, compile, IDE, learn c++, multi-core, parallel, parallel compilation, programming, RAD Studio, TwineCompile, windows
0