All Basic Articles
Commenting on a post is the most common feature a post have and implementing in Django is way more easy than in other frameworks. To… Read More
Selenium is a library that enables the automation of web browsers. It is most popularly used for testing web applications. At the heart of Selenium… Read More
In temperature conversions, it is often necessary to convert temperatures between different scales. One common conversion is from Celsius to Fahrenheit and vice-versa. In this… Read More
Given a string S consisting of only lowercase English letters. The task is to find the minimum number of times of finger moves to type… Read More
To scrape content from a static page, we use BeautifulSoup as our package for scraping, and it works flawlessly for static pages. We use requests… Read More
In Django, It is easy to render the HTML templates by setting URLs of respective HTML pages. Here we will let to know about how… Read More
Prerequisites: Turtle Programming in Python The Olympic rings are five interlaced rings, colored blue, yellow, black, green, and red on a white field. As shown… Read More
Binary Semaphore and Mutex are both synchronization mechanisms used in concurrent programming to control access to shared resources and prevent race conditions. However, they have… Read More
A quadratic equation is a polynomial equation of degree 2, which means it contains a term with a variable raised to the power of 2.… Read More
Embedded Systems are classified based on the two factors i.e. Performance and Functional Requirements Performance of Micro-controllers Based on Performance and Functional Requirements it is… Read More
1. Expert System : The other name of expert systems is knowledge based systems. They are used for the real world problems like expert quality… Read More
Memory Allocation: Memory allocation is a process by which computer programs and services are assigned with physical or virtual memory space. The memory allocation is… Read More
In this article, we will see how to set an active tab style using AngularJS, & will also understand its implementation through the example. This… Read More
Pandas Dataframe.groupby() method is used to split the data into groups based on some criteria. The abstract definition of grouping is to provide a mapping… Read More
Pandas library of Python is very useful for the manipulation of mathematical data and is widely used in the field of machine learning. It comprises… Read More
In this article we will see how we can move the letters of the text clip MoviePy. MoviePy is a Python module for video editing,… Read More
SAML is an XML based framework that stands for Security Assertion Markup Language. Let us see how SAML is used to enable SSO (Single-Sign-On). SSO… Read More
Given a List. The task is to find the sum and average of the list. The average of the list is defined as the sum… Read More
Declare Local Temporary Table statement used to create a temporary table. A temporary table is where the rows in it are visible only to the… Read More
Let us consider the following table named “Geeks” : G_ID FIRSTNAME LASTNAME DEPARTMENT 1 Mohan Arora DBA 2 Nisha Verma Admin 3 Vishal Gupta DBA… Read More