Python and Flask
That said, sometimes you do have to just pick something. https://www.python.org/ https://palletsprojects.com/p/flask/ We're going to adopt Python for the remainder of the course because it's a very popular web language that's also used for lots of other general-purpose programming tasks. If you're working on a web project with non-engineers who do some coding, Python is most likely to be the language you both know. Similarly, we're going to use Flask because it's widely used, and also lightweight and relatively un-opinionated about how to structure web applications.