Python
When should we quit ?
I had been working on a project called CHARCHA, for quite sometime now. The aim of this project is not to reinvent something that already exists, rather combine a few tools to make a workflow better. Before building thus product , I have to confess that I have worked for 2 other companies and NY present is the 3rd startup I am working for. In all these cases, I have failed a lot of times , even thought of quitting a lot if time.
!(git commit virtualenv)
So, To write my first blog post of the year, I was attending the first FSMK Sunday School of the year “Handson with Django”. I was quite exicted about this for a few reasons. The mentors were all participants of Django Girls in Bangalore this year Their mentor was a fellow Free Software Activist at FSFTN (@srravya) FSMK was celebrating women’s months with all women speakers and mentors all over the month.
The typical Mistake in a FizzBuzz Problem
My first interview question to anybody, their responses and my learnings This is one such interview question that no fresher has answered right in the first attempt. After about taking a few 10 interview candidates at my workplace, I am actually suprised. I was able to get it right the fist attempt. So what is the question ? Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”.