All Basic Articles
The Python open() function is used to open internally stored files. It returns the contents of the file as Python objects. Python open() Function Syntax… Read More
In this article, we are going to see how to get daily news using Python. Here we will use Beautiful Soup and the request module… Read More
In today’s modern world with the advancement of technology we can process the thoughts of humans, the machines are been designed which can think like… Read More
All transactions that take place on the cryptocurrency network are not the result of payment between two people. Some transactions are a little bit different.… Read More
 Which of the following function is used to redirect PHP pages? (A) redirect() (B) header() (C) reflect() (D) None all of the above Answer: (B)Explanation:… Read More
Given a binary number, the task is to write a Python program to convert the given binary number into an equivalent hexadecimal number. i.e convert… Read More
In this article, we are going to see how to delete the specific lines from a file using Python Throughout this program, as an example,… Read More
In this article, we are going to see how to write scrapy output into a JSON file in Python. Using  scrapy command-line shell This is… Read More
Select a secure password and implementing complex password policies are by far the most important defense for protecting against password-based security threats in any database.… Read More
Insertion in a table is a DML (Data manipulation language) operation in SQL. When we want to store data we need to insert the data… Read More
Given an array arr of N integers, and an array of keys, such that key for each element in arr is equal to its index… Read More
The world has seen an advanced software development process, there has been an increasing need to tide over between faster development vs. slower deployment and… Read More
In today’s world, we transfer the data in bulk, and the security of this data is very important, so Internet security provides that feature i.e.,… Read More
Given the root of a Complete Binary Tree consisting of N nodes, the task is to find the total number of nodes in the given… Read More
The HTTP protocol is one of the most important protocols for smooth communication between the server and the client. The main disadvantage of the HTTP… Read More
Django… Isn’t it your favorite framework? (especially if you are new to the programming world) Yes! It is… Did you try to learn this framework… Read More
In this article, we are going to see how to draw a circle using Turtlesim in ROS-Python.  ROS stands for Robot Operating System. ROS is… Read More
Google hacking, also named Google Dorking, is a hacker technique that uses Google Search and other Google applications to find security holes in the configuration… Read More
What if there is a multi-purpose operating system designed especially for cyber investigators, yes you read it right and the answer to that question is,… Read More