PythonA collection of 346 articles#Python#Django#performance#cachingGo Fast With DjangoHow do you make your Django app fast? You measure what is slow, scale your system when necessary, and use a combination of fast database queries and strategic caching. In this Understand …#Opinion#ProgrammingMost Abstract Function First Is BetterHow should you order your functions in a file? Should helper functions go first or should you put them after a public interface? In this article, I’ll explain why I think putting the …I make a lot of Django content for the community.Please support me on Patreon!← Next Articles Previous Articles →