Author: Aniruddha Chaudhari

Python

[Complete Program] How to Set Default Dictionary Python Value?

[Complete Program] How to set a default dictionary python value? How to avoid KeyError in Python dictionary using get method?

c-string

Program to Check Palindrome String in C, Python

Write a program for palindrome in C, Python? What is Palindrome and how to identify or find if the string is Palindrome or not?

c-string

[Solved] Undefined reference to strrev | Error Code in C

Got error “undefined reference to strrev” while coding in C? Or for any other string function. Runs fine on one of the system, not on other systems?

GATE

GATE 2024 Topic-wise Syllabus for CSE and IT | Exam Pattern

What is the latest GATE topic-wise syllabus CSE and IT. Exam pattern for year 2023.

internship

9 Benefits of Internship I Learned before getting into Corporate

What are the Benefits of Internship? Advantages of a paid summer internship for engineering students.

Python

How to Reverse String in Python without using Function?

How to Reverse string in python without using function? Use extended slice syntax [::-1]. One line code for reversing string.

command

[Simple Steps] How to Clear Python Shell Interpreter Console Screen?

How to Clear Python Shell Interpreter Console Screen on Windows, Linux and Mac? Use lambda function.

Python

How to create Simple Python HTTP Server for 2.x and 3.x Version?

How this simple oneline command can turn your system into python http server machine. Python is really incredible.

Python

How to Find the longest line from file in Python Program?

Here you go to find the longest line from file in Python Program. It is very much simple and this single line program can get your output.