Elise - A Responsive Blogger Theme, Lets Take your blog to the next level using this Awesome Theme

This is an example of a Optin Form, you could edit this to put information about yourself or your site so readers know where you are coming from. Find out more...


Following are the some of the Advantages of Opt-in Form :-

  • Easy to Setup and use.
  • It Can Generate more email subscribers.
  • It’s beautiful on every screen size (try resizing your browser!)

Saturday, 22 May 2021

// // Leave a Comment

Do you know what is character set?

CHARACTER SETA set of valid characters recognized by python. Python uses the traditional ASCII character set. The latest version recognizes the Unicode character set. The ASCII character set is a subset of the Unicode Character set Letters :–A-Z, a-z Digits :– 0-9 Special symbols :– special symbol available over keyboard White spaces:– blank space, tab, carriage return, new line, form feed Other characters:-...
Read More
// // Leave a Comment

Introduction to Python

INTRODUCTION Python is widely used general purpose, high level programming language. Developed by Guido van Rossum in 1991. It is used for software development, web development (server-side), system scripting, mathematics. Features of Python 1. Easy to use – Due to simple syntax rule 2. Interpreted language – Code execution & interpretation line by line 3. Cross-platform language – It can run on windows, linux, ...
Read More
// // Leave a Comment

Introduction to C++

Introduction to C++C++ programming language was developed by AT&T Bell Laboratories in 1979 by Bjarne Stroustrup. C++ is fully based on object oriented programming technology i.e. C++ is ultimate paradigm for the modeling of information. C++ is the successor of C language. It is a case sensitive language. &nbs...
Read More
// // Leave a Comment

Introduction to java

HISTORY OF JAVA1990 - Development started.1991 - Announced a new language named OAK.1992 - The green project team by sun micro system demonstrated the application of their new language.1993 - Development of web applets1994 - Developed a web browser called HOT JAVA1995 - OAK renamed as JAVA1996 - Sun micro system released JDK (Java Development Kit)1997 - Released JDK 1.1FEATURES OF JAVA1. Compiled and interpreted    In java programs,...
Read More

Friday, 21 May 2021

// // Leave a Comment

Java is simple and powerful. Let's see

  INTRODUCTIONWhat is Java? Java is a popular programming language created in 1995. It is owned by Oracle, and more than 3 billion devices run Java. It is a general purpose object oriented programming language. It is used for:  Mobile applications   Desktop applications  Web applications  Web servers and application servers  Games  Database connection Why...
Read More
// // Leave a Comment

Programming tricks for beginners

 Programming is a skill to do coding efficiently. Writing code can sometimes be the most difficult part of any software development process. A good code  is maintainable, reusable and testable. While coding we should remember few points. The best practice for writing the code including these facts. The code should be standard, every individual programmer can create your own coding standard. While writing code write useful comments....
Read More

Wednesday, 19 May 2021

// // Leave a Comment

What to do before start learning programming ?

 IntroductionFirst we should learn how a computer works inside. Why algorithms are needed for computation? Why memory is needed? Basically every computer program have three parts accept user input, process the computation, display the output(result). The algorithms are used to do the computation and memory is needed to store the desired output(result). What is  an algorithm? Algorithm is a set of rules that defines...
Read More