• Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

Python Total novice needs guidance

fade67

New Coder
Looking for help in creating a program that will act as a kind of "flow chart" for a company I work for. We have multiple locations, all with different capabilities, and I'm wondering what the best way to create a program that, based on each facilities' set of capabilities, will allow the user to determine which facility is the best fit based on the data entered

Possible? if so, is Python the way to go?

Thanks.
 
Looking for help in creating a program that will act as a kind of "flow chart" for a company I work for. We have multiple locations, all with different capabilities, and I'm wondering what the best way to create a program that, based on each facilities' set of capabilities, will allow the user to determine which facility is the best fit based on the data entered

Possible? if so, is Python the way to go?

Thanks.
Hey there!

I'm sure it's most likely possible for sure. Just to confirm my understanding, you want to create a program that suggests a user's facility based on their capabilities, is that correct? If so, then I think Python would be great for this.
 
Hey there!

I'm sure it's most likely possible for sure. Just to confirm my understanding, you want to create a program that suggests a user's facility based on their capabilities, is that correct? If so, then I think Python would be great for this.
Thanks for responding. Yes, that is correct.
I’m a complete novice, but I guess I’ll start down the Python pathway. Any advice?
 
Top Bottom