Create PDF Using PythonPDF (Portable Document Format) is a widely-used format for storing and sharing documents. It is a versatile format that can be used to…Jan 20, 20231Jan 20, 20231
Visualizing Latitude and Longitude on Google Map Using PythonVisualizing geographic data on a map is a powerful way to gain insights and understand patterns in the data. One of the most popular…Jan 12, 20231Jan 12, 20231
Download Image Using PythonHello guys, so many of us(programmers) wants to download an image from url(Uniform Resource Locator). In this article I’m going to show…Jun 16, 2022Jun 16, 2022
PART-2: SENDING FILE INTO CLIENT SYSTEM FROM SERVER USING SOCKET IN PYTHONHello readers in the previous article of PART-1: CLIENT-SERVER CONNECTION USING SOCKET IN PYTHON, I have showed you that how to…Sep 27, 2021Sep 27, 2021
PART-1: CLIENT-SERVER CONNECTION USING SOCKET IN PYTHONServer client connections are the most important topics nowadays. This will use as in the field of P2P communication and sometimes for…Sep 13, 2021Sep 13, 2021
Migrate GoDaddy DNS to AWS Route 53In this article, we will learn how to map a Domain Name Server(DNS) with Amazon Web Services(AWS) Route 53 along with managing Load…Dec 23, 2020Dec 23, 2020
Create a Free SSL Certificate Manager on AWSIn this article, I’m going to tell you how to create a certificate manager from AWS. A certificate manager will provide a free SSL service…Dec 23, 2020Dec 23, 2020
Project Deployment on AWS with CI/CD and GitHubIn this article I’m going to show that how to successfully deploy a Python project on AWS with implementing a CI/CD pipeline with GitHub…Nov 25, 2020Nov 25, 2020
Create an IAM user on AWSIn this article I’ll show that how to create an IAM user on AWS.Nov 25, 2020Nov 25, 2020
Send OTP on Mobile using PythonOTP (One-Time Password) is a technical term through which we can generate a single-use password and sent it to the provided mobile number…Jul 2, 2020Jul 2, 2020