Home
Blog
About
Contact
Newsletter
Light
Dark
Automatic
tips
Five Common Django Mistakes
Explore common mistakes made with the Django framework and how they introduce issues into your code.
Steven Pate
Last updated on Mar 4, 2021
8 min read
tips
Float vs Decimal in Python
Learn the differences between floats and decimals in Python, common issues, and when to use each.
Steven Pate
Last updated on Mar 4, 2021
3 min read
tips
Five Advanced Django Tips
Dive into advanced django tips on topics such as Q objects, annotations, prefetch objects, custom querysets, and custom model managers.
Steven Pate
Last updated on Mar 4, 2021
6 min read
tips