InBetter ProgrammingbyEldad UzmanThis Is Why You Should Use Tortoise-ORM in Your Python ProjectsManage your databases like a boss!Jun 17, 20221Jun 17, 20221
Daria PlotnikovaI‘d been writing for 1 year on FastAPI after 5-year experience on Django. And here what I’ve foundFor whom this article is written — for people who just started their way in backend development and are deciding now what a framework to…Aug 6, 202313Aug 6, 202313
InITNEXTbyMohammad Hoseini RadScalable Real-Time Apps with Python and Redis: Exploring AsyncIO, FastAPI, and Pub/SubI have recently started working on a side project, a real-time mobile board game with Unity, and I decided to use Python as the server’s…Jul 25, 20239Jul 25, 20239
InTowards DevbyBuilescu DanielWhy Django is the Future of Web Development: An Ex-Google Engineer’s PerspectiveUnlock the future of web development with Django: insights and expert analysis from an ex-Google engineer.Jul 25, 202321Jul 25, 202321
InInstawork EngineeringbyAdam StepinskiIterating with Simplicity: Evolving a Django app with Intercooler.jsAbout a year ago, Instawork started experimenting with a new product called Gigs. Gigs lets restaurants and caterers fill on-demand shifts…Oct 24, 20181Oct 24, 20181
Harsh BhimjyaniManaging Elasticsearch in Django like a proI have used Elasticsearch in a couple of my projects recently and I really love it. Its an excellent backend to build search engines or…Sep 1, 20183Sep 1, 20183
Bruno FosadosDjango Async Class Based Views (ACBV)Hello there! Django 3.1 finally was released with support for Class Based Views and Function Based Views, a big thanks for this amazing…Jun 24, 20202Jun 24, 20202
InThe StartupbyMeriç Melike YılmazDynamic Task Scheduling With Django-celery-beatWhen there is a need to run asynchronous or recurring tasks in Django applications, celery is the go-to project for implementation. And…Dec 3, 20208Dec 3, 20208
Gurupratap S MatharuBuild a RESTAPI using nested serializers in Django-Rest-FrameworkCode on github here: https://github.com/gurupratap-matharu/django-rest-booking-apiFeb 13, 20195Feb 13, 20195
Oliver FlemmerWhy Django is the best Web FrameworkIn this short post I will cover just a few reason why I believe Django to be the best web framework.Aug 10, 20209Aug 10, 20209
Thilina MadumalFlask App Deployment in Windows (Apache-Server, mod_wsgi)A simple but reliable approach to deploy python Flask apps in WindowsJan 23, 201915Jan 23, 201915
Ryley SillBasic Performance Optimization in DjangoTL;DR: Profile your code, make fewer SQL queries, serialize less dataJan 7, 201910Jan 7, 201910