[PyAR2] C++ vs. Python as teaching tool

W W srilyk at gmail.com
Tue Jan 15 21:10:07 CET 2008


On Jan 15, 2008 2:02 PM, Chad Cooper <Chad_Cooper at swn.com> wrote:

>  My favorite 4 lines of Python -  sending email (in its rawest form)
>
>
>
> import smtplib
>
> server = smtplib.SMTP(email_server_ip)
>
> server.sendmail(from, to, msg)
>
> server.quit()
>
>
That's certainly an amazing 4 lines...

----

I've actually already been exposed to c++ - when I was in "highschool"
(read: homeschool), I took intro to programming (VBS anyone?) and intro to
c++ at Pulaski Tech.

That being said, it was also 4-5 years ago, and I haven't really done any
c++ in the interim, so I'm sure I'm fairly rusty. Though now that I think
about it I still have my old c++ book, w00t.

Yay for programming, though.
-Wayne
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/mailman/private/pyar2/attachments/20080115/2214ab1f/attachment.htm 


More information about the PyAR2 mailing list