Project: Hangman
These exercises lead up to developing a Python version of hangman (without
the drawings), in which the object is to guess a word by guessing the letters
that appear in it.
Software Development
This problem is complex enough that it is difficult to just sit down and write
out a complete program. Large, complex projects all use some type of soft-
ware development process to help programmers organize and plan their
work. Software design courses study these methodologies and contrast their
relative strengths and weaknesses.
Spiral development is software development process that encourages early
prototyping and frequent consultation with clients. ...
Get A Concise Introduction to Programming in Python now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.