Author: Aniruddha Chaudhari

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.

CPU

What is and How does Setting CPU Affinity Improve Performance?

What is CPU affinity, Process and Processor Affinity? Why is it important? How to use and setting CPU Affinity in Windows 7, 8 and 10?

database

9 Advantages of Database Management System over File System

What are the advantages of database management system over file system? What are the benefits of DBMS over the traditional file system?

cmd

Windows System Info Command to Check Configuration

Windows system info command for Windows XP, 7, 8 and 10. Command to check system configuration in Windows.

Jobs

3 Types of Programmer for Future of software Engineering Jobs

What is the future of software engineering jobs? What are the best technologies and programming languages to learn to get a job?

compiler

What is the difference between Compiler and Interpreter?

This post will give you very well understanding over, what is compiler? what is interpreter? and what is the difference between compiler and interpreter?