yada

rovanion 2018-02-05T13:08:03.000196Z

Say that you were going to write Python 3 for the next three months, what is the closest to yada you can get in the Python world?

dominicm 2018-02-05T13:08:39.000422Z

@rovanion Pyramid comes quite close.

dominicm 2018-02-05T13:08:49.000304Z

I have no idea if that's still ticking along though.

rovanion 2018-02-05T13:09:05.000283Z

Googling intensifies.

rovanion 2018-02-05T13:17:00.000233Z

There isn't necessarily a lot of stuff happening in the Pyramid repo, but there seems to be users who submit small changes and improvements. So perhaps it is done, gotten where it needed.

dominicm 2018-02-05T13:18:02.000271Z

@rovanion I remember it being old.

rovanion 2018-02-05T13:18:43.000443Z

It looks to be using classes rather than data and functions though, but perhaps that's what you do in rome.

dominicm 2018-02-05T13:18:44.000430Z

It's a nice medium between Flask & Django. It has auth built in to the core, but not coupled to as many things as Django is. Flask is probably very good by now though, I remember flask-classy being an improvement.

dominicm 2018-02-05T13:18:49.000136Z

It is indeed.

rovanion 2018-02-05T14:36:46.000373Z

Completely superficial but Flask looks to have cleaner API. I don't know.

rovanion 2018-02-06T09:09:41.000347Z

Yeah, seems like it. Seems like there are plugins for role based auth for flask too, so perhaps you can sort of pick and choose libraries like you can in the Clojure world with Ring.

dominicm 2018-02-06T09:40:54.000083Z

Yep. Flask is more like ring. Pyramid is more like yada. Django is more like... We don't have that!

dominicm 2018-02-05T16:56:52.000552Z

Flask is smaller. It's a micro api

dominicm 2018-02-05T16:56:59.000185Z

Pyramid is in the middle

dominicm 2018-02-05T16:57:05.000381Z

Django is a framework