Finding ip address with Python....
How to Connect Python to SQL Server using pyodbc
Pyodbc is an open source Python module that makes possible to accessing ODBC databases in a simple way. This project provides an up-to-date, convenient interface to ODBC using native data types like datetime and decimal.....
Python Django Handling Custom Error Page
Every web site needs to handle errors like HTTP 404 “page not found” or 500 “internal server errors”.....