Skip to content

Latest commit

 

History

History
123 lines (84 loc) · 3.51 KB

File metadata and controls

123 lines (84 loc) · 3.51 KB

Python For Data-Science

Python for Data Science (PY0101EN) is an online course offered by IBM. Completing this course will count towards learning Data Science fundamentals with Python and SQL.

Pasted below is the certificate an badge I attained for completing the course:

In this course I learn:

  1. What is Python and why is it useful
  2. The application of Python
  3. How to define variables
  4. Sets and conditional statements in Python
  5. The purpose of having functions in Python
  6. How to operate on files to read and write data in Python
  7. How to use pandas

The following are links to notebooks showcasing my hands-on labs in Python:

Module 1 - Python Basics
Module 2 - Python Data Structures
Module 3 - Python Programming Fundamentals
Module 4 - Working with Data in Python
Module 5 - Working Numpy Arrays