Tag Archives: Django

SQLite Primer Tutorial

Want to quote the landing page of the database package called SQLite … SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. … Continue reading

Posted in Database, eLearning, Tutorials | Tagged , , , , , | Leave a comment

Django Python Primer Tutorial

Django is a high-level Web framework that utilizes the Python programming language. You may remember from some time back with Python Webserver Primer Tutorial as shown below, that we intimated we would try this out sometime. Django helps you achieve … Continue reading

Posted in Database, eLearning, Tutorials | Tagged , , , , , , , , , | Leave a comment

Python Webserver Primer Tutorial

Today’s tutorial shows yet another approach regarding the creation of a local Web Server. Today we create a very simple Python Web Server, and give thanks to Python and XML by Christopher A. Jones and Fred E. Drake, for the … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , | Leave a comment