Skip to content

Category Archives: Technical Scripter

In this article, we are going to discuss how to schedule Scrapy crawl execution programmatically using Python. Scrapy is a powerful web scraping framework, and… Read More
The Postgres database can be accessed via one of two methods in Python. Installing PgAdmin4 is the first step because it offers a user interface… Read More
In this article, we will explore the benefits and limitations of using Celery to build robust and efficient applications. We will examine the use cases… Read More
Several errors can arise when an attempt to decode a byte string from a certain coding scheme is made. The reason is the inability of… Read More
In this article, we will cover how we can change the host IP address in Flask using Python. The host IP address is the network… Read More
Flask is a flexible, lightweight web-development framework built using python. A Flask application is a Python script that runs on a web server, which listens… Read More
In this article, we will see how to call a function of a module by using its name (a string) in Python. Basically, we use… Read More
K-Means Clustering: K Means Clustering is an unsupervised learning algorithm that tries to cluster data based on their similarity. Unsupervised learning means that there is… Read More
Secure Copy Protocol (SCP) is a secure file transfer protocol that allows you to transfer files between computers over a secure connection. It is based… Read More
Java is a popular programming language, created in 1995 by James Gosling. It is owned by Oracle, and more than 3 billion devices run Java.… Read More
You may have come across various instances where you would want to keep the device awake when your app is performing some kind of action… Read More
Many Android applications include an offer page or discount tags that change colors continuously to capture the attention of users. The principle underlying such bars/tags/coupons… Read More
The Payment Channel Network (PCN) enhances the scalability of the blockchain network by allowing parties to conduct transactions off-chain i.e. without broadcasting every transaction to… Read More
Back-to-back testing is a method of comparing the performance of two or more systems or components by running them simultaneously and comparing their output. The… Read More
Gnuplot is a portable, free, command-driven, interactive function, and data plotting program for Linux, OS/2, MS Windows, OSX, VMS, and many other platforms. Although copyrighted,… Read More