Python for Data Analysis: Variables

preview_player
Показать описание
This video covers the basics of assigning variables in Python.

This is lesson 4 of a 30-part introduction to the Python programming language for data analysis and predictive modeling. Link to the code notebook below:

Python for Data Analysis: Python Arithmetic

This guide does not assume any prior exposure to Python, programming or data science. It is intended for beginners with an interest in data science and those who might know other programming languages and would like to learn Python.

I will create the videos for this guide such that you should be able to learn a lot just watching on YouTube, but to get the most out of the guide, it is recommended that you create a Kaggle account so that you can copy and edit each lesson so that you can follow along and run code yourself.

Introduction to Python Playlist:

Link to the Python for Data Analysis written guide index page:

Рекомендации по теме
Комментарии
Автор

Thanks very much for this. Going to my first year of uni for Physics after this summer. This series looks like it will be very helpful to reteach me the basics and go a bit further

isaacdalziel
Автор

This seriers is the best data analytic python series on youtube. Thanks!

data_dave
Автор

You look like David Wallace from The Office U.S.

kshitijsahdev
Автор

How does x + z + p = 21 ?
I'm under the impression that:
x = 10
z = 12
p = 10
Help me out here...lol

hoipyuk