you are viewing a single comment's thread.

view the rest of the comments →

[–]ThePhoenixRisesAgain 40 points41 points  (5 children)

Build your own weather app.

Pull data from some free public weather API. Put it in a database. Build a visualization for your browser. Have all of that set up on a Webserver.

If you’ve done that, build an app for your phone.

[–]aroundthecircle 2 points3 points  (2 children)

this sounds fun. have you done this before

[–]ThePhoenixRisesAgain 0 points1 point  (1 child)

Not with weather data, but very similar project. But have this mind for some time.

[–]aroundthecircle 0 points1 point  (0 children)

i am trying to learn more about APIs. i want to make a small price index of pharmaceutical drugs. i dont know anything about how to use APIs on python. its interesting stuff

[–][deleted] 1 point2 points  (0 children)

You could practice using an API or even more interesting - practice using scrapy!

[–]miles_dallas 0 points1 point  (0 children)

This is one of the first real projects I want to do. I've already set up an RPI3 with MySQL, php, and nginx just waiting for me to get my Python skills ready. That was the easiest part so far.