Python in 45 minutes

Channel:
Subscribers:
2,670
Published on ● Video Link: https://www.youtube.com/watch?v=OwrNKsFhoeo



Duration: 48:00
167 views
1


Today we went over the core bits of the Python language in 45 minutes

To do any program you only need to know 5 or 6 things:
1. Variables (One Variable or Multiple Variables)
2. Input and Output
3. Conditionals (Branches or If/Else Statements)
4. Loops (Do something multiple times)
5. Functions (Reusable Code)

So we went over all of those things today. Now you just need to practice for a couple years!







Tags:
csci 1
python