In PHP I\'m used to being able to do print $var or print_r($var).
print $var
print_r($var)
I can print variables in my views in python but they end up in my cmd win
{{ your_variable }} will print the value.
{{ your_variable }}
https://docs.djangoproject.com/en/dev/ref/templates/api/#basics