In the interest of learning new (new-ish I guess since it's not really a new language?) things, I've been working through some introductory #rubyonrails guides. It really makes me wish #python had a built-in template project like "rails new" that creates all the default config settings and files rather than having to build all that from scratch. Unless it has that and I just missed it along the way?
@wxheather Django! https://docs.djangoproject.com/en/4.1/intro/tutorial01/
I am thinking about writing a backend for my website so I can do some kinda blogging while I am finishing my undergrad.
@brandonb_phy @wxheather came here to say this. I think the most comparable framework in the #Python ecosystem is #django.
@mattkram @brandonb_phy This might be what I'm looking for! Thank you!