|
|
|
|
|
by sgt
409 days ago
|
|
Absolutely. For what it does, Django is pretty much the best full stack Python web framework there is. It's also a great way to rapidly develop (just sticking to synchronous, which Django is best at). One can then later consider spinning certain logic off into a separate service (e.g. in Golang), if speed is a concern with Python. |
|