Jump to content

Python Shopping List demo


G+_Darryl Medley
 Share

Recommended Posts

Python Shopping List demo. This is a shopping list creation program that shows how to add, change and delete list members and even shows how to use a list within a list. The source features lots of comments that explain everything in detail.

https://github.com/Darryl-Medley/Coding-101/blob/master/ShoppingList.py

https://github.com/Darryl-Medley/Coding-101/blob/master/ShoppingList.py

Link to comment
Share on other sites

I hope they get into hashes / dictionaries. I could have done that but since the purpose of this pgm was to demo lists to beginners, I wanted to use as many lists as possible and try to only use things that they have mentioned on the podcasts so the code would be easy to follow. I appreciate the suggestion though. I'm new to Python so there's lots of tricks I don't know yet.

Link to comment
Share on other sites

Featured program on episode 13 FTW! Snubs & Padre - Thanks! Padre mentioned that it looks like I know Python. Funny thing is that this was my first Python program - but I've been coding for 30+ years. It proves the point that once you learn the concepts of coding, the language doesn't matter that much (especially now that you can Google anything).

Link to comment
Share on other sites

 Share

×
×
  • Create New...