Why arent there any courses teaching web development in Python?
11–13 of 13 posts
Re: Why arent there any courses teaching web development in Python?
#12It seems you are only talking about python in the browser. I'd guess anyone wanting to use python in the browser already knows python and already uses javascript in the browser and wants to get a way to do browser stuff with the language they like. I don't think a beginner that doesn't know either language would care to go through the hoops to get python working on the browser.
Re: Why arent there any courses teaching web development in Python?
#13"Web development" means many different things to different people. I believe a sensible approach, for some (including me), is: 1. Learn back-end web programming (HTTP request/response model, templating, sessions, security, the REST architectural model, ORM...) with your framework of choice (Django, Flask, Litestar, Sanic...). There are many tutorials and books around. 2. Learn HTMX ( https://htmx.org/ ). A fine book…