In this series, we will go over my notes for Python. And in this video, we are going to cover built-in functions.
Links:
GitHub Repo: https://github.com/SebastianMantey/Python-Tutorial
Full Playlist: https://www.youtube.com/playlist?list=PLPOTBrypY74yHNvmKlf9bfYuwMlbiPk94
Mutability: https://youtu.be/NlC3j0jZXQQ
f-Strings: https://youtu.be/v4k_B9-gic8
Timestamps:
0:00 - Intro
0:17 - help
1:25 - input
3:10 - print
6:41 - open
7:28 - open: different ways of reading a file
12:04 - open: different ways of writing to a file
18:00 - open: using the "with" keyword
21:06 - open: side notes
26:19 - data types/data structures
27:47 - abs
28:09 - divmod
28:51 - pow
29:10 - round
32:40 - format
32:56 - chr + ord
Download
0 formats
No download links available.
Python Tutorial for Beginners p.20: Built-in Functions | NatokHD