Author: Aniruddha Chaudhari

cpp

Write a C Program to Print 1 to 100 without Loop, Recursion or Goto

Write a C program to program to print 1 to 100 without loop and recursion. Two simple methods to print a series of numbers without loop explained with an example.

bash

Should I learn Python or Shell Scripting | Difference Between Two?

Python vs Shell Scripting: What is Shell Scripting? What are the advantages of Python over Shell scripting? Which one you should learn?

Python

Python Lambda Function List Comprehension | Map, Filter, Reduce

What is Python lambda function list comprehension? Explained with map, filter, reduce examples. Difference between normal function and lambda.

Python

Difference between Mutable and Immutable in Python | Data Types

What is the difference between mutable and immutable in python? Why is tuple immutable data type in Python if a list is mutable?

Python

How to Randomly Select Item from List in Python? [Choice method]

How to Randomly Select Item from List in Python Using random.choice() method and Python numpy module? Explained with examples.

Python

How Python Read CSV File into Array List | Explained With Example

[Complete Python Code] How Python read CSV file into array list? What is the use of a CSV file? reader() function explained with example.

cpp

[3 Ways] C/C++ Program to Swap Two Numbers Without Using Temporary Variable

How to write a C program to swap two numbers without using temporary variable? Use addition, subtraction, Multiplication, Division and XOR operation instead of extra space.

Python

Python Program to Swap Two Variables without using Third Variable

Write a Python program to swap two variables without using third variable in one line. It is most efficient solution as it does not use any temporary variable.

linux

How to Change VNC password in Linux Using vncpasswd Command?

Here is a simple command to Change VNC password in Linux using vncpasswd Command. Where to find VNC password file in Linux?