You got me all wrong! ; -) => Re: Simple programming language anyone?
Matthew Carpenter
matt at eisgr.com
Thu Jun 14 13:06:23 UTC 2007
On of the coolest parts of Python is that it self-documents. You write code
into a module, import that module, then type "help(modulename)" and it
documents itself. This works for all importable python modules, limiting the
importance of searching for documentation on the Internet or in books.
This is functionality rivaled only by Java with its Javadoc, except Javadoc
requires a separate command that actually reads through a tree of source and
is rather fickle. Python's pydoc is quite brilliant and simple to use.
On Thursday 14 June 2007, Peter Yates wrote:
> I would recommend Ruby, easy to pick up, concise, easy to read.
>
> There is a good introduction/tutorial online here at
> http://tryruby.hobix.com/
>
> On 14/06/07, scott <slewin at rogers.com> wrote:
> > Alexandre Franke wrote:
> > > ThinkCSpy stands for "think like a computer scientist in python".
> >
> > I love that book. It is written by a very good teacher and the book
> > makes learning Python very easy, even if you know nothing about
> > programming.
> >
> > --
> > Your friend,
> > Scott
> >
> > Sent to you from a Linux computer using Kubuntu Version 7.04 (Feisty
> > Fawn)
> >
> > --
> > ubuntu-users mailing list
> > ubuntu-users at lists.ubuntu.com
> > Modify settings or unsubscribe at:
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
More information about the ubuntu-users
mailing list