marcoshsq / PythonWordCloud

This repository contains the Word Cloud project developed during the first course (Crash Course on Python) of the Google IT Automation with Python Professional Certificate.

Home Page:https://www.coursera.org/account/accomplishments/certificate/V47JS7J93C2L

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smiley face

Python - Word Cloud

About this repository:

This repository contains the Word Cloud project developed during the first course (Crash Course on Python) of the Google IT Automation with Python Professional Certificate.

About the Project:

A Word Cloud is a visualization technique for text data where the most frequent word is shown in the biggest font size. They aren't the most scientific type of data visualization. However, they're a very information-dense representation of the frequency of all words in a given text. And sometimes Word clouds can be more effective than just using bar charts displaying the counts of words for large amounts of text, as the chart would be difficult to parse if there are too many bars.

The final project of the course 01 gave us ready-made code that just needed to be refactored. But I decided to make my own word cloud in a more personal way.

About

This repository contains the Word Cloud project developed during the first course (Crash Course on Python) of the Google IT Automation with Python Professional Certificate.

https://www.coursera.org/account/accomplishments/certificate/V47JS7J93C2L

License:MIT License


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%