Devesh Chauhan has Published 56 Articles

Drop Collection if already exists in MongoDB using Python

Devesh Chauhan

Devesh Chauhan

Updated on 05-May-2023 12:58:01

387 Views

MongoDB is a widely popular open-source database that stores data in a flexible JSON like format. It does not use the orthodox technique of storing data in rows and columns. Instead, it uses a more flexible approach which increases its scalability. This database is designed to handle large volumes ... Read More

Drop a list of rows from a Pandas DataFrame

Devesh Chauhan

Devesh Chauhan

Updated on 05-May-2023 12:55:13

288 Views

The pandas library in python is widely popular for representing data in the form of tabular data structures. The dataset is arranged into a 2-D matrix consisting of rows and columns. Pandas library offers numerous functions that can help the programmer to analyze the dataset by providing valuable mathematical insights. ... Read More

Plotting stock charts in excel sheet using xlsxwriter module in python

Devesh Chauhan

Devesh Chauhan

Updated on 09-Mar-2023 10:40:20

165 Views

Factors such as data analysis and growth rate monitoring are very important when it comes to plotting stock charts. For any business to flourish and expand, the right strategy is needed. These strategies are built on the back of a deep fundamental research. Python programming helps us to create and ... Read More

Types of graphics are supported by HTML5?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 15:59:43

499 Views

Graphics are the visual representations that are used to represent any idea or imagination in order to enhance the overall experience of the website for the user. Graphics helps in conveying a complex message to the user in a simple and understandable way. Some ways of representing message in graphics ... Read More

How to position absolute rendering the button in a new line?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 15:00:18

956 Views

If you wish to control how an element is to be positioned in a web page, we have to make use of the position CSS property. The properties that define the position of an element in document are essential, its top, left, bottom, and right properties and position is a ... Read More

How to display text Right-to-Left Using CSS?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:58:57

2K+ Views

CSS (Cascading Style Sheets) is a style sheet language that is mainly used to style and describe the elements of HTML documents. One of the main features of this programming language is the separation of elements and presentation such as layers, colors, etc. CSS is used to style all ... Read More

How to set logo inside loader using CSS?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:58:00

2K+ Views

To start with this question, we first need to create a ‘loader’. Any animation that informs a user or visitor that a page is now loading and will take a few seconds to finish loading is referred to as a loader. The majority of the time, loaders come in handy ... Read More

How flexible items can be of the same length regardless of its content in CSS?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:56:52

220 Views

Let us try to understand the flex property. Flex is a shorthand property that sets the condition for length of flex element, whether it will be allowed to adjust itself based on the amount of content it has or the viewport width. Flex Properties The constituent properties of flex ... Read More

How to use font-optical-sizing property in CSS?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:55:47

217 Views

Before moving onto learning the way of using font-optical-sizing property, we will first be looking at the font-property in CSS and why is there a need for font-optical-sizing as a separate property. The styling of the text on the web page is controlled by the font property in CSS ... Read More

How to use CSS to separate content and design?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:53:41

640 Views

A good website is always made up of a perfectly structured HTML document paired with a beautifully created design that grabs the user’s attention. This kind of website is what enhances the overall interactivity of the site making it more engaging. When applying styles to our webpages, we employ ... Read More

Advertisements