[Tutor] Need help on How to Think Like a Computer Scientist: Learning with Python.

2007-08-15 Thread Vanneth Tea
Hello All, I am new to computer programming and chose to learn Python. Now I am stuck with certain codes that I need help. Please let me know if there is an answer list to the exercises in How to Think Like a Computer Scientist: Learning with Python. I followed and did good on most of the

Re: [Tutor] Need help on How to Think Like a Computer Scientist: Learning with Python.

2007-08-15 Thread bhaaluu
Greetings, I think the accepted way to get help on this list is to post the code you're having problems with, showing what you've done, the error messages you're getting, and an explanation of what you're trying to do, the input, output expected, and so forth. It is helpful for the Tutors to also

Re: [Tutor] Need help on How to Think Like a Computer Scientist: Learning with Python.

2007-08-15 Thread Amadeo Bellotti
I don't know of any answer list but one you can ask for help here or what I do when I have a question i stop working on it for anywhere from an hour to a week and go back to it you will solve it if you solve it in your sleep well thats a whole other issue but that does happen. -Amadeo On

Re: [Tutor] Need help on How to Think Like a Computer Scientist: Learning with Python.

2007-08-15 Thread Eric Brunson
I don't know of an answer key, but feel free to post questions about what you're having trouble with and we'd be happy to discuss various approaches among the list members. Vanneth Tea wrote: Hello All, I am new to computer programming and chose to learn Python. Now I am stuck with

Re: [Tutor] Need help on How to Think Like a Computer Scientist: Learning with Python.

2007-08-15 Thread Kent Johnson
Vanneth Tea wrote: Hello All, I am new to computer programming and chose to learn Python. Now I am stuck with certain codes that I need help. Where are you stuck? We should be able to help you here if you can be more specific. It helps us to help you if you can show us - the code you

Re: [Tutor] Need help on How to Think Like a Computer Scientist: Learning with Python.

2007-08-15 Thread Luke Paireepinart
Vanneth Tea wrote: Hello All, I am new to computer programming and chose to learn Python. Now I am stuck with certain codes that I need help. Please let me know if there is an answer list to the exercises in How to Think Like a Computer Scientist: Learning with Python. I followed and