TechYoYo

Tech for the Cool

Now is the time to learn Objective – C

With Apple about to announce its latest revolutionary product – the Tablet PC, its share value and earnings is bound to rise several times. But importantly, it will help many freelance programmers earn a fortune by developing apps for it.
iPhone apps are developed in Objective C.  However, there is an python implementation too. According to [...]

HTML5 to include- rel=”noreferrer”

HTML5 is going to include the tag rel=”noreferrer” . This tag will strip out the referrer information. That is the browser will not detect the referrer page. Mark Pilgrim writes in Dive into HTML5
rel=”noreferrer” “indicates that no referrer information is to be leaked when following the link.” No shipping browser currently supports this, but support [...]

Java EE or .NET for Web Applications

When you are developing web applications you usually have to make  a choice between Java EE and .NET.  Here is some points you should take note of before you take the plunge.
.NET  relies on stored procedures, whereby in Java  preference is given to keep everything in domain objects outside the DB. On .Net side you [...]

Encrypt message using Python

This program makes use Caeser Cipher method for encrypting and decrypting data. From Wikipedia
It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet. For example, with a shift of 3, A would be replaced by D, B would becomeE, and [...]

My first real Python program

I am really beginning to like Python Programming Language. It is quite efficient in doing lot of tasks. Unfortunately, I don’t get to devote much time for learning it. Here is the code that will calculate the square root by newton method of iterations.
import random
a = float(raw_input(“enter a integer”))
x = random.randint(1,a-1)
while True:
print x
y [...]

C – The Least Common Denominator

Many new programming languages have developed in last two decades. Java, Python, Ruby, Lisp, etc have gained popularity for different reasons and purposes. Each language has its own band of followers like football teams fans who  try to bring other fans in their fold.
But any good programmer, especially of embedded systems, will tell you that [...]

Why I decided to learn Python

I am a BSc IT student of Mumbai university. We don’t actually have to learn Python Programming language. Also you know that in India the fad is to learn Java, .NET, VB, etc. So why did I chose to learn Python?
Firstly, I was impressed when I came to know that Google’s algorithms are based on [...]

Get Adobe Flash playerPlugin by wpburn.com wordpress themes