Fw: RE: [Tutor] ASP

Ricardo Ortega neutron878@oco.net
Thu, 8 Aug 2002 16:52:33 -0400 (Eastern Daylight Time)


--------------Boundary-00=_LZLJMY50000000000000
Content-Type: Multipart/Alternative;
  boundary="------------Boundary-00=_LZLJH890000000000000"


--------------Boundary-00=_LZLJH890000000000000
Content-Type: Text/Plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

=0D
=0D
=0D
=0D
I do know Python but not ASP. Thanks for the info I will do some searches=
=0D
and see what I can find. Do you recomend any one in particular ?=0D
-------Original Message-------=0D
=0D
From: alan.gauld@bt.com=0D
Date: Thursday, August 08, 2002 12:19:36 PM=0D
To: neutron878@oco.net; tutor@python.org=0D
Subject: RE: [Tutor] ASP=0D
=0D
Please use plain text when posting to public mailing lists.=0D
=0D
> Hi I am attempting to learn how to use python with asp.=0D
> I have set up IIS on a Windows 2000 server and have=0D
> succesfully run a sample python asp page to confirm=0D
> that I set everything up correctly.=0D
=0D
Well done thats the hard bit!=0D
=0D
> What I need now are some tutorials, refrence guides=0D
> or something similar any help would be greatly=0D
> appreciated.=0D
=0D
Depends on what level you are at.=0D
Do you know Python but not ASP?=0D
Do you know ASP but not Python?=0D
Do you not know either of them?=0D
=0D
If the first try any of the ASP tutorials on=0D
the web, there are many good ones. Next look=0D
at Mark Hammonds stuff on accessing COM from=0D
Python.=0D
=0D
If the second the official tutor that comes with=0D
python documentation is the best starting point.=0D
If you know ASP in another language theres little=0D
new in using Python. The only other tweek you'll=0D
need to look for is the winall stuff needed to=0D
use ASP and how it accesses COM objects. The only=0D
other caveat I'd offer is wroite as much of the=0D
Python stuff in functions at the top of the file=0D
then the inline stuff will mostly be single line=0D
code. Pythons indenting rules can get a bit messed=0D
up when used inline in ASP HTML.=0D
=0D
If you kow neither learn Python first then ASP.=0D
Start at the newbies page on the Python web site.=0D
=0D
Or even at my tutor :-)=0D
=0D
Alan g.=0D
Author of the 'Learning to Program' web site=0D
http://www.freenetpages.co.uk/hp/alan.gauld=0D
=0D
=0D
_______________________________________________=0D
Tutor maillist - Tutor@python.org=0D
http://mail.python.org/mailman/listinfo/tutor=0D
=0D
=2E
--------------Boundary-00=_LZLJH890000000000000
Content-Type: Text/HTML;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-885=
9-1"><html>
<head>
<meta name=3D"GENERATOR" content=3D"IncrediMail 1.0">=0D
<!--IncrdiXMLRemarkStart>
<IncrdiX-Info>
<X-FID>FLAVOR00-NONE-0000-0000-000000000000</X-FID>
<X-FVER></X-FVER>
<X-CNT>;</X-CNT>
</IncrdiX-Info>
<IncrdiXMLRemarkEnd-->
=0A</head>

<BODY background=3D"" bgColor=3D#ffffff style=3D"BACKGROUND-POSITION: 0px=
 0px; FONT-SIZE: 10pt; MARGIN: 1px; FONT-FAMILY: Arial" scroll=3Dyes ORGY=
POS=3D"0" X-FVER=3D"2.0">
<TABLE id=3DINCREDIMAINTABLE cellSpacing=3D0 cellPadding=3D0 width=3D"95%=
" border=3D0>
 =20
  <TR>
    <TD id=3DINCREDITEXTREGION=20
    style=3D"PADDING-RIGHT: 7px; PADDING-LEFT: 7px; FONT-SIZE: 10pt; FONT=
-FAMILY: Arial"=20
    width=3D"100%">
      <DIV>&nbsp;</DIV>
      <DIV>&nbsp;</DIV>
      <DIV>&nbsp;</DIV><BR>I do know Python but not ASP. Thanks for the i=
nfo I=20
      will do some searches<BR>and see what I can find. Do you recomend a=
ny one=20
      in particular ?<BR>-------Original Message-------<BR><BR>From: <A=20
      href=3D"mailto:alan.gauld@bt.com">alan.gauld@bt.com</A><BR>Date: Th=
ursday,=20
      August 08, 2002 12:19:36 PM<BR>To: <A=20
      href=3D"mailto:neutron878@oco.net;">neutron878@oco.net;</A> <A=20
      href=3D"mailto:tutor@python.org">tutor@python.org</A><BR>Subject: R=
E:=20
      [Tutor] ASP<BR><BR>Please use plain text when posting to public mai=
ling=20
      lists.<BR><BR>&gt; Hi I am attempting to learn how to use python wi=
th=20
      asp.<BR>&gt; I have set up IIS on a Windows 2000 server and have<BR=
>&gt;=20
      succesfully run a sample python asp page to confirm<BR>&gt; that I =
set=20
      everything up correctly.<BR><BR>Well done thats the hard bit!<BR><B=
