Sonwabile (@SonwabileLanga)
  • Stars
    star
    4
  • Global Rank 1,611,161 (Top 56 %)
  • Following 6
  • Registered over 6 years ago
  • Most used languages
    CSS
    75.0 %
    Python
    25.0 %
  • Location πŸ‡ΏπŸ‡¦ South Africa
  • Country Total Rank 2,541
  • Country Ranking
    CSS
    135
    Python
    1,058

Top repositories

1

My-Portfolio-Project-

My Personal Website
CSS
1
star
2

-Portfolio-Website

My Portfolio Project
CSS
1
star
3

-My-Portfolio-

My Web Portfolio
CSS
1
star
4

Web-Scraping-

Web Scraping using Python In this tutorial, you'll learn how to extract data from the web, manipulate and clean data using Python's Pandas library, and data visualize using Python's Matplotlib library. Web scraping is a term used to describe the use of a program or algorithm to extract and process large amounts of data from the web. Whether you are a data scientist, engineer, or anybody who analyzes large amounts of datasets, the ability to scrape data from the web is a useful skill to have. Let's say you find data from the web, and there is no direct way to download it, web scraping using Python is a skill you can use to extract the data into a useful form that can be imported. In this tutorial, you will learn about the following: β€’ Data extraction from the web using Python's Beautiful Soup module β€’ Data manipulation and cleaning using Python's Pandas library β€’ Data visualization using Python's Matplotlib library The dataset used in this tutorial was taken from a 10K race that took place in Hillsboro, OR on June 2017. Specifically, you will analyze the performance of the 10K runners and answer questions such as: β€’ What was the average finish time for the runners? β€’ Did the runners' finish times follow a normal distribution? β€’ Were there any performance differences between males and females of various age groups
Python
1
star