Data
Learn Python Basics for Data Analysis
To create computer programs or build algorithms for data analysis, you need to master a programming language.
A program tells a computer what to do, using data and statements that you give it! So where do you start to write your own programs in Python?
This course will teach you the basics of the Python programming language, which is necessary to work in the field of data analysis.
You will learn how to use and write the basic functions of Python. You will manipulate the most common objects of this language and implement programming logic. Your program will do exactly what you tell it to do!
Are you ready to learn about Python for data analysis?
Learning outcomes
- Handle fundamental functions and objects
- Structure your code within a project
- Use specialized Python libraries
Requirements
None!
Tools needed:
- A computer
- Anaconda with Jupyter Notebook
- Or Google Colaboratory
Turn it into a career
Take one of our 100% online diploma training programs, and transform your know-how into professional skills.
- Up to 100% of your training program funded
- Flexible start date
- Career-focused projects
- Individual mentoring
1/2
Table of contents
- Part 1
Set up Your Python Work Environment
- Part 2
Handle Fundamental Functions and Objects
- Part 3
Organize Objects and Manage Program Flow Within a Project
- Part 4
Use Specialized Python Libraries