timeTable

I’m fed up with the transportation service of my city, it’s slow and it gives no clue about what bus to catch when you need to go somewhere.

I’m planning to do a web application to use with it and I’m developing a website in Django/Python to implement the timetable with a search for routes.

The final goal will be to put a “I’m here” button which would tell the nearest stop and tell you the next useful bus to catch.

After learning a bit of Python to work with the Tumblr API I’ve noticed that it’s a quite nice web oriented language to use, so I choose it in combination with the Django project and programming dynamic web pages it’s not as bad as I remembered from high school. 🙂

You can find if you want the source files in this Bitbucket repository!

Leave a comment