Python and Cython, flask, gunicorn, various ML frameworks, Postgres for web services.
Python with Cython because this allows extremely nice flexibility between concise, expressive code and low-level targeted performance optimization.
Flask with gunicorn has scaled extremely well for us, but there are many good alternatives. Postgres because flexibility with customizations and data types in the database has been the most important thing for us.
Python with Cython because this allows extremely nice flexibility between concise, expressive code and low-level targeted performance optimization.
Flask with gunicorn has scaled extremely well for us, but there are many good alternatives. Postgres because flexibility with customizations and data types in the database has been the most important thing for us.