Skip to content

Commit 8a5b194

Browse files
authored
Update README.md
1 parent b940e8e commit 8a5b194

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

README.md

+18-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Python Project: Build a Quiz Application
2-
This is the repository for the LinkedIn Learning course `Python Project: Build a Quiz Application`. The full course is available from [LinkedIn Learning][lil-course-url].
2+
This is the repository for the LinkedIn Learning course Python Project: Build a Quiz Application. The full course is available from [LinkedIn Learning][lil-course-url].
3+
4+
![Python Project: Build a Quiz Application][lil-thumbnail-url]
5+
6+
Think you’ve got a grip on Python? Looking for ways to improve your programming skills? One of the best ways is to put your skills into action and build something real. Join Joe Marini in this course, as he shows you how to use Python to build a quiz-taking program, step by step, explaining how to build and test each feature as you go along. Joe starts with designing the basic features and finishes with a completed application that presents the user with a menu-driven interface, administers the quizzes, and saves the results to a file. Once the app is built, he demonstrates ways to improve the app and add new features, like presenting the questions in random order and measuring the amount of time it takes a user to complete the quiz. If you want to put aside programming study and theory and learn through building something real, join Joe for this hands-on course.
37

4-
_See the readme file in the main branch for updated instructions and information._
5-
## Instructions
6-
This repository contains both the finished version and starting point of the code for this course. You can either download the code as a ZIP file or clone the repository directly to your computer to work on it.
78

89
## Installing
910
1. To use these exercise files, you must have the following installed:
@@ -12,8 +13,18 @@ This repository contains both the finished version and starting point of the cod
1213
2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
1314

1415

15-
[0]: # (Replace these placeholder URLs with actual course URLs)
16+
### Instructor
17+
18+
Joe Marini
19+
20+
Senior Director of Product and Engineering
21+
22+
23+
24+
Check out my other courses on [LinkedIn Learning](https://www.linkedin.com/learning/instructors/joe-marini).
25+
26+
[lil-course-url]: https://www.linkedin.com/learning/python-project-build-a-quiz-application
27+
[lil-thumbnail-url]: https://cdn.lynda.com/course/2476116/2476116-1654623834158-16x9.jpg
28+
1629

17-
[lil-course-url]: https://www.linkedin.com/learning/
18-
[lil-thumbnail-url]: http://
1930

0 commit comments

Comments
 (0)