Python for Data Science (BEGINNERS!) Pt. 2: Variables & Strings (Jupyter Tutorial)

Published: 22 January 2024
on channel: Infinite Codes
162
7

The second video in my Series Python 101: Python Programming for Absolute Beginners.

Today's video is about the concept of Variables and how to work with Text ("Strings").

Be sure to have Python 3 and Jupyter notebook installed to be able to follow along.

Jupyter Notebook:
https://docs.jupyter.org/en/latest/in...
I suggest installing with pip (NOT anaconda):
pip3 install jupyter

Pip installation: https://pip.pypa.io/en/stable/install...

And in case you still need to install Python itself (make sure it's Python 3!):
https://realpython.com/installing-pyt...


Next video: Indexing, Lists and For Loops!