App Engine lets you code and deploy suitable programs as web applications. As such, some knowledge of programming and web fundamentals is usually needed to use App Engine.
With just web fundamentals (HTML, CSS, Javascripts, images...) you can use App Engine to deploy a purely static website: see https://cloud.google.com/appengine/docs/standard/python/getting-started/hosting-a-static-website . Most often, you will also need to know something about programming. There are good tutorials, including free ones, such as https://www.udemy.com/learn-google-appengine-its-cake/ -- which requires you to know something about programming in Python; to learn the latter skill, you can of course use other tutorials, including free ones, such as https://www.udemy.com/learning-python-not-the-snake/ . App Engine supports other languages besides Python, but I would strongly recommend Python, today's most popular language according to a recent study published at http://spectrum.ieee.org/computing/software/the-2017-top-programming-languages , and the most frequently taught programming language at top US universities according to https://cacm.acm.org/blogs/blog-cacm/176450-python-is-now-the-most-popular-introductory-teaching-language-at-top-u-s-universities/fulltext . (Of course, I could be biased:-). Alex On Tue, Aug 1, 2017 at 9:49 AM, Muthu Krishnan <[email protected]> wrote: > Hi, > I am basically non- technical person willg to learn more about the google > app enginee and cloud computing. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-appengine. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/google-appengine/5105a051-a97c-47e9-be10- > 36ff89ddb522%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/5105a051-a97c-47e9-be10-36ff89ddb522%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAE46Be8atAL6Pw5MehG9tij%3D5Gft5QP-QvmXSv04nrbGVyjBpA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
