I vaguely understand the difference between Google App Engine and a traditional Web Hosting service.
I do understand Google App Engine can scale for a much wider audience, thanks to not having to maintain your own hardware, handling the load-balancing, spreading the data over multiple locations, etc.
But in terms of what can be accomplished when using Python or any of the other supported languages on GAE, can't a Web Hosting service equipped with a LAMP stack (or the like) create dynamic content, store data, and render pages to the browser just the same? Is there some other content / service that developers could provide through GAE?
Examples would be very helpful.
In my mind - all I can picture is that they both serve HTML pages, CSS & JS files, images, videos, music, maybe pull data from a relational database, allow users to upload files to share, etc.