
63-1
63.1 Introduction
With the development of Internet technology, more and more Web design languages such as Javascript,
PHP,
and
CGI
are
developed
to
satisfy
various
online
services.
In
this
chapter,
an
open-source
Web
application
framework,
Django,
which
is
developed
in
Python,
will
be
introduced
for
database-driven
Web
site desi
gn.
63.1.1 Python
Python supports multiple programming paradigms, such as object oriented, imperative, and functional
[F02].
Python
features
a
fully
dynamic-type
system
and
automatic
memory
management.
From
the
point
of
functions,
python
has
very
similar
syntax
to
Perl,
but
it
is
simplied
and
more
readable.
Py