News

Discord is an IRC-like chat platform that all the young cool kids are hanging out on. Originally intended as a way to communicate during online games, Discord has grown to the point that there are ...
Application programming interfaces allow for the linking of databases and the sharing of data across apps. With APIs, two applications can communicate with each other without understanding how the ...
The OpenAPI specification, and the Swagger suite of tools built around it, make it incredibly easy for Python developers to create, document and manually test the RESTful APIs they create. Regardless ...
Powerful and versatile as it is, Python lacks a few key capabilities out of the box. For one, there is no native mechanism for compiling a Python program into a standalone executable package. To be ...
The Google Analytics API provides access to Google Analytics (GA) report data such as pageviews, sessions, traffic source, and bounce rate. The official Google documentation explains that it can be ...