Re: [Tutor] Stephen Mik-Novice Python Programmer(Version 3.4.0)Can't get help using Dictionaries, Lists to 'Hangman Game Problem

2014-05-05 Thread Walter Prins
Hi Stephen, Please see below: On 5 May 2014 00:17, Stephen Mik mik.step...@yahoo.com.dmarc.invalid wrote: Dear Python World: I am almost brand new to Python 3.4.0 and am taking a beginning Python Programming class at the nearby Community College. One major problem I have is time

Re: [Tutor] Stephen Mik-Novice Python Programmer(Version 3.4.0)Can't get help using Dictionaries, Lists to 'Hangman Game Problem

2014-05-05 Thread C Smith
Stephen, respond to the list so someone with more experience can help you. I am still learning a lot about Python, but when over-generalized questions are asked, I can tell that more experienced tutor-members will not be able to help you much unless you can learn to frame the questions correctly.

Re: [Tutor] Stephen Mik-Novice Python Programmer(Version 3.4.0)Can't get help using Dictionaries, Lists to 'Hangman Game Problem

2014-05-05 Thread Steven D'Aprano
On Sun, May 04, 2014 at 04:17:57PM -0700, Stephen Mik wrote: Any thoughts out there about how to implement the Loops and Data Structures into a Hangman Game programming problem? Yes. Consider the basic structure of a single game: Guess a letter. Is it correct? Do something. Otherwise it

Re: [Tutor] Stephen Mik-Novice Python Programmer(Version 3.4.0)Can't get help using Dictionaries, Lists to 'Hangman Game Problem

2014-05-05 Thread Walter Prins
Hi Stephen, Firstly 2 requests: 1) Please do not respond to me personally; instead when interacting with a mailing list please use reply-all, removing me (or other individuals) from the recipient list. You can also use reply-list if your mail program has that option. There are several reasons

[Tutor] Stephen Mik-Novice Python Programmer(Version 3.4.0)Can't get help using Dictionaries, Lists to 'Hangman Game Problem

2014-05-04 Thread Stephen Mik
Dear Python World:     I am almost brand new to Python 3.4.0 and am taking a beginning Python Programming class at the nearby Community College. One major problem I have is time management with beginning pseudo code and coding for my Class Assignments. The instructor prefers Office Hour

Re: [Tutor] Stephen Mik-Novice Python Programmer(Version 3.4.0)Can't get help using Dictionaries, Lists to 'Hangman Game Problem

2014-05-04 Thread C Smith
Hey, you will want to include some code to show your progress so far. Can you write a basic program and then work the requirements into it? Do you have some idea of where to start? Are you supposed to modify a completed version of hangman that is in your text, or come up with an original 'hangman'