Re: [Edu-sig] Simplest webapps

2018-03-30 Thread kirby urner
Very interesting. I note that free users are relegated to Python 2.7 Server modules can be Python 3.6 (outside the free version) Client stuff compiles to JavaScript and is approximately 2.7 That's a bit confusing maybe. I try to avoid 2.7 but that's not easy. In my Coding with Kids work, we u

Re: [Edu-sig] Simplest webapps

2018-03-30 Thread kirby urner
Hi Aivar -- I think it's a fine idea to write simple Python scripts that write HTML files, which you may then pull up in the browser. There's no need to put a server behind static web pages. So, for example, I'll have my students write a page of bookmarks: # -*- coding: utf-8 -*- """ Created on