Author: admin
29
Aug
Python Program To Check If A Number Is Disarium Number
by admin
No Comments
In this article we will write a program in Python to find if a given number is Disarium Number.I hope you you have pyhon installed...
31
Jul
Unix Production Support Interview Questions and Answers
by admin
No Comments
In this Article we are trying to put some Interview Questions & Answers for Production Support L1 & L2 job profile. I hope it will...
14
Jun
Tomcat Server Error – Port 8080 already in use
by admin
No Comments
I got the below error while attempting to run a project in Eclipse using Tomcat 7.0 server. “Starting Tomcat v7.0 server at localhost has encountered...
07
Dec
How To Fix Error For Site Owner Invalid Key Type
by admin
No Comments
Suddenly Google reCAPTCHA plugin in my wordpress site’s login page started displaying “Error for site owner: Invalid site key”. So i searched for the easy...
04
Dec
How To Take User Input From Keyboard In Python
by admin
No Comments
In python it’s very easy to take input from keyboard and perform the operations. Input() is used in python to take input from the user....
02
Dec
How To Do Lemmatization In Python
by admin
No Comments
Lemmatization is the process of converting a word to its meaningful root form.Example : Lemmatization of the word “writing” is “write”. In Lemmatization the root...
24
Nov
Python Program To Check A Given Number Is Even Or Odd
by admin
No Comments
In this post we will describe , how to check a given number is even or odd. Before going to describe we need to understand...
06
Aug
Python program to print all odd numbers from 1 to N
by admin
44 Comments
All must be knowing what is a Odd Number in Mathematics. If the number is not divisible by 2 then the number is called as...
20
Jul
Arithmetic Operators In Python With Example
by admin
1 Comment
In this post we are going to describe on Arithmetic Operators in Python.Before going to Arithmetic Operators let’s know What is a Operator in Python...
24
Jun
How To Push The Changes To Git Branch
by admin
No Comments
In this article I have cloned a project from Git and created a branch called feature/ticket2 in local. After required changes in feature/ticket2 branch pushed...