In this post, We will perceive how to take whole number contribution to Python. As we realize that Python worked in input() work consistently returns a str(string) class object. So for taking whole number info we need to type cast Read More …
Author: Asma Mushtaq
Micro Particle Diameter Detection with Electrostatic Sensor for Powder Feeding Pipeline
INTRODUCTION: In this article I will describe how to perform Micro Particle Diameter Detection with Electrostatic Sensor for Powder Feeding Pipeline. During the transport of micro particles, the charge is induced by collision and friction, i.e., the powder feeding process Read More …
How to design a C++ project for beautiful animated scenery?
Introduction to the project How to design a C++ project for beautiful animated scenery? This project presents a beautiful animated scenery . The objective of the animated scenery is to introduce graphics in C++ programming, and by using tubro c Read More …
How to drop one or multiple columns in Pandas Dataframe
In some cases, while working a Pandas dataframe, you may get a kick out of the chance to subset the dataframe by keeping or hanging different segments. In this post, we will see instances of dropping different sections from a Read More …
How to Count Distinct Values of a Pandas Dataframe Column?
We should perceive How to Count Distinct Values of a Pandas Dataframe Column? Consider a plain construction as given beneath which must be made as Dataframe. The sections are stature, weight and age. The records of 8 understudies structure the Read More …
How to split a string in C/C++, Python and Java?
Splitting a string by some delimiter is an exceptionally normal errand. For instance, we have a comma-isolated rundown of things from a document and we need individual things in a cluster. Practically all programming dialects, give a capacity to split Read More …
How to get file size in Python?
We can follow various ways to deal with getting the record size in Python. Get the document size in Python to screen record size or in the event of requesting records in the registry as indicated by document size. Python Read More …
How to convert an Array to String in Java?
Arrays.toString() technique: Arrays.toString() strategy is utilized to return a string portrayal of the substance of the predetermined exhibit. The string portrayal comprises a rundown of the exhibit’s components, encased in square sections (“[]”). Adjoining components are isolated by the characters Read More …
How to Run a Python Script
Python is a notable undeniable level programming language. The Python script is fundamentally a record containing code written in Python. The document containing python script has the expansion ‘.py’ or can likewise have the augmentation ‘.pyw’ assuming it is being Read More …
How to Fix a 401 Unauthorized Error?
The 401 Unauthorized Error is a HTTP status code blunder that addressed the solicitation sent by the customer to the server that needs substantial verification qualifications. It very well might be addressed as 401 Unauthorized, Authorization required, HTTP mistake 401-Unauthorized. Read More …