<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote
cite="mid:c07e3c70910251809j4f6f8385vca8f76fd9dba1038@mail.gmail.com"
type="cite">
<div class="gmail_quote">
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
</div>
Anyway, for simple web programming, frameworks are not worth the<br>
hassle. Just use the cgi module.<br>
<br>
</blockquote>
</div>
<br>
I can vouch for what Paul says. I started in Python 3 years ago, and I
did so with a web application
(still working on it!). I'm using the
cgi approach, and it certainly teaches you the concepts. I fail to see
how starting with a framework is a good idea if you don't know how the
frameworks work (or what they're actually doing). It would be a bit
like doing a web page in Dreamw***er and thinking you understand
HTML/CSS. <br>
<br>
B<br>
<br>
</blockquote>
Hi Brendon, thanks for the advice. Looks like I'll have to go the cgi
route myself if I want to stick with with Python3. <br>
<br>
Regards,<br>
Alan<br>
</body>
</html>