R>&gt;=20
      What I need now are some tutorials, refrence guides<BR>&gt; or some=
thing=20
      similar any help would be greatly<BR>&gt; appreciated.<BR><BR>Depen=
ds on=20
      what level you are at.<BR>Do you know Python but not ASP?<BR>Do you=
 know=20
      ASP but not Python?<BR>Do you not know either of them?<BR><BR>If th=
e first=20
      try any of the ASP tutorials on<BR>the web, there are many good one=
s. Next=20
      look<BR>at Mark Hammonds stuff on accessing COM from<BR>Python.<BR>=
<BR>If=20
      the second the official tutor that comes with<BR>python documentati=
on is=20
      the best starting point.<BR>If you know ASP in another language the=
res=20
      little<BR>new in using Python. The only other tweek you'll<BR>need =
to look=20
      for is the winall stuff needed to<BR>use ASP and how it accesses CO=
M=20
      objects. The only<BR>other caveat I'd offer is wroite as much of=20
      the<BR>Python stuff in functions at the top of the file<BR>then the=
 inline=20
      stuff will mostly be single line<BR>code. Pythons indenting rules c=
an get=20
      a bit messed<BR>up when used inline in ASP HTML.<BR><BR>If you kow =
neither=20
      learn Python first then ASP.<BR>Start at the newbies page on the Py=
thon=20
      web site.<BR><BR>Or even at my tutor :-)<BR><BR>Alan g.<BR>Author o=
f the=20
      'Learning to Program' web site<BR><A=20
      href=3D"http://www.freenetpages.co.uk/hp/alan.gauld">http://www.fre=
enetpages.co.uk/hp/alan.gauld</A><BR><BR><BR>____________________________=
___________________<BR>Tutor=20
      maillist - <A href=3D"mailto:Tutor@python.org">Tutor@python.org</A>=
<BR><A=20
      href=3D"http://mail.python.org/mailman/listinfo/tutor">http://mail.=
python.org/mailman/listinfo/tutor</A><BR><BR>.</TD></TR>
  <TR>
    <TD id=3DINCREDIFOOTER width=3D"100%">
      <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%">
       =20
        <TR>
          <TD width=3D"100%"></TD>
          <TD id=3DINCREDISOUND vAlign=3Dbottom align=3Dmiddle></TD>
          <TD id=3DINCREDIANIM vAlign=3Dbottom=20
  align=3Dmiddle></TD></TR></TABLE></TD></TR></TABLE><SPAN=20
id=3DIncrediStamp><SPAN dir=3Dltr><FONT face=3D"Arial, Helvetica, sans-se=
rif"=20
size=3D2>____________________________________________________<BR><FONT=20
face=3D"Comic Sans MS" size=3D2><A=20
href=3D"http://www.incredimail.com/redir.asp?ad_id=3D309&amp;lang=3D9"><I=
MG alt=3D""=20
hspace=3D0 src=3D"cid:612A31A7-86C9-4924-96AF-3C4CB966FAA8" align=3Dbasel=
ine=20
border=3D0></A>&nbsp; <I>IncrediMail</I> - <B>Email has finally evolved</=
B> -=20
</FONT><A href=3D"http://www.incredimail.com/redir.asp?ad_id=3D309&amp;la=
ng=3D9"><FONT=20
face=3D"Times New Roman" size=3D3><B><U>Click=20
Here</U></B></FONT></A></SPAN></SPAN></FONT>
</BODY>
</html>
--------------Boundary-00=_LZLJH890000000000000--

--------------Boundary-00=_LZLJMY50000000000000
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-ID: <612A31A7-86C9-4924-96AF-3C4CB966FAA8>

R0lGODlhFAAPALMIAP9gAM9gAM8vAM9gL/+QL5AvAGAvAP9gL////wAAAAAAAAAAAAAAAAAAAAAA
AAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJFAAIACwAAAAAFAAPAAAEVRDJSaudJuudrxlEKI6B
URlCUYyjKpgYAKSgOBSCDEuGDKgrAtC3Q/R+hkPJEDgYCjpKr5A8WK9OaPFZwHoPqm3366VKyeRt
E30tVVRscMHDqV/u+AgAIfkEBWQACAAsAAAAABQADwAABBIQyUmrvTjrzbv/YCiOZGmeaAQAIfkE
CRQACAAsAgABABAADQAABEoQIUOrpXIOwrsPxiQUheeRAgUA49YNhbCqK1kS9grQhXGAhsDBUJgZ
AL2Dcqkk7ogFpvRAokSn0p4PO6UIuUsQggSmFjKXdAgRAQAh+QQFCgAIACwAAAAAFAAPAAAEEhDJ
Sau9OOvNu/9gKI5kaZ5oBAAh+QQJFAAIACwCAAEAEAANAAAEShAhQ6ulcg7Cuw/GJBSF55ECBQDj
1g2FsKorWRL2CtCFcYCGwMFQmBkAvYNyqSTuiAWm9ECiRKfSng87pQi5SxCCBKYWMpd0CBEBACH5
BAVkAAgALAAAAAAUAA8AAAQSEMlJq7046827/2AojmRpnmgEADs=

--------------Boundary-00=_LZLJMY50000000000000--