\144\150\162\165\166(dhruv)

\144\150\162\165\166(dhruv) @drvcodenta

About: Linux Lover | IT | Psychology

Joined:
Oct 31, 2023

\144\150\162\165\166(dhruv)
articles - 10 total

Python Deque v/s List🐍

I've always wondered why we use deque for working with queues in Python. After doing some research, I...

Learn More 6 2Aug 14 '24

Beyond Read and Write: Executing Files with chmod

In Linux, a non-executable file is one that cannot be directly run by the system as a program. These...

Learn More 3 0Apr 23 '24

Lambda Function(Python)

In Python, a lambda function is a small anonymous function without a name. It is defined using the...

Learn More 3 0Apr 13 '24

bisect module and methods(python)

The bisect module is written in python and here is the source code What it does? The bisect module in...

Learn More 2 0Feb 26 '24

accessing rows and columns in a 2d array and insert method(python)

In Python, a 2D array (or matrix) is essentially a list of lists. You can access elements, rows, and...

Learn More 2 0Feb 14 '24

Integrity Constraints in DBMS

There are four main types of integrity constraints in DBMS: Domain Constraints: They define the...

Learn More 4 2Feb 11 '24

Object Oriented Analysis and Designing Basics

There are various concepts involved while developing a software, such as: Object-Oriented...

Learn More 1 0Dec 25 '23

Little bit Git...

Getting started head on... git log I was working on some project, the conflict error...

Learn More 6 0Nov 26 '23

Github Actions Basics

Github Actions are used to automate project management tasks by using workflows. Each Workflow...

Learn More 5 0Nov 18 '23

Hacktoberfest23 and MLH

What is Hacktoberfest? In simple words, Hacktoberfest provides opportunities to the...

Learn More 0 0Nov 13 '23