mathematic – POFTUT

Php – Numeric Variable Types Like Integer, Float, Double

[rps-include post=6522] Php provides different numeric variable types. In this tutorial we will look them in detail. The numeric types available in Php are listed below. Integer Float Double Numeric values are used mainly used for mathematical calculations. If we will use numbers just like id or school number better way is using string but … Read more

Linux Bash Operators Like Assignment, Plus, Calculation

[rps-include post=6835] We can store different type of values in the variables. But just storing values is generally not enough and we need to make some operations with them. In this tutorial we will look different type of operators which will work with variables. Assignment The most used operator and generally underestimated its power. Variable … Read more

Python Set Data Structure With Examples

Python provides different structures to hold data. We have all ready looked list and dictionary in this site. Today we will look usage examples and features of python set. Set have same properties and behaviour of mathematical set. Sets have following features unordered means the order is not important and do not expect same order for … Read more