100,000+ hits on TechnoBeans

Thanks guys for your overwhelming responses to my blogs over the last couple of years.. Technobeans has managed to get 100,000+ hits and credit goes to you all who viewed and referred the content to your friends, and colleagues. While this is great milestone, I wish you guys continue to look forward to more blogs, … Continue reading 100,000+ hits on TechnoBeans

Python: Dynamic typed

According to wikipedia, "A programming language is said to be dynamically typed when the majority of its type checking is performed at run-time as opposed to at compile-time. In dynamic typing values have types, but variables do not; that is, a variable can refer to a value of any type. " In statically typed language … Continue reading Python: Dynamic typed