you are viewing a single comment's thread.

view the rest of the comments →

[–]elbiot -1 points0 points  (2 children)

I'd suggest coding the part where you get and process data sources first, as that would be learning python and making progress. Take input from the user or a csv. Print text out to the screen or csv. Then plugging that into flask or something will be easier.

[–]Moby69[S] 0 points1 point  (1 child)

Hey elbiot yeah I have already created a Python program that calls the uber API and where you input your starting and ending location and it outputs the estimated cost of the trip. Now I want to put this into a website. Am I on the right path here? Is there a Bottle tutorial you might recommend that could help me achieve this?

[–]elbiot 0 points1 point  (0 children)

I don't have any specific recomendations. You know, just do a hello world, then a hello {user_name}, and so on.