<s>
Quixote	B-Language
is	O
a	O
software	B-Architecture
framework	I-Architecture
for	O
developing	O
web	B-Application
applications	I-Application
in	O
Python	B-Language
.	O
</s>
<s>
Quixote	B-Language
"	O
is	O
based	O
on	O
a	O
simple	O
,	O
flexible	O
design	O
,	O
making	O
it	O
possible	O
to	O
write	O
applications	O
quickly	O
and	O
to	O
benefit	O
from	O
the	O
wide	O
range	O
of	O
available	O
third-party	O
Python	B-Language
modules	B-Architecture
"	O
.	O
</s>
<s>
A	O
Quixote	B-Language
application	O
is	O
typically	O
a	O
Python	B-Language
package	O
,	O
a	O
collection	O
of	O
modules	B-Architecture
grouped	O
into	O
a	O
single	O
directory	B-Application
tree	I-Application
.	O
</s>
<s>
Quixote	B-Language
then	O
maps	O
a	O
URL	O
to	O
a	O
function	O
or	O
method	B-Language
inside	O
the	O
Python	B-Language
package	O
;	O
the	O
function	O
is	O
then	O
called	O
with	O
the	O
contents	O
of	O
the	O
HTTP	B-Protocol
request	O
,	O
and	O
the	O
results	O
are	O
returned	O
to	O
the	O
client	B-Protocol
.	O
</s>
