Why should I use this app?
Because it makes sharing photos with the people around you easy.
So?
Its a shared experience that even your grandmother and grandfather can enjoy.
So?
They Love you!
Awww

Dragon Ball Z is nostalgia and legend. This awesome video shows the voice actors getting into character.
Why should I watch this?
Have you watched an entire episode of Dragon Ball Z?
No…
Don’t watch it.
This is a great question! And Subhasis has a great answer. The challenge of this question is met, and follow up continues with other great responses. Subhasis also provides this link for further reading as a continuing series. The former is worth reading for anyone living with a computer.
This article is worth reading because…
Subhasis answer is great a explaining the fundamental attributes of computers.
Why?
Provides an easy to read introduction to many complicated components.
Why is that important?
Understanding the components is essential for understanding the system.
Why do I care about this system?
Understanding systems is valuable for understanding why things are the way they are.
Why does that matter?
If we understand why things are the way they are, we can get at the root of how to improve them.
Alright, fine I’ll read it.
Love to continue the discussion in the comments below.
Python is an excellent teaching programming language. It has all the tools to inspire students out of the box with plenty to grow on.
Development requires a basic understanding of computer science but will teach essentials for large scale software development, object oriented design, polymorphism, and development environments.
I like python. The Zen is magnificent. It inspires me every time I practice and learn.
Microsoft arrives in the form of PTVS (Python Tools for Visual Studio) a powerful extension for Visual Studio that can be installed in all Versions of VS.
PTVS turns Visual Studio into a Python Dev Environment. Complete with Debugging, in window REPL (with autocomplete assistance), IntelliSense, configurable environments and virtual environments.
Its an extremely powerful tool.
While getting into PTVS I would recommend watching these two videos:
The second one especially will help you get a grip on how to configure development environments in Python, one of the most crucial parts of taking development to the next level.
Also, configuration of PIP, Setuptools, and virtualenv is all handled for you from there. Its freakin sweet. You can do all of this for free with Visual Studio Express.
Other helpful resources:
Python the Hard Way
Scott Hanselman’s Blog about PTVS
Pluralsight Subscribers
Python Tools for Visual Studio
Somasegar’s Post!
Let me know if you have any other questions!