Tuesday, October 19, 2010

TEDx Chennai 2010



I had been to a very good conference TEDx last week on 10th October to IIT Madras Chennai.
It is an independent event organized by TED.
As far as the TEDx Chennai is concerned this is the 2nd edition held on special date 10/10/10. Even the 3rd edition date has been already finalized it is also on a special date 09/10/11.
The key person to organize this event in Chennai is Mr.Kiruba Shankar , a professional blogger.
I really got surprised when the event closed, how and where Kiruba had searched for those impressive speakers with such great talents. Really hats off to all the Speakers of TEDx and Key organizer Kiruba.
Probably the videos of the event will be uploaded in the TEDx Chennai site soon.

Sunday, October 3, 2010

Simple Python Code

I tried this simple code using 'feed parser' in Python.
Am new to python, So i started trying simple codes in python.


Program :

#! /usr/bin/python
import feedparser

CricinfoCricketNews = feedparser.parse('http://www.cricinfo.com/rss/content/story/feeds/0.rss')

X= input('BBC Cricket News:1 , Cricinfo Cricket News:2 \n enter your choice: ')
i=1

if X==1:
print "BBC Cricket news"
while i <= 5:
ptitle = BBCCricketNews.entries[i].title
pdes=BBCCricketNews.entries[i].description
purl=BBCCricketNews.entries[i].link
print '%s.%s' %(i,ptitle)
print '%s' %(purl)
print '%s' %(pdes)
print '\n'
i +=1

elif X==2:
print "Cricinfo Cricket news"
while i <= 5:
ptitle=CricinfoCricketNews.entries[i].title
pdes=CricinfoCricketNews.entries[i].description
purl=CricinfoCricketNews.entries[i].link
print '%s.%s' %(i,ptitle)
print '%s' %(purl)
print '%s' %(pdes)
print '\n'
i +=1
------------------------------------------------------------------------------------------------------------------------------
Sample output 1:
avinash@linux-qqbq:~/pyPrograms> ./LatestCricketNews.py
BBC Cricket News:1 , Cricinfo Cricket News:2
enter your choice: 1
BBC Cricket news
1.Swann thrilled by 'dream' Ashes tour
Graeme Swann tells BBC Sport that a childhood dream has been realised after being named as part of England's squad for this winter's Ashes series in Australia.


2.Miller explains Ashes squad choices
England Chairman of selectors Geoff Miller says Ashes squad members Monty Panesar and Chris Tremlett derverve their place after improving their form in county cricket.


3.Broad confident of England victory
England bowler Stuart Broad is confident England have all the "attributes" to beat Australia in the upcoming Ashes Test series.

Tuesday, September 28, 2010

Pycon India 2010


Last weekend (25th and 26th sep) got another chance to attend the much awaited conference 'Pycon India 2010'. Registered a month before the event.
It is just like a festival for python progammers, developers , newbies.
It was my first ever conference which is related to Python.
The conference consists of tight schedules of talks from the experienced people in python.
The conference running in 3 different auditoriums simultaneously, people were attended topics of their interests.
FOSSEE was conducted an interesting session about introduction about python for newbies and engineers, that was much helpful for those who new to python.
There were lot of interesting talks happens.
I liked much sessions, here are the few in that
*Introduction to python and how i learnt it
*Python on Mobile phones
*Building multimedia applications using GStreamer and python

and i missed the hit session of this conference 'Device interfacing with python and ZIO.
I won't worry about the missed session because this time Pycon conference has arranged to distribute dvd's,
which contains all the content (videos and slides) of the conference will be available for people who want them. I guess dvd costs Rs600/-

Saturday, September 18, 2010

BCB9


I got the chance to attend the 'barcamp Bangalore' today.
This event usually happens twice a year.
It was nice and better experience than my previous barcamp(bcb4) in 2007.
But this time the event was scheduled for only one day , previous bcb's usually had the 2 day schedule.
This time i somehow managed to attend 4-5 sessions, that too more towards Mobile development platform and application related.

1 Visualizing Government Data
2 A killer Mobile app Framework - Sencha Touch
3 SEO 101 , Local search and Universal Search Optinization
4 Open discussion : smartphone platform wars !
5 Android programming for Desktop Programmers.

It was nice meeting folks after a long time.




Tuesday, August 3, 2010

python programming



Its nice way to start programming in python from the scratch is 'Beginning Python' by Apress publishers. I started learning this book from past 10-15 days, why i feel comfortable with this book , it will take you from very basics, simple programs to very complex one. The flow of explanation is nice.
Specially it contains 10 Projects at the end of the book, by learning and try to implement it at that time we really understand how and where python is useful and how powerful it is.

Title : Beginning Python
Author : Magus Lie Hetland
Publisher : Apress
Price : Rs 529/- (India)

mP3 skype recorder



The best way to record the conversation when your using skype.
- Record both end voices.
- Automatically saved to mp3 format in the separate folders
- Available for Windows/Linux/Mac..
-Simple and easy to use

Saturday, May 15, 2010

World Famous Men in One Single Photograph/Artwork

How many of them you can recognize !!!