Creating class in python without using class keyword

add2 = lambda x,y: x+y sub2 = lambda x,y: x-y mul2 = lambda x,y: x*y # Second parameter is tuple, used for inheriting classes # Third parameter is dict, used for defining variables and functions myclass = type('myclass', (), {'var1': 10, 'add': add2, 'sub': sub2, 'mul': mul2}) myinstance = myclass() print(myinstance.add(10,20)) print(myinstance.sub(10,20)) print(myinstance.mul(10,20))

ऑक्टोबर 2, 2013 · 1 min · 53 words · शंतनू

Parental Trolling

ऑक्टोबर 2, 2013 · 0 min · 0 words · शंतनू

Reversing the binary of the given number in python

>>> a=int(input('Enter base 10 natural number: ')) Enter base 10 natural number: 42 >>> b = bin(a) >>> a = int(b[:2]+b[2:][::-1], 2) >>> a 21

सप्टेंबर 30, 2013 · 1 min · 25 words · शंतनू

Campfire

सप्टेंबर 14, 2013 · 0 min · 0 words · शंतनू

GnuPG Key signing party

<key_id> will be signed by <your_key_id>. Importing the key from server [gpg2 –recv-keys <key_id>]{.title-ref} Verify fingerprint [gpg2 –fingerprint <key_id>]{.title-ref} Signing the key [gpg2 –sign-key <key_id>]{.title-ref} Sending the key [gpg2 –armor –output <key_id>.signed_by.<your_key_id>.asc –export <key_id>]{.title-ref} <key_id>.signed_by.<your_key_id>.asc can be send by email or shared using any file sharing service. Importing the signed key [gpg2 –import <key_id>.signed_by.<your_key_id>.asc]{.title-ref} Exporting the signed key to server [gpg2 –send-keys <key_id>]{.title-ref} Other useful links What is key signing Debian Key Signing

सप्टेंबर 2, 2013 · 1 min · 73 words · शंतनू

What is Success?

At Age 4……Success is….not peeing in your pants. At Age 6……Success is….finding your way home (from school) At Age 12…..Success is….having friends At Age 16/18..Success is….having a driver’s license At Age 20…..Success is….having sex At Age 35…..Success is….having money At Age 45…..Success is….having money At Age 55…..Success is….having money At Age 60…..Success is….having sex At Age 65…..Success is….keeping a driver’s license At Age 70…..Success is….having friends At Age 75…..Success is….finding your way home (from anywhere) ...

ऑगस्ट 27, 2013 · 1 min · 83 words · शंतनू

Corporate Policy

Start with a cage containing five monkeys. Inside the cage, hang a banana on a string and place a set of stairs under it. Before long, a monkey will go to the stairs and start to climb towards the banana. As soon as he touches the stairs, spray all of the other monkeys with cold water. After a while, another monkey makes an attempt with the same result; all the other monkeys are sprayed with cold water. ...

ऑगस्ट 24, 2013 · 2 min · 310 words · शंतनू

Relieve Boredom

To relieve the boredom, I remove a e-mail party invite from a user’s mail and post it under the senders username to alt.singles.with.severe.social.dysfunctions on news, and make a note in my diary to be there with my camcorder. Should be a blast!

ऑगस्ट 24, 2013 · 1 min · 42 words · शंतनू

Sandwich

ऑगस्ट 24, 2013 · 0 min · 0 words · शंतनू

Security

ऑगस्ट 23, 2013 · 0 min · 0 words · शंतनू