|
|
|
|
|
by adregan
4116 days ago
|
|
We use it for quite a bit at my job (for everything really). Mostly, I think due to familiarity. I enjoy working with it (and I've grown to really enjoy python due to my time using it), and it's possible to build a server that uses generators pretty easily. The only problem is that you have to be really watchful for blocking calls mucking the whole thing up. For a long time, I really would have rather used node, but now, I'm ok with using python. I pushed us into a micro service style architecture, so one day, it's feasible to upgrade different parts of the stack with different technologies. |
|