I need some advice. I have been searching throughout the internet for the
beginner's guide to learning Python. I am a little lost. Any help or a point in
the right direction would be great.
Mathieu
Sent from my iPad
On Mar 9, 2013, at 7:51 PM, "Mitya Sirenef" wrote:
> On 03/09/2013 08:39 PM,
On 03/09/2013 08:39 PM, Mark Lybrand wrote:
I am working through the Django tutorial and I have come across some syntax I am unfamiliar with. From
the context it makes perfect sense what it does, but I haven't seen it
before and was wondering if it is documented anywhere (BTW I see other
examp
I am working through the Django tutorial and I have come across some syntax
I am unfamiliar with. From the context it makes perfect sense what it
does, but I haven't seen it before and was wondering if it is documented
anywhere (BTW I see other examples in the Django documentation, like date
forma
On Sat, Mar 9, 2013 at 12:24 PM, Leam Hall wrote:
> Python 2.6.6 on CentOS 6
>
> I'm in section 3.4.12 of Wesley Chun's "Core Python Applications
> Programming". The POP3 stuff works but I can't seem to get the SMTP to
> connect, it just hangs and then times out. Running it in IDLE gets the same
Python 2.6.6 on CentOS 6
I'm in section 3.4.12 of Wesley Chun's "Core Python Applications
Programming". The POP3 stuff works but I can't seem to get the SMTP to
connect, it just hangs and then times out. Running it in IDLE gets the
same thing. Have also tried with the port # set, as well.
Th