basic python questions

Sells, Fred fred at adventistcare.org
Mon Nov 20 10:52:40 EST 2006


since you're using .net, you might want to take a look at IronPython.  It's
not something I use, but I've heard good things.

-----Original Message-----
From: python-list-bounces+frsells=adventistcare.org at python.org
[mailto:python-list-bounces+frsells=adventistcare.org at python.org]On
Behalf Of nateastle at gmail.com
Sent: Saturday, November 18, 2006 10:09 AM
To: python-list at python.org
Subject: Re: basic python questions


I am currently going to school at Utah Valley State College, the course
that I am taking is analysis of programming languages. It's an upper
division course but our teacher wanted to teach us python as part of
the course, he spent about 2 - 3 weeks on python which has been good. I
currently work with .net and it is fun to see what other languages have
and what sytax they use.

Paul McGuire wrote:
> <nateastle at gmail.com> wrote in message
> news:1163829271.660193.70450 at j44g2000cwa.googlegroups.com...
> >I have a simple assignment for school but am unsure where to go. The
> > assignment is to read in a text file, split out the words and say which
> > line each word appears in alphabetical order. I have the basic outline
> > of the program done which is:
> >
>
> And in general, this is one of the best "can anyone help me with my
> homework?" posts I've ever seen.
> A. You told us up front that it was your homework.
> B. You made an honest stab at the solution before posting, and posted the
> actual code.
> C. You ended with some specific questions on things that didn't work or
that
> you wanted to improve.
>
> Your current program looks like at least A- material.  Add use of sorted
and
> enumerate, and handle that exception a little better, and you're getting
> into A+ territory.
>
> Out of curiosity, what school are you attending that is teaching Python,
and
> under what course of study?
> 
> -- Paul

-- 
http://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list