Topics / Python
3 entries about this topic
-
20210107
Managing Settings in a Large Django Project
Exploring three ways to manage Django's configuration settings when the your project gets large and complex.
-
20190402
Understanding the Difference Between Flooring and Truncating in Python
Python has two methods for removing fractions from floats and the difference between them is very subtle.
-
20190327
Using Pipenv with Django
Managing dependencies in Python projects used to be a huge pain, but it's a lot easier now with Pipenv