Other Projects
Data Analysis Course
Among all the projects carried out, I created and hold an online course on Data Analysis
for people who wanted to change their job careers. The course was oriented on three
main topics: Statistics, SQL, and Python which are the essential foundation of a
Data Scientist.
The first module was mainly oriented on descriptive statistics with some hints on
the inferential one. The second module focused on relational database management
while the third concerned Data Mining with Python. I provided theoretical and
practical lectures based on exercises and projects on SQL and Python.
Scraping Project
Another project I worked on was a Scraping one. A company contacted me to
scrape product details from a website and store all the information in an Excel sheet.
I had to collect the product image link, the product description, the price, and other
properties. The company gave me an Excel file containing all the links related to the
products. I simply wrote a code that iterate on that list of links and perform the
same scraping function on them.
You can find the code available on my GitHub page.