Chevron Left
Back to Creating a Supermarket App Using Python

Learner Reviews & Feedback for Creating a Supermarket App Using Python by Coursera Project Network

4.1
stars
18 ratings

About the Course

By the end of this project, you will be able to code a fully functioning supermarket system using Python programming language. Throughout this guided project, you will be able to identify and apply more intermediate concepts in Python, such as dictionaries and exception handling, to be used with the basic python concepts, such as if conditions and loops. Each part of this project will prepare you to code on your own in Python language, whether to construct a supermarket system or simple coding. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions....
Filter by:

1 - 3 of 3 Reviews for Creating a Supermarket App Using Python

By Sourav K

•

Jan 30, 2022

best

By Massimo C

•

Apr 28, 2024

There are defects in the code itself that are hidden until you add more than one item to the program. You realize that the search functions are poorly programmed once you have more than one item and try to execute a search - this is because the loop that was programmed doesn't operate properly. In the video, the instructor only uses one item in all of the demonstrations which hides this.

By Shravani R

•

Mar 6, 2024

The project uses older Python code, which can be modified with better utilization of new features available