Python for Data Analysts

Go to class
Write Review

Free Online Course: Python for Data Analysts provided by Pluralsight is a comprehensive online course, which lasts for 3-4 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Python for Data Analysts is taught by Janani Ravi.

Overview
  • This course covers the basics of getting started with Python, including the semantics of variables, simple and complex data types, and the use of loops for iteration and functions for code reuse. You will also conceptually understand some of Python’s strengths, relative to other technologies.

    Python has exploded in popularity in recent years and has emerged as the technology of choice for data analysts and data scientists. In this course, Python for Data Analysts, you will gain the ability to write Python programs and utilize fundamental building blocks of programming and data analysis. First, you will learn how programming languages such as Python, spreadsheets such as Microsoft Excel, and SQL-based technologies such as databases differ from each other, and also how they inter-operate. Next, you will plunge into Python programming, installing Python and getting started with simple programs. You will then understand the ways in which variables are used to hold data, and how simple and complex data types in Python differ in their semantics. Finally, you will round out your knowledge by working with conditional evaluation using if statements, loops and functions. You will learn how Python treats functions as first-class entities, a key enabler of functional programming. When you’re finished with this course, you will have the skills and knowledge to identify situations when Python is the right choice for you, and to implement simple but solid programs using Python.