Maxim Danilov
Python/Django Speaker and Coach. Senior software developer.
Since 1997 in software development, 8 years with Python.
Programming languages stack: RISC Assembly Language, C, Pascal, Fortran, ASP, VB/VBA, PHP, HTML/CSS, VueJS/NuxtJS, Python.
I Live in Austria in Tirol. I am also Alpine Ski and x-cross-country Instructor.
Sessions
Many developers avoid using generators. For example, many well-known python libraries use lists instead of generators. The generators themselves are slower than normal list loops, but their use in code greatly increases the speed of the application. Let’s discover why.
The Django Admin Panel is a complex and bad-documented tool in the Django that can greatly speed up development if you start to understand it.
“Isn’t it easier for us to write our Backend?” I will answer: “No, it’s not easier!”. 8 years of insights and discoveries in my Talk. Here i want talk about multiple admin sites, ModelAdmins possibilities, object state versioning and app configs as completely forgotten hidden power.