Python Forum
Project Using Python, No Skill, Idea first = Need experienced to show me the path. - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Project Using Python, No Skill, Idea first = Need experienced to show me the path. (/thread-2967.html)



Project Using Python, No Skill, Idea first = Need experienced to show me the path. - nefajcito - Apr-21-2017

Hello people, i'm noob interested into learning python. I want to make a program with database of foods and nutrients. I want be able to pick foods from list, give them weight and see overall nutrients counted from all the foods i've picked primarely. Secondary, i want to choose a nutrient/s i'm interested and see food/s list high in those nutrients. I've none experience with python programming, i've read and watched videos about it to get the main idea, started to read some stuff, but stopped because of idea or goal that i want to know and work on before i dive deeply.. I'm curious about more experienced people to guide me on, what i should focus from the start? Maybe i'll make this like a journal of progression, learning python with this type of idea/project.

brainstorm: ttp://michalmacko.com/wp-content/uploads/2017/04/Python-Project-1024x992.jpg
my code here



RE: Project Using Python, No Skill, Idea first = Need experienced to show me the path. - Larz60+ - Apr-22-2017

All the nutrient data you could ask for:

You can get your data here: https://www.ars.usda.gov/northeast-area/beltsville-md/beltsville-human-nutrition-research-center/nutrient-data-laboratory/docs/sr28-download-files/
and here http://www.hc-sc.gc.ca/fn-an/nutrition/fiche-nutri-data/cnf_downloads-telechargement_fcen-eng.php


RE: Project Using Python, No Skill, Idea first = Need experienced to show me the path. - nefajcito - Apr-22-2017

Larz60+ Thanks man, will check it morning!!


RE: Project Using Python, No Skill, Idea first = Need experienced to show me the path. - nefajcito - Apr-22-2017

Jeez, these documents are awesome, thanks again larz!!!