Splat arguments in Ruby, Python, PHP

In Ruby, Splat arguments are arguments preceded by a *, which signals to Ruby: "Hey Ruby, I don't know how many arguments there a...

Install pymongo and working with MongoDB in Ubuntu 13.04

In this post, Assuming that we have already installed mongodb successfully and MongoDB instance is running on the default host and port. ...

var_dump variable like php python command

When programming in PHP , normally if you want to know the structure and value of all elements in an object you use :    var_dump(variable_...

How to install Eclipse and PyDev for Python in Ubuntu

One of the best IDE for programming in Python is Pydev basing on Eclipse. With coding in IDE, you can build your application easier and fast...

Three ways to find python module source in your system

How can you find python module source code in your system ? Sometime, it take waste time to find python module to import them when you code....

Python phisolophy

When the first time programming in any language. The better way to begin is know it's phisolophy. Python is the same. And we have an eas...

6 reasons why people use Python

 Although I'm a newbie in python, I want to know why all of the most experts I known are using Python for developing applications. Th...