MOKA Analytics uses Django
Django takes the hassle out of building an enterprise web application using Python.
jegesh uses Django
Our backend was written in Django. We took advantage of the ready-to-go admin interface as a go-to solution for the client to be able to authorize his users, as well as other functionality, while most of the work was done through the Django Rest Framework.
blairg23 uses Django
Hands down the best Python web framework I've used. Very easy to extend and add apps and go from 0 to full project quickly and painlessly. I built a fully authenticated project with a single endpoint in less than 30 minutes.
SpreadServe uses Tornado
SpreadServe's RealTimeWebServer is built in Tornado. Spreadsheets loaded into SpreadServeEngine instances are projected into browsers using Tornado. Server side recalcs are pushed to the browser using web sockets.
rkdgusrnrlrl uses Django
์ ๋ง ํธ๋ฆฌํ๊ณ ๋ง์๊ฒ์ ์์์ ์ ๊ณตํด ์ฃผ๋ ํ๋ ์์ํฌ ์ด๋ค. ์ฑ ์ ์์ ๋ง ์งํํด์ ๋ง์ด ์จ๋ณด์ง๋ ๋ชปํ์ง๋ง, ์ฝ๊ฒ ์ฝ๊ฒ ์น์ ๊ฐ๋ฐ ํ ์ ์๋ ์ ์ด ๋งค๋ ฅ์ ์ด๋ค. ๊ฒ๋ค๊ฐ orm ์ด ๊ธฐ๋ณธ์ผ๋ก ๋ด์ฅ ๋์ด ์๊ณ db ๋ sqlite ๊ฐ ๊ธฐ๋ณธ์ผ๋ก ๋์ด์์ด. ๊ทธ๋ฅ django ๋ง ์ค์นํ๋ฉด ๋ฐ๋ก ์น๊ฐ๋ฐ์ด ๊ฐ๋ฅํ๋ค.
papaver uses Tornado
setup an api for a client with tornado backend. incredibly fast and lightweight. unfortunately breaks down when using third party libraries which block internally.
yevgnenll uses Django
django๋ ์ ์ ๋ฌด๊ธฐ์ ๋๋ค.
django ์ด์ธ์ flask๋ก ๊ฐ๋จํ restful api๋ฅผ ๋ง๋ค๋ฉด์ ๋๋์ ์ framework ๋ณด๋ค ์ธ์ด๊ฐ ์ค์ํ๋ค๋๊ฒ์ ์์๊ณ django๊ฐ ์ผ๋ง๋ ํฐ framework์ธ์ง ์๊ฒ๋์์ต๋๋ค.
์ ๋ signal ์ฌ์ฉ์ ์ข์ํฉ๋๋ค.
Banyan uses Tornado
Tornado with Async/Await coroutines provided in Python 3.5 make up for an excellent stack for a micro-service.
Kalibrr uses Tornado
We use Tornado as our websockets server, using SockJS (an alternative to socket.io).