HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-02-21
1 <p>1</p>
1 <p>1</p>
2 <a>Introduction</a><p>Learning about the structure, goals, and objectives of the course</p>
2 <a>Introduction</a><p>Learning about the structure, goals, and objectives of the course</p>
3 <p>2</p>
3 <p>2</p>
4 <a>Positional arguments</a><p>Introducing functions with variable numbers of arguments</p>
4 <a>Positional arguments</a><p>Introducing functions with variable numbers of arguments</p>
5 <p>3</p>
5 <p>3</p>
6 <a>Named arguments</a><p>Introducing named arguments in addition to positional arguments</p>
6 <a>Named arguments</a><p>Introducing named arguments in addition to positional arguments</p>
7 <p>4</p>
7 <p>4</p>
8 <a>More about named arguments</a><p>Learning how to work with named arguments and declare keyword-only arguments</p>
8 <a>More about named arguments</a><p>Learning how to work with named arguments and declare keyword-only arguments</p>
9 <p>5</p>
9 <p>5</p>
10 <a>Higher-order functions</a><p>Learning how to declare higher-order functions</p>
10 <a>Higher-order functions</a><p>Learning how to declare higher-order functions</p>
11 <p>6</p>
11 <p>6</p>
12 <a>Map, filter, and reduce</a><p>Getting to know the most famous higher-order functions</p>
12 <a>Map, filter, and reduce</a><p>Getting to know the most famous higher-order functions</p>
13 <p>7</p>
13 <p>7</p>
14 <a>Built-in map, filter, and reduce</a><p>Learning more about the built-in map, filter, and reduce</p>
14 <a>Built-in map, filter, and reduce</a><p>Learning more about the built-in map, filter, and reduce</p>
15 <p>8</p>
15 <p>8</p>
16 <a>Closures</a><p>Learning about closures, an integral programming tool with on-the-fly functions</p>
16 <a>Closures</a><p>Learning about closures, an integral programming tool with on-the-fly functions</p>
17 <p>9</p>
17 <p>9</p>
18 <a>Anonymous functions</a><p>Learning how to declare small, unnamed functions within expressions</p>
18 <a>Anonymous functions</a><p>Learning how to declare small, unnamed functions within expressions</p>
19 <p>10</p>
19 <p>10</p>
20 <a>Decorators</a><p>Introducing decorators, a tool distinguishing Python from other languages</p>
20 <a>Decorators</a><p>Introducing decorators, a tool distinguishing Python from other languages</p>
21 <p>11</p>
21 <p>11</p>
22 <a>More about decorators</a><p>Learning how to use decorators with parameters and wrapped functions</p>
22 <a>More about decorators</a><p>Learning how to use decorators with parameters and wrapped functions</p>
23 <p>12</p>
23 <p>12</p>
24 <a>Recursions</a><p>Learning about recursions in mathematics and programming languages</p>
24 <a>Recursions</a><p>Learning about recursions in mathematics and programming languages</p>