In this video, we will go over some programming basics in Python and their implementation. This video assumes no previous exposure to any programming language
Python Tutorial in W3 Schools: https://www.w3schools.com/python/
Code used in this video: https://github.com/Aurelius2500/Absolute-Programming-Basics/blob/main/Absolute%20Programming%20Basics.py
Basics of reading data into Python: https://www.w3schools.com/python/pandas/pandas_csv.asp
How to install Anaconda and Spyder on your computer: https://docs.anaconda.com/anaconda/install/index.html
Chapters:
00:00 Introduction
02:00 The console and variable explorer
05:15 Basic math
8:45 Variables
12:45 If statements and boolean values
20:40 Data types and casting
26:00 More basic math
27:30 Lists and iteration
35:20 Functional programming
40:00 Importing a package