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 Write a Hello World Python Program in linux zendnwar March 8, 2016 $ vim zendanwar.py #!/usr/bin/python # Hello world python program print “Hello python Wor .. Database connection between python & mysql zendnwar November 29, 2015 #!/usr/bin/python import MySQLdb db = MySQLdb.connect(“localhost”,”user” ..