In this article, we are going to tackle very important topic: the test conditions. Test conditions are...
Month: August 2015
Battery life has always been a huge consideration for mobile devices, and remains of the most limiting...
Variables would be completely useless if we didn’t have operations to be done with them. But, fortunately,...
Users are, and have always been, drawn to visual elements of an interface, particularly when that visual...
“Change is the essence of life; be willing to surrender what you are for what you could...
Apps can be tricky to handle from a programming perspective because they always exist in tandem with...
Now, the show starts… enjoy!! We know that a shell script is a collection of Linux commands...
So far, we have seen how Python could be used as a scripting language, Object-Oriented Programming language,...
In the previous article, we had an introduction to Shell Scripting. To write good shell scripts, a...
A Module is a script file containing Python code to be reused. From this short definition we...