How to check python version ? admin April 9, 2017 Python 0 Comments python -V Related Posts Database connection between python & mysql zendnwar November 29, 2015 #!/usr/bin/python import MySQLdb db = MySQLdb.connect(“localhost”,”user” .. How to check Django installed version? admin December 20, 2019 Type the following command in Python shell >>> import django >>> django.get_v ..