You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project, a weather application including city, population and region data in the Netherlands, Turkey and USA was made for users.
The purpose of this project was to provide users with access to the weather information of your location or the city you want in the Netherlands, Turkey and USA.
In addition, it was to show the region and population data of cities in the Netherlands, Turkey and USA.
How was this project done and what tools were used?
We completed this project with my other 3 teammates in a period of 10 days.
We applied Agile Scrum methodology during the project process. In this way, we were able to control our progress and also exchanged ideas.
In the project, we reached the data of the countries by Web Scraping on Wikipedia, and we reached the weather data using the API on the freeweather site.
We collected our codes with branches we created on Github in our repostory on github.
We used PyQt5 Designer, Python, Trello, VsCode and GitHub in the project.
My roles in the project:
Preparing the database and pulling the data over PostgreSQL,
Preparing the region and population data of cities in the Netherlands, Turkey and USA by Web scraping on Wikipedia
Results;
I reinforced using Web Scraping and API in the project,