- Hello, packages!
- Now you have learned the basics of Python to be able to play the magic! In this module, you are going to learn Python packages and experience their convenience and power. You are going to use the packages for something fun. Are you ready? Let's go!
- Data Manipulation: Numpy and Pandas
- In Data Science, we play with data. Python has many useful packages for data creation, integration, and manipulation. In this module, you are going to learn NumPy and Pandas, the most widely used two packages for data science. Are you ready? Let's go!
- Data Visualization: Matplotlib
- An outstanding data scientist is good at not only data processing and data analyzing but also data visualization and communication. In this module, you are going to learn Matplotlib, one of the most widely used Python package to transform your data in a much more interesting taste. Are you ready? Let's go!
- Data Visualization: Seaborn
- Data visualization can be done by matplotlib, and it is not enough. Seaborn is built upon matplotlib, and it provides even more power and convenience to the project. Are you ready? Let's go!