Want study materials, the resources I mention in the video, and help with your final exams? Click here → / discord
Want a free ebook with all the theory, exercises, and answers? Click here → https://www.infamatura.edu.pl/
Private classes:
https://subscribepage.io/InfaMaturaTest
Introduction
0:00 Introduction
===PRINTING===
0:29 - print()
3:39 - f-string
===MATHEMATICS AND NUMBER SYSTEMS===
5:55 - abs()
6:08 - pow()
7:08 - divmod()
8:01 - round()
8:50 - bin()
9:47 - hex()
10:03 - oct()
10:22 - int()
12:00 - float()
12:39 - format()
13:47 - math.sqrt()
14:58 - math.ceil()
15:28 - math.floor()
15:58 - math.gcs()
16:42 - math.lcm()
===STRINGS AND ASCII=== (strings in python are treated like lists)
17:13 - .strip() / .lstrip() / .rstrip()
18:59 - .split() / list()
20:08 - .join()
20:55 - .replace()
22:05 - .find()
23:04 - .index()
23:48 - .count()
24:33 - .startwith() / .endwith()
24:50 - .lower()
25:12 - .upper()
25:19 - .isdigit()
25:53 - .isalpha()
26:09 - ord()
26:43 - chr()
27:08 - in
===LETTERS===
27:44 - max() / min() / len() / sum()
28:36 - sorted()
29:36 - .sort()
29:57 - .reverse()
30:13 - .append()
30:40 - .extend()
31:14 - .insert()
31:59 - .pop()
33:01 - .remove()
33:30 - .clear()
33:47 - .count()
34:17 - .index()
35:04 - removing duplicate list(set())
35:44 - zip()
36:55 - enumerate()
===SETS===
38:31 - set()
39:20 - .add()
39:57 - .remove()
40:27 - .union()
41:03 - .intersection()
41:28 - .difference()
===DICTIONARIES===
42:12 - .keys()
43:13 - .values()
43:30 - .items()
44:25 - .get()
45:13 - .clear()
45:30 - .fromkeys()
46:44 - .setdefault()
47:36 - counter()
===HIGH-ORDER FUNCTIONS===
49:56 - map()
52:28 - lambda
54:05 - filter()
55:55 - sorted()
If you're new to this channel, my name is Olaf Grykałowski. I'm a Computer Science and Intelligent Systems student at the AGH University of Science and Technology in Kraków. I passed my Matura exam in Computer Science in 2022 with a 98% score, which got me into my dream university! And I want the same for you, so you can study at your dream university.
Contact:
[email protected]
#computer science #matura #studies #python #excel #access