December 7, 2023

Microservices Architecture – Every things you must know

Microservices Architecture has captured the imagination of the software industry. Unless you’ve been living under a rock, you must have definitely heard or read about microservices. All the way from being hailed as the second-coming of Christ to being suspected by all and sundry, the reaction to microservices architecture has been everything but consistent.

Microservices Architecture – Every things you must know Read More

RESTful Web Services : Simple Tutorial For Beginners

If you are familiar with modern web development then you will have encounter the terms like REST and API. If you have worked with APIs or heard of these terms but do not have complete understanding of how to build your own API or how they communicate and work, this tutorial RESTful web services – simple tutorial for beginners is for you. In this tutorial, I will be sharing what are REST and RESTful APIs, overview of REST principles, understanding the terms Request and Response, REST API Endpoints and at last conclusion.

RESTful Web Services : Simple Tutorial For Beginners Read More

How to Install Python Pip on Ubuntu 20.04

Pip is a tool for installing Python packages. With pip, you can search, download, and install packages from Python Package Index (PyPI) and other package indexes. This guide explains how to install pip for Python 3 and Python 2 on Ubuntu 20.04. We will also walk you through the basics of installing and otherwise managing Python packages with pip.

How to Install Python Pip on Ubuntu 20.04 Read More

Principles & Best practices of REST API Design

REST API (also known as RESTful API) is an application programming interface (API) that adheres to the REST architectural conventions and constraints used in client-server communication. REST stands for REpresentational State Transfer, it was created by computer scientist Roy Fielding. REST API is no longer a strange concept to all dev brothers from frontend to backend. However, to understand and follow REST’s standard guidelines, many of you may still not know. So in this article, I will share these conventions.

Principles & Best practices of REST API Design Read More

What Is Numpy Used For In Python? Everything You Need To Know

Numpy is one of the most commonly used packages for scientific computing in Python. It provides a multidimensional array object, as well as variations such as masks and matrices, which can be used for various math operations. Numpy is compatible with, and used by many other popular Python packages, including pandas and matplotlib.

What Is Numpy Used For In Python? Everything You Need To Know Read More

What is Matplotlib in Python and How to use it for plotting

Matplotlib is a cross-platform, data visualization and graphical plotting library for Python and its numerical extension NumPy. As such, it offers a viable open source alternative to MATLAB. Developers can also use matplotlib’s APIs (Application Programming Interfaces) to embed plots in GUI applications. Pythonistas typically use the Matplotlib plotting library to display numeric data in plots, graphs and charts in Python.

What is Matplotlib in Python and How to use it for plotting Read More

Top 10 Python Libraries For Data Science for 2022

Python is the most widely used programming language today. When it comes to solving data science tasks and challenges, Python never ceases to surprise its users. Most data scientists are already leveraging the power of Python programming every day. Python is an easy-to-learn, easy-to-debug, widely used, object-oriented, open-source, high-performance language, and there are many more benefits to Python programming. Python has been built with extraordinary Python libraries for data science that are used by programmers every day in solving problems. Here’s the top 10 Python libraries for data science.

Top 10 Python Libraries For Data Science for 2022 Read More