Рет қаралды 497
The first video in my Series Python 101: Python Programming for Absolute Beginners.
Today's video is about the basics of Python and Jupyter notebook, importing packages and doing basic math.
Be sure to have Python 3 and Jupyter notebook installed to be able to follow along.
Jupyter Notebook:
docs.jupyter.o...
I suggest installing with pip (NOT anaconda):
pip3 install jupyter
Pip installation: pip.pypa.io/en...
And in case you still need to install Python itself (make sure it's Python 3!):
realpython.com...
Next video: Working with Variables and Strings!