Concise overview of things learned. Break it up into Technical Area, Tools, Soft Skills:
Technical : Gained more experience programming in Python; learned how to use Selenium and Beautiful Soup for webscraping; learned how to create a dataframe using pandas
Tools : Learned how to use Asana and learned more about Github
Soft Skills : Team collaboration
Three achievement highlights:
- Successfully scraped the Fulfillment by Amazon forum using Selenium and Beautiful Soup
- Was able to organize all data into a dataframe using pandas
- Communicated and collaborated well with teammates to make progress on the project
List of meetings/ training attended including social team events
Attended all team meetings on Zoom and the Git Webinar (watched recordings of other webinars)
Goals for the upcoming week
Learn how to use BERT and develop a ML training model
Detailed statement of tasks done
Task 1: Set up GSuite, Slack, Asana, and GitHub
- Task 1 Hurdles: Unable to setup GSuite and GitHub at first, but the team leaders helped fix the problem
Task 2: Scraped the Fulfillment by Amazon forum using Python, Beautiful Soup, and Selenium
- Task 2 Hurdles: Had little experience in Python and no experience in webscraping prior to the internship, so I learned through online tutorials, videos, and examples from the team leaders. Also struggled a bit with extracting certain elements from the webpage, but eventually figured it out.
Task 3: Organized data into a pandas dataframe and saved it as a CSV file
- Task 3 Hurdles: No issues with this task