Re: [Tutor] python libraries online

2014-06-19 Thread Alan Gauld
On 19/06/14 15:35, Ian D wrote: Ok and do I leave all this rubbish at the bottom? or edit it. Delete as much as possible that is not needed to understand the reply. But only as much as necessary, err on the generous side if in doubt. But definitely things like the Python mailing list comments

Re: [Tutor] python libraries online

2014-06-19 Thread Mark Lawrence
On 19/06/2014 15:35, Ian D wrote: Ok and do I leave all this rubbish at the bottom? or edit it. Or is it bad practice to edit someone's text ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscri

Re: [Tutor] python libraries online

2014-06-19 Thread Ian D
> Date: Fri, 20 Jun 2014 00:30:49 +1000 > From: st...@pearwood.info > To: tutor@python.org > Subject: Re: [Tutor] python libraries online > > On Thu, Jun 19, 2014 at 12:59:58PM +, Ian D wrote: >> What does top post mean? >

Re: [Tutor] python libraries online

2014-06-19 Thread Steven D'Aprano
On Thu, Jun 19, 2014 at 12:59:58PM +, Ian D wrote: > What does top post mean? It means posting at the top of the reply, just as you have done here. When you reply to an email, the comments you are replying to are quoted with greater-than signs > at the start of each line. There are three ba

Re: [Tutor] python libraries online

2014-06-19 Thread Steven D'Aprano
On Thu, Jun 19, 2014 at 12:37:17PM +, Ian D wrote: > And I wondered what 'cpython' was when I came across it. I thought > they might have called it python Python is the name of the programming languages. There are many different implementations of that programming language: - Jython is Pyt

Re: [Tutor] python libraries online

2014-06-19 Thread Ian D
What does top post mean? > To: tutor@python.org > From: breamore...@yahoo.co.uk > Date: Thu, 19 Jun 2014 13:46:03 +0100 > Subject: Re: [Tutor] python libraries online > > On 19/06/2014 13:37, Ian D wrote: >> And I wondered what &

Re: [Tutor] python libraries online

2014-06-19 Thread Danny Yoo
On Thu, Jun 19, 2014 at 5:18 AM, Ian D wrote: > A while back some one linked to the python source and I was able to view the > whole of its libraries and class files something like this java api site > http://docs.oracle.com/javase/7/docs/api/ > > > But I cant seem to find what I want now. > > >

Re: [Tutor] python libraries online

2014-06-19 Thread Mark Lawrence
On 19/06/2014 13:37, Ian D wrote: And I wondered what 'cpython' was when I came across it. I thought they might have called it python Cpython because it's written in C. Look closely at the repository you'll find Jython there as well, it's written in Java. There are umpteen other Python ve

Re: [Tutor] python libraries online

2014-06-19 Thread Ian D
And I wondered what 'cpython' was when I came across it. I thought they might have called it python > Date: Thu, 19 Jun 2014 22:23:01 +1000 > From: st...@pearwood.info > To: tutor@python.org > Subject: Re: [Tutor] python libraries

Re: [Tutor] python libraries online

2014-06-19 Thread Ian D
om: st...@pearwood.info > To: tutor@python.org > Subject: Re: [Tutor] python libraries online > > On Thu, Jun 19, 2014 at 12:18:35PM +, Ian D wrote: > >> A while back some one linked to the python source and I was able to >> view the whole of its libraries and class files som

Re: [Tutor] python libraries online

2014-06-19 Thread Steven D'Aprano
On Thu, Jun 19, 2014 at 12:18:35PM +, Ian D wrote: > A while back some one linked to the python source and I was able to > view the whole of its libraries and class files something like this > java api site http://docs.oracle.com/javase/7/docs/api/ http://hg.python.org/cpython/file/cf70f030

[Tutor] python libraries online

2014-06-19 Thread Ian D
A while back some one linked to the python source and I was able to view the whole of its libraries and class files something like this java api site http://docs.oracle.com/javase/7/docs/api/ But I cant seem to find what I want now. I wanted to be able to look at the classes etc Anyone help