HN user

surendra_sedhai

37 karma
Posts16
Comments18
View on HN
news.ycombinator.com 13y ago

How to Download Videos From videolecture.net?

surendra_sedhai
1pts0
plus.google.com 13y ago

Have you join Google+ Community for Data Scientist

surendra_sedhai
2pts1
news.ycombinator.com 14y ago

Best blogs for Machine Learning and Data Mining?

surendra_sedhai
5pts5
www.time.com 14y ago

Salman Khan(khanacademy.org ) Times Top 100 influential Person in the World

surendra_sedhai
2pts0
news.ycombinator.com 14y ago

How to download video from videolectures.net?

surendra_sedhai
2pts0
www.ibm.com 14y ago

The Future of Data Storage - Racetrack Memory

surendra_sedhai
1pts1
news.ycombinator.com 14y ago

Is google appengine Down?

surendra_sedhai
1pts1
blog.hubze.com 15y ago

Access Facebook from Google+

surendra_sedhai
2pts0
news.ycombinator.com 15y ago

Is privacy policy strong and convenient in Google+?

surendra_sedhai
1pts0
news.ycombinator.com 15y ago

Is there any roadmap for Google+ API?

surendra_sedhai
6pts4
news.ycombinator.com 15y ago

Which is better, Google +1 or Facebook Like?

surendra_sedhai
1pts0
news.ycombinator.com 15y ago

Is Facebook trust worthy?

surendra_sedhai
2pts1
news.ycombinator.com 15y ago

Why most of the successful startups are in Silicon Valley?

surendra_sedhai
1pts1
news.ycombinator.com 15y ago

Which programming language is the best for programming beginner?

surendra_sedhai
12pts15
news.ycombinator.com 15y ago

Startup or PHD, which is better option for computer science graduate?

surendra_sedhai
4pts4
news.ycombinator.com 15y ago

What are the missing features in App Engine?

surendra_sedhai
10pts16

I agree with @noahth that its a easier way to prevent from Spam post. However, it may reduce activities of users. There are pros and cons and its tricky to balance them.

I think it depends on the product you are lunching. However, in general following things may help to gain early users

1) Using social media (Facebook and twitter) for marketing

2) Make Facebook app/ Facebook fanpage it may help in viral growth

3) Search engine optimization

4) Service\content you are providing should be magnetic so that early visitors will be converted into early users

Yes, datastore backup and restore using bulkloader is not comfortable. For getting backup in local machine i am using bulkloader. However, i am doing online backup using backup(dummy) appengine project. I am coping data back and forth between production and backup projects for backup and restore purpose. Its comparatively easier.

Python-appengine is really cool. However, i wish they provide full text search soon. I am using whoosh-appengine search which work fine for me. I am not sure whoosh-appengine search fit in all use case or not. Can you make it clear, for what type of projects app-engine is not a good choice?

I have been programming for last 8 year, however, both python as well as app-engine was new for me. Below after few posts i have written how i learn python so i dont want to repeat here. However, i think python on app engine is boon for python beginner like me. Since i have worked on cake-php and ruby on rails i found webapp also somehow similar. My website www.lolzwow.com is live and getting good number of hits, however, i don't have to pay a penny and statistics shows that free quota can handle still more traffic than what i am getting now. So, python app-engine is a good gift from google to python community. Thanks Google

Yes, those videos cover from very basic of programming to quite advance stuffs. If you follow all in sequence i think it wont be a problem. So, i suggest you to take first two lectures if that helps you then go for remaining.

Anyway i think python is good programming language to start with. All the best

Starting with the simplest idea you have in your mind will be the best way to learn python.

Let me share my story, I started thinking about learning python two months back. My brother has been using python since last four years, so i asked him how should i start. His answer was simple "Learn it by doing". Stumbling with different ideas for a week i came up with a simple idea to write a script that collects publicly shared videos in facebook (I love viewing videos shared in facebook). I have been programming since last 8 years but this was first time i wrote a script in python. I got very excited when 20 lines of python script collected thousands of videos shared in facebook. Next day i shared my script and results with my brother. He was really excited and i asked him to help me to extend the project to collect the interesting videos shared in social media. After the iterative process of learning and refinement of idea, we built http://lolzwow.com.

My idea of learning python by writing simple script that collects videos evolved into a complete site that collects and features Funny, Amazing, Inspiring and Interesting videos shared in web. On top of all i learned Python (one of the most beautiful language i have encountered so far)

By sharing my story, I want to say

1) Start with simple idea that can be converted into computer program

2) If you have someone who knows about python, ask for help

3) If you have any questions that confused you, join python IRC on freenode. From my experience, I can say people in python IRC channel are the most helpful people that i have encountered in any IRC channel. I really love python folks out there in #python channel.

4) Learning by doing encourages you and highly reduces static friction that every people faces when learning new thing.

If you don't have prior knowledge of programming I suggest to go through Introduction to Computer Science and Programming video lectures made available by MIT OCW http://bit.ly/bdRzad.

Good luck.