Fork me on GitHub
#yada
<
2018-02-05
>
rovanion13:02:03

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?

dominicm13:02:39

@rovanion Pyramid comes quite close.

dominicm13:02:49

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

rovanion13:02:05

Googling intensifies.

rovanion13:02:00

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.

dominicm13:02:02

@rovanion I remember it being old.

rovanion13:02:43

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

dominicm13:02:44

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.

dominicm13:02:49

It is indeed.

rovanion14:02:46

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

dominicm16:02:52

Flask is smaller. It's a micro api

dominicm16:02:59

Pyramid is in the middle

dominicm16:02:05

Django is a framework

rovanion09:02:41

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.

dominicm09:02:54

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