-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
"# Tome-Rater" | ||
# Tome Rater | ||
|
||
## Capstone Introduction | ||
In this capstone, you will create an application called TomeRater that allows users to read and rate books. | ||
The purpose of this capstone is to practice implementing and testing classes in Python. You will be given specifications for methods for 5 different classes that interact with each other. To create these methods you will use your knowledge of lists, loops, dictionaries, strings, control flow, and of course, basic Python syntax! If you need to refresh your memory of these concepts, go back to these lessons in the syllabus. | ||
|
||
## Instructions | ||
Run __*populate.py*__ to test functionality of the classes in *TomeRater.py*. There are two lines in *populate.py* that can be uncommented to test error messages for adding a user with an invalid e-mail address and attempting to create a Book instance with an existing ISBN. |