Submitting API Requests with Python 3 - A Tutorial
In this tutorial, we will create an API request with Python 3 using the Requests package. Requests is an elegant and simple HTTP library for Python that you can install using pip.
Jira Tutorial - A Beginner's Guide
In this post, I'll be walking you through a brief Jira tutorial. Jira allows teams of all types manage work using boards, issues, and workflows
List of HTTP Response Status Codes
This is a list of the Hypertext Transfer Protocol (HTTP) response status codes. HTTP status codes are sent by a server or commonly when you call an API.
How to Quickly Plot Data with Python on your Computer
Here’s a quick tutorial on plotting data with python on your computer. Python is one of the easiest ways to plot and visualize data.