<s>
Spyce	B-Application
is	O
technology	O
similar	O
to	O
PHP	B-Application
that	O
can	O
be	O
used	O
to	O
embed	O
Python	B-Language
code	I-Language
into	O
webpages	O
.	O
</s>
<s>
Spyce	B-Application
is	O
free	B-Application
software	I-Application
,	O
distributed	O
under	O
a	O
BSD-style	B-License
licence	I-License
,	O
with	O
some	O
additional	O
restrictions	O
about	O
documentation	O
notices	O
.	O
</s>
<s>
Since	O
Python	B-Language
uses	O
indentation	O
to	O
determine	O
the	O
beginning	O
and	O
end	O
of	O
a	O
block	O
,	O
Spyce	B-Application
includes	O
several	O
ways	O
to	O
embed	O
Python	B-Language
code	I-Language
.	O
</s>
<s>
The	O
techniques	O
above	O
can	O
be	O
freely	O
mixed	O
and	O
embedded	O
in	O
any	O
HTML	B-Language
document	O
.	O
</s>
<s>
Any	O
legal	O
Python	B-Language
code	I-Language
can	O
be	O
embedded	O
and	O
any	O
Python	B-Language
module	O
can	O
be	O
imported	O
,	O
which	O
makes	O
it	O
especially	O
suited	O
for	O
writing	O
very	O
robust	O
applications	O
(	O
using	O
exception	B-General_Concept
handling	I-General_Concept
and	O
unit	O
testing	O
single	O
modules	O
individually	O
)	O
.	O
</s>
<s>
Some	O
other	O
features	O
include	O
custom	O
tags	O
(	O
ala	O
JSP	B-Language
)	O
,	O
spyce	B-Application
lambdas	B-Language
and	O
active	O
handlers	O
(	O
reminiscent	O
of	O
ASP	B-General_Concept
)	O
.	O
</s>
<s>
Spyce	B-Application
brings	O
Python	B-Language
's	O
standard	O
library	O
and	O
the	O
programming	O
language	O
itself	O
to	O
the	O
web	O
.	O
</s>
<s>
The	O
minimum	O
requirement	O
is	O
a	O
working	O
Python	B-Language
installation	O
(	O
it	O
ships	O
with	O
a	O
standalone	O
web	O
server	O
written	O
in	O
Python	B-Language
that	O
can	O
be	O
used	O
during	O
development	O
)	O
,	O
although	O
it	O
can	O
be	O
used	O
in	O
conjunction	O
with	O
several	O
web	O
servers	O
such	O
as	O
Apache	O
and	O
IIS	O
in	O
a	O
variety	O
of	O
ways	O
.	O
</s>
<s>
Configuration	O
is	O
done	O
using	O
Python	B-Language
modules	O
that	O
are	O
imported	O
by	O
the	O
web	O
server	O
during	O
initialization	O
,	O
so	O
all	O
that	O
is	O
really	O
required	O
to	O
get	O
started	O
with	O
Spyce	B-Application
is	O
basic	O
knowledge	O
of	O
Python	B-Language
.	O
</s>
