Today I would like to talk about how would be one of the best ways to work with a git repository when you are coding. And this way would be using the Egit plugin while you are writting your code in Eclipse. So if you are already familiar with git, the usage of this plugin […]
November 13, 2011
Python is a high level interpreted language designed to be very simple to use. It is object oriented and since it is interpreted it is also said to be multiplatform (as long as the python interpreter exists for any given platform of course). The phylosophy is to always have a clean syntax in favor of […]
December 13, 2010
We all know that usually when we develop we do it with a bunch of other people that could help us fixing bugs or doing some features if they find our project interesting. So of course if there is going to be this kind of interaction with our code, we are going to need a […]
December 25, 2011
0