Blog

Python

How to Get all the Permutations of String in Python using itertools?

Write a Program to get all the permutations of string in Python using itertools. How to get all the permutations of string in the list?

pip

How to find Python List Installed Modules and Version using pip?

What is the way of getting a Python list installed modules with its version with and without pip? How to check if Python module is installed?

Code

Step-By-Step Reading And Writing Files in C Program

Reading And Writing Files in C Program with an example. How to read, write and append using file handling in C programming? Explained in detail.

Python

How to Disassemble Python Bytecode | Easiest Method

How to Disassemble Python Bytecode To Analyze. Explained in detail with python program. The output is about understanding python bytecode.

algorithm

Selection Sort in C with Explanation | Algorithm, Program and Time Complexity

Selection Sort in C with Explanation and program. Stepwise explanation of Algorithm and time Complexity. What are the advantages and disadvantages?

GATE

How to Get a Good Rank in GATE? | Interview with Hussain Jagirdar (AIR 202 CSE)

Hussain Jagirdar (AIR 202 CSE) is sharing his GATE preparation strategy. How to Get a Good Rank in GATE? What are the best Materials And Coaching Guides?

Amdocs

Amdocs Interview Questions | Placement Paper | Coding Test

How to crack Amdocs Interview Questions And Placement Paper. Rounds: 1) Written Test 2) Coding Questions 2) Technical Interview 3) HR.

amazon

Amazon Device Associate Interview Questions | Written Test

Amazon device associate interview questions in Bangalore and Chennai. Complete process, puzzle and written test.

Python

What is the Difference Between is and == in Python?

When to use ‘is’? When to use ‘==’? And what is the Difference Between is and == in Python? It’s really confusing for python programmer.