Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please put this in Python Please. I am having trouble using python to solve this but the teachers has specified this preference if you could
Please put this in Python Please. I am having trouble using python to solve this but the teachers has specified this preference if you could help me with this it would be greatly appreiciated thank you !
ris ie Twitter Project This project aims to build one big program that enables users to search through a bank of twiter posts for all posts containing a keyword and then display a picture of where those posts originated from on a global gps map. All work should be done in a python file called twitter-pic.?? 5 Days of Tweets This assignment includes a text file for all the tweets done between 2011-08-28 and 2011-09-03. There are about 1.7 million tweets over those 5 days. I have created 2 versions of the text file so you can choose to work with a smaller file until you have the code correcly working Each line in the file has the following format (all lower case): r41.386263640000003, -81.494450689999994 Throughout this document, these lines are referred to as tweet lines They contain 4 tab (t) separated items (bolded if used in this project): 2011-08-28 19:02:28 ay. little league world series! 1. The gps location of the tweet [latitude, longitude]. 2. A geographic area ID 3. A time stamp 4. The tweet message. The goal of the assignment is to produce the image below The word "pizza" appears 4714 times. ild this program, you must first define the functions described below. ris ie Twitter Project This project aims to build one big program that enables users to search through a bank of twiter posts for all posts containing a keyword and then display a picture of where those posts originated from on a global gps map. All work should be done in a python file called twitter-pic.?? 5 Days of Tweets This assignment includes a text file for all the tweets done between 2011-08-28 and 2011-09-03. There are about 1.7 million tweets over those 5 days. I have created 2 versions of the text file so you can choose to work with a smaller file until you have the code correcly working Each line in the file has the following format (all lower case): r41.386263640000003, -81.494450689999994 Throughout this document, these lines are referred to as tweet lines They contain 4 tab (t) separated items (bolded if used in this project): 2011-08-28 19:02:28 ay. little league world series! 1. The gps location of the tweet [latitude, longitude]. 2. A geographic area ID 3. A time stamp 4. The tweet message. The goal of the assignment is to produce the image below The word "pizza" appears 4714 times. ild this program, you must first define the functions described belowStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started