if you dont know Dont attempt because i will vote you down. part a….
Question Answered step-by-step if you dont know Dont attempt because i will vote you down. part a…. if you dont know Dont attempt because i will vote you down.part a. Image transcription text. ISoup: Part of this project involves theuse of the provided j soup . jar library toparse HTML files. If you s… Show more… Show moreImage transcription textoperations, ArraySet requires itscontents to be unique. Items are eitherpresent or not in the set. It… Show more… Show moreImage transcription text31: > as . size() similar between thetwo with IterativeCrawler having theadditional capability that it… Show more… Show moreYou must write two short reports this week, one for R and one for Python. For each report, provide the following information:1) Locate a useful internet resource for problem-solving. Stack Overflow is still my favorite, although it may be somewhat technical, so it may not be appropriate for novices. You may have run into challenges while working through the courses and tasks in Modules 1-6, which you then addressed by conducting web searches. For this project, you desire a continuing website that gives answers, tutorials, lessons, examples, and other resources to a large number of people with a variety of difficulties throughout time.2) Describe your favorite resource online in one short paragraph and explain why it is the greatest for your specific needs.3)) For the remainder of the report, show how you used your favorite resource website to solve an issue or demonstrate a skill you required.Provide the code, if relevant, the error message(s), and the explanation from the resource site where you found the solution.SUBMIT TWO REPORTS TOGETHER IN ONE DOCUMENT.FOR R, DO ALL THE STEPS AGAIN, AND FOR PYTHON, DO ALL THE STEPS AGAIN.Each report will contain a separate paragraph summarizing the resource, as well as a separate demonstration.For example, to explain a solution to a Python problem, I utilize Stack Overflow, which is my favorite site:PROBLEM DESCRIPTION: I wanted to check the bytes used to directly represent texts in order to locate and replace unrecognized bytes. My code was crashing because of these bytes. The purpose is to detect and identify bytes that haven’t been identified before.I gathered a sample of text from a webpage that employed directed quotations as input data.For several hours, billions of Facebook, Instagram, WhatsApp, and Messenger users were unable to access their accounts. Facebook has apologized for the outage.”We apologize for the difficulty caused by today’s outage across our platforms to all of the people and companies across the world who rely on us,” said Santosh Janardhan, Facebook’s vice president of infrastructure, in a blog post late Monday.EXAMPLE OF A FAULTY CODE: with open(“C:/6351/badbyte.txt”,’r’) as f1: myBadText = f1.readlines()print(myBadText)ERROR MESSAGE: Traceback (most recent call last): File “C:UsersJerald HughesMy DocumentsLiClipse Workspace6351_StudentsStudentsWeek7.py”, line 8, in


