Deepak Chhitarka

Deepak Chhitarka @dchhitarka

About: A programmer by ❤️

Joined:
Nov 21, 2018

Deepak Chhitarka
articles - 9 total

Programming in Python - Introduction

Python is one of the most loved and used programming languages. It is known for its simplicity,...

Learn More 0 0May 12 '24

Top 5 text editors for developers

A text editor might sound like a not so important tool for everyone, but for many it is one of the...

Learn More 10 4Sep 4 '22

Linux Mint 21 Vanessa released - New features and changes

Linux mint version 21 code named Vanessa was released recently based on Ubuntu 22.04 which is a long...

Learn More 5 0Aug 27 '22

Introduction to Programming - Compiler and Interpreter

We have talked about what is programming, and we have also talked about different programming...

Learn More 10 0May 8 '22

Sieve of Eratosthenes - Program to find all prime numbers smaller than a given number

Sieve of Eratosthenes is a very old algorithm to find all the prime numbers up to a given limit. For...

Learn More 6 0Apr 17 '22

How to find GCD of two or more numbers?

Programming in general does not require knowledge of advanced maths concepts, but having basic...

Learn More 10 5Apr 1 '22

Introduction to Programming - What is Programming Paradigm?

First of all, let us understand what is Paradigm? Paradigm, in simpler terms, can be referred to as a...

Learn More 17 0Mar 27 '22

Introduction to Programming — What is Programming?

When beginners starts programming, they often tend to directly start learning about the programming...

Learn More 8 0Mar 25 '22

How to count number of digits in a number?

Counting number of digits in a number is one of the most common and first problem one encounters...

Learn More 11 7Sep 15 '21