How to check Django installed version? admin December 20, 2019 Python 0 Comments Type the following command in Python shell >>> import django >>> django.get_version() Related Posts Difference between lamda and def in Python zendnwar March 18, 2016 def can contain multiple expressions whereas lamda is a single expression function def creates .. SyntaxError: invalid syntax Error in Python zendnwar November 27, 2013 This very simple mistake. just write print (“Hello, World!”); Hope you wil ..