Automate the boring stuff with Python - Part 2: Python Basics

Published: 11 April 2022
on channel: Learning Python
12,754
178

We learn about Python basics which we need to automate e.g. web scraping, working with Excel documents and Google Drive.
We cover chapter 1 of the book Automate the boring stuff with Python by Al Sweigart.
Follow along to learn Python programming and make your life easier with automation.

📚 Get the book Automate the Boring Stuff with Python: https://amzn.to/3DY0C1G
🔨 FREE Skillshare 30-day trial: https://skillshare.eqcm.net/5b4ddL

Read for free: https://automatetheboringstuff.com/2e...

Music (Epidemic sound): https://bit.ly/3JD0PZk
Song: The Uneven Path - Trevor Kowalski

Timestamps:
0:00 - Introduction
1:11 - Expressions
7:30 - Integer, floating-point, and string data types
9:02 - String concatenation
10:52 - Variables
15:24 - Our first program
23:48 - Practice questions