20
May
Python Program To reverse A Number
by admin
No Comments
In this post we will see How to Reverse Digits of a Given Number. Before that let’s know what we call reverse of a number.Example:...
15
May
How To Find yesterday’s, Today’s And Tomorrow’s Date In Python
by admin
No Comments
In this post we will see how to find yesterday’s, today’s and tomorrow’s date in python. This program is very simple and I hope it...
01
May
How To Find Maximum Of Two Numbers In Python
by admin
No Comments
This is a very Basic Program in Python. In this post we will take 2 numbers as Input and in Output we will see the...
11
Nov
How To Display Calendar In Python Using Calendar Module
by admin
No Comments
In this Article we will see how to write a program to display a calendar in python. There are different ways to write program for...
01
Nov
How To Generate Random Numbers In Python
by admin
No Comments
Generating Random Numbers in Python is very easy. If you have basic understanding of python programming you can write this program in very less time....
29
Aug
Pyhon 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 Product 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
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 input number either 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
42 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
by admin
1 Comment
In this post we are going to discuss 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 one project from Git , created one branch called feature/ticket2 in local, made some changes in ticket2 branch and...
24
Jun
Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR) . Class ‘App\Http\Controllers\DB’ Not Found.
by admin
No Comments
“Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR) . Class ‘App\Http\Controllers\DB’ Not Found ” error might occoredbecause of use DB; missing in your controller....
24
Jun
Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException Error Fix In Laravel
by admin
No Comments
Here we are giving you solution to fix “Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException” error in Laravel.Please try following things which will...
23
Jun
Insert, Edit, Update, View & Delete Records In Laravel For Beginners
by admin
No Comments
This is simply user management.The fields are name, email & phone No. I have not given emphasis on design part. You can customize as per...
23
Jun
How To Seed Database Using Faker Library In Laravel
by admin
No Comments
Here we will create one student table & will insert 1000 dummy records using laravel Faker Factory.It’s really interesting. To this we will create a...
09
Jun
How To Install Laravel In MAC OS
by admin
2 Comments
Open Terminal Step 1: curl -sS https://getcomposer.org/installer | php Step 2: mv composer.phar /usr/local/bin/composer Step 3: cd /Applications/MAMP/htdocs Step 4: composer create-project laravel/laravel laravel5 Note:...
08
Jun
How to Install Python in Windows
by admin
1 Comment
Python Installation is very very easy and you can install it in 2-3 steps only.Please go through below steps and let us know the issue...