Python

We have created Python backends and still operate many of our automotive clients, such as e-commerce solutions handling thousands of orders per day; event management, e.g. synchronization of thousands of calendar events per day across a large corporation; or finance, e.g. internet banking for the management of foreign currency (forex) accounts. We really like Python, which is why we use it in our own projects and internal applications, which make routine work easier for our developers on a daily basis.

We love it especially for it’s great expressive abilities, extensive library base and unprecedented community support. Thanks to this, development in this language is very efficient and fast, and the resulting code is easy to understand and clear. In addition, it is suitable for various types of applications from simple service scripts to the complex backends of database applications mentioned before.

But a programming language alone without a strong framework would be like a stray space module without a parent base. We, Eluvians, like to combine Python with Django and Flask frameworks. This will allow us to use the ready-made solutions, architecture, design patterns and libraries that the framework offers even more effectively. If we simplify it a lot, we are not trying to invent a wheel. We let ourselves be guided by the experience that the open source community has had for almost 15 years (in the case of Django), resp. for 30 years (in the case of Python), it has collected and tested countless times in practice.

Back