[Improve Concept Exercise] : inventory-management (dicts)
See original GitHub issueThis issue is for improvements & changes needed to the inventory-management
concept exercise on the Python track.
Goals
Improve the Inventory-management (dicts
) concept exercise by adding the dict.pop()
method & creation via dict literal
to the tasks the student has to complete. Make other improvement changes as noted below:
- Edit
design.md
doc to adddict.pop()
to the design - Edit
Introduction.md
to adddict.pop()
usage. - Edit
instructions.md
to add new tasks: - creation ofdict
literals - usingdict.pop()
- Add appropriate hint as needed in
hints.md
fordict.pop()
usage - Edit
exemplar.py
to include new idiomatic solution for newly added tasks - Edit
dicts_test.py
file to add new tests fordict.pop()
task. - Edit
dicts.py
stub file to add new tasks. - Edit test file to explicitly list imported functions/methods by name instead of using
import *
- Check/edit all markdown files to conform to the Exercism Markdown Specifications
Getting started
Please please please read the docs before starting. Posting PRs without reading these docs will be a lot more frustrating for you during the review cycle, and exhaust Exercism’s maintainers’ time. So, before diving into the implementation, please read up on the following documents:
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
v3/instructions.md at main · exercism/v3 · GitHub
In this exercise, you will be managing an inventory system. The inventory should be organized by the item name and it should keep...
Read more >Inventory Management in Python on Exercism
In this exercise, you will be managing an inventory system. The inventory should be organized by the item name and it should keep...
Read more >Follow These 8 Inventory Control Methods to Keep Your Store ...
The aim is to minimize the cost of holding inventory by letting you know when it's time to replenish products, or buy more...
Read more >Inventory Stratification Optimizes Results - ASCM
Inventory stratification is the process of classifying items based on predetermined factors related to a company's business environment and goals.
Read more >Inventory control definition - AccountingTools
The resulting data is too old to be of any use. A better approach is to make all changes in real time. This...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@mukeshgurpude – Oh no! I *did miss it! 😱 so sorry. I will take a look right now. Thanks!
The draft PR is here: https://github.com/exercism/python/pull/2530