Prabhdeep Singh has Published 197 Articles

Command Line Automation in Python

Prabhdeep Singh

Prabhdeep Singh

Updated on 11-Jan-2023 18:20:31

4K+ Views

Python comes with a command line for managing user input and specific forms of data entering while Python applications are being executed. As a result, users can enter data and complete tasks otherwise that would be impossible. This also enables more complex tasks and increased program interaction. To communicate with ... Read More

Writing Efficient Python Code

Prabhdeep Singh

Prabhdeep Singh

Updated on 11-Jan-2023 18:18:57

364 Views

In this article, we are going to discuss how to write efficient code in python and also discuss their importance. Python is a robust programming language that allows you to accomplish a lot with a minimal amount of code. You must prevent the use of code that is not necessary ... Read More

Introduction to Data Science in Python

Prabhdeep Singh

Prabhdeep Singh

Updated on 11-Jan-2023 11:31:06

516 Views

As the world entered the era of big data in recent decades, the demand for more effective and efficient data storage greatly expanded. Businesses that use big data invest a lot of time and energy in creating frameworks that can hold a lot of information. The storage of vast amounts ... Read More

How to easily manage your software using conda?

Prabhdeep Singh

Prabhdeep Singh

Updated on 11-Jan-2023 11:25:03

154 Views

Conda is an environment and package manager which is the best and the easiest of all the competitors available in the market. The main need of the conda is to manage the software as there could be a triangle of the software where the first software will depend upon a ... Read More

Python Data Science using List and Iterators

Prabhdeep Singh

Prabhdeep Singh

Updated on 11-Jan-2023 11:23:00

185 Views

Data science is the process of organizing, processing, and analyzing vast amounts of data in order to extract knowledge and insights from them. It involves a number of different fields, including statistical and mathematical modelling, data extraction from its source, and methods for data visualization. Working with big data technology ... Read More

Introduction to Git for Data Science

Prabhdeep Singh

Prabhdeep Singh

Updated on 11-Jan-2023 11:20:43

890 Views

The data science and engineering fields are interacting more and more because data scientists are working on production systems and joining R&D teams. We want to make it simpler for data scientists without prior engineering experience to understand the core engineering best practices. We are building a manual on engineering ... Read More

Introduction to Python for Data Science

Prabhdeep Singh

Prabhdeep Singh

Updated on 11-Jan-2023 11:15:18

193 Views

Python is a general-purpose, object-oriented, interpreted, high-level language and is very popular in the market. Python has a very rich library that contains pre-defined code for almost every purpose and to use python for a task using only needs the logic, as most of the coding part is handled by ... Read More

How to set a default parameter value for a JavaScript function?

Prabhdeep Singh

Prabhdeep Singh

Updated on 07-Nov-2022 08:29:45

379 Views

In this tutorial, we are going to learn to set a default parameter value for a JavaScript function. JavaScript is an object-oriented programming language that provides us the facility to perform both functional and class-oriented programming which gives us the facility to manage code easily and can re-use the code ... Read More

How to set JavaScript Cookie with no expiration date?

Prabhdeep Singh

Prabhdeep Singh

Updated on 07-Nov-2022 08:25:24

1K+ Views

In this tutorial, we are going to learn to set a JavaScript cookie with no expiration date. Web servers deliver cookies, which are tiny files with frequently unique identifiers, to browsers. Each time your browser requests a new page, the server will receive these cookies. It allows a website to ... Read More

How to serialize a JavaScript array?

Prabhdeep Singh

Prabhdeep Singh

Updated on 07-Nov-2022 08:20:39

2K+ Views

In this tutorial, we are going to learn to serialize JavaScript arrays. The serializeArray() method serializes all forms and forms elements like the .serialize() method but returns a JSON data structure for you to work with. A JavaScript array of objects may be created using the built-in jQuery function serializeArray() ... Read More

Advertisements