python Data types

Java Exceptional Handling

0
******************************Exceptional Handling****************************** Hello friends, today we learn about the concept of Java  EXCEPTIONAL HANDLING or ERROR HANDLING. When any code is written then there is always a chance of arising...
Exception Handling

Class and Objects using Python

1
Python Class: Python is a pure Object Oriented Programming language because in Python even data members like "a"  are treated as a object ,while all variables are references of their classes...
ROR Tutorial : Rails with Mysql Configuration

ROR Tutorial : Rails with Mysql Configuration

0
Many of our users get error in establishing connection with mysql or some other configuration for mysql, so I decided to make this tutorial for Rails with Mysql Configuration. Off-course...

Statements-4(SELECTION STATEMENT:SWITCH STATEMENT)

0
Lets continue with the statements ....... SELECTION STATEMENT:SWITCH STATEMENT These are similar to multiple if -else statement but its more easy to understand and it doesnot create any confusion for the...
Top TenProgramming languages

Github Top ten programming languages

0
Top ten programming languages   Here are the ten popular programming languages: ten popular programming languages:#1 Java script First off all many people have misconception that JavaScript has a relation with Java but...
Ruby On Rails Tutorials : Creating new project in Rails

Ruby On Rails Tutorials : Creating new project in Rails

4
Pr-request for Ruby on Rails tutorials Install linux Operating-System from here . Install RVM , Ruby and Rails from here. ...

How to use file input/output

0
File Input/Output  Why we need file input/output programming? As we know it is not enough to just display the data on screen because if data is large  ,only a limited amount...

How to use Array in C++

0
How to use Array in C++ Arrays are the collection of fixed size , same type of elements in a sequential order. These elements are basically variables of same data...
c data types

Getting Started:C Data Types and Constants

0
At primary stage C data types are divided into 3 categories : integer ,character and real. Let us explore these data types. // Integer : It's simple to understand that...
arrays of structure :buffercode

EXPLORING C STRUCTURES PROGRAMMING:Arrays of Structures

0
In our previous post you learn Intro to Structures in c programming that is why use structures in C,Syntax of structures in C ,Declaration of structures ,Declaration of structures...

Arrays In C/C++ And Their use

0
Arrays are the collection of fixed size , same type of elements in a sequential order. These elements are basically variables of same data type . They can be...
Exception Handling

Exception Handling in Python

0
Exception Handling in Python Exception Basics Exception  : Nothing but an event that are modify the flow of event or a flow of control in a program . In python or...
readbyte from files

File Handling in java

0
File Handling in java programming:   File handling in java or in any programming language is a very  important concept. In java File handling in java is done by input and output stream these Input...

Function-2

0
Now lets continue from where we left off our topic "function ". In this post we are going to discuss about types of functions . TYPES OF FUNCTIONS  Now there are...
strings and their use in c

Strings:Strings and their use in C programming

0
Strings are the set of character stored in a character array likewise we store group of integers in int array. Strings are one of the most important and wide...
python variables and data types

Python Variable and Data types

0
Python Variable and Data types: In python  variable and data types are very interesting, how variable and objects work.In this chapter we will discuss how  variable and object are work together...
buffercode_python

Python: Matplotlib Plotting Cookbook

1
Who this book is for?? There may be question in your mind that  who this book is for?? so below is it's answer for you: If you are an engineer or...

Python Data types Tuples ,Sets, Dictionaries

0
Data types Tuples ,Sets, Dictionaries : In python data types  sets ,Dictionaries and Tuples are easy to implement and and many of predefined function and modules are support them. hello friend...
Why Rails ? An Introduction to my favorite framework

Why Rails ? An Introduction to my favorite framework

0
Note: I will start tutorials on rails with real-time dynamic web application depends on response of users. If you want this please mention in comments, so that I can...
Python Modules

Creating Python Modules: Easy way

0
Creating Python Modules: with Simple Steps     In Python we look at modules ,Module are very simply to put and Module is allows to better organizing the code or pretty much...
Generating equations with radicals

Generating equations with radicals

This is a guest post by Francisco Javier García Capitán on Generating equation with radicals  RationalToString converts a number into a string. The number can be an integer or a fraction....

How to write c++ comments

0
What are comments in c++?? Comments are generally those line which will not compile and use for remember the aim/purpose of code. Why to write comments?? Comments written in any programming language...

Defining Functions in python

0
Before you start you must see our previous post My first C++ program Functions : Before learning defining functions you must know what is the meaning of functions in programming languages. What is the meaning...
buffercode_python

Learning Python

0
Learning Python ch-1 Introduction to python: what is programming language?? First off all we have to know what is programming language?? Programming language is a procedure for writing symbols to specify a given...

Exceptional Handling In Java

0
******************************Exceptional Handling***************** ************* Hello friends, today we talk about the concept of EXCEPTIONAL HANDLING or ERROR HANDLING. When any code is written then there is always a chance of arising...