Shalabh Chaturvedi wrote:
> Josh Cronemeyer wrote:
>
>> Hi,
>>
>> I have very little experience programming in python but considerable
>> experience with java. One thing that is frustrating me is the
>> differences in the documentation style. Javadocs, at the top level
>> are just a list of p
Josh Cronemeyer wrote:
> Hi,
>
> I have very little experience programming in python but considerable
> experience with java. One thing that is frustrating me is the differences in
> the documentation style. Javadocs, at the top level are just a list of
> packages. Drilling down on a package
Josh Cronemeyer wrote:
> On Thursday 24 November 2005 09:27 am, Simon Brunning wrote:
>
>>On 24/11/05, Josh Cronemeyer <[EMAIL PROTECTED]> wrote:
>>
>>>I have very little experience programming in python but considerable
>>>experience with java. One thing that is frustrating me is the
>>>differen
On Thursday 24 November 2005 09:27 am, Simon Brunning wrote:
> On 24/11/05, Josh Cronemeyer <[EMAIL PROTECTED]> wrote:
> > I have very little experience programming in python but considerable
> > experience with java. One thing that is frustrating me is the
> > differences in the documentation sty
Hi,
I have very little experience programming in python but considerable
experience with java. One thing that is frustrating me is the differences in
the documentation style. Javadocs, at the top level are just a list of
packages. Drilling down on a package reveals a list of classes in that
pydoc - sorry to be terse... I'm sure others will expand. :-)
There was also a project, recently, that generated the sort of api
documentation for the whole standard library.
Fuzzyman
http://www.voidspace.org.uk/python/index.shtml
--
http://mail.python.org/mailman/listinfo/python-list
On 24/11/05, Josh Cronemeyer <[EMAIL PROTECTED]> wrote:
> I have very little experience programming in python but considerable
> experience with java. One thing that is frustrating me is the differences in
> the documentation style. Javadocs, at the top level are just a list of
> packages. Drill