Skip to content

Commit 5181a43

Browse files
committed
refactor: Move slide from the end of the deck to the start of slides/weektwo/index.qmd.
1 parent 1fed2f6 commit 5181a43

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

slides/weektwo/index.qmd

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,30 @@ format:
2222

2323
::: incremental
2424

25-
- {{< iconify fa6-solid lightbulb >}} Simple and readable syntax
26-
- {{< iconify fa6-solid lightbulb >}} Defining and evaluating expressions
27-
- {{< iconify fa6-solid lightbulb >}} Declaring and using variables with types
28-
- {{< iconify fa6-solid lightbulb >}} Creating and using collections
25+
- Simple and readable syntax
26+
- Defining and evaluating expressions
27+
- Declaring and using variables with types
28+
- Creating and using collections
29+
30+
:::
31+
32+
## Python for document engineering
33+
34+
::: {.incremental .fade-right style="margin-top: -0.2em; font-size: 0.775em;"}
35+
36+
- {{< iconify fa6-solid gear >}} **Simple and readable syntax**
37+
- Easy to learn and understand
38+
- Code looks similar to written English
39+
- Focus on solving problems, not complex syntax
40+
41+
- {{< iconify fa6-solid code >}} **Excellent text processing capabilities**
42+
- Built-in string operations and methods
43+
- Rich collection types for organizing data
44+
- Powerful libraries for document manipulation
45+
46+
- {{< iconify fa6-solid book-open >}} **Perfect suite of tools for prosegrammers**
47+
- Combines programming power with clear, readable code
48+
- Ideal for creating tools that work with documents
2949

3050
:::
3151

@@ -42,7 +62,7 @@ format:
4262
::: {.fragment .fade .boxed-content style="font-size: 1.0em;"}
4363

4464
{{< iconify fa6-solid microscope >}} These three concepts form the foundation of
45-
all programming logic! Let's explore these in greater detail!
65+
all programming logic! **Let's explore these in greater detail!**
4666

4767
:::
4868

@@ -487,25 +507,6 @@ print("Contains 'PDF' format:", result)
487507

488508
:::
489509

490-
## What makes Python great for document engineering?
491-
492-
::: {.fragment .fade-right}
493-
494-
- {{< iconify fa6-solid lightbulb >}} **Simple and readable syntax**
495-
- Easy to learn and understand
496-
- Code looks similar to written English
497-
- Focus on solving problems, not complex syntax
498-
499-
- {{< iconify fa6-solid lightbulb >}} **Excellent text processing capabilities**
500-
- Built-in string operations and methods
501-
- Rich collection types for organizing data
502-
- Powerful libraries for document manipulation
503-
504-
- {{< iconify fa6-solid lightbulb >}} **Perfect for prosegrammers!**
505-
- Combines programming power with clear, readable code
506-
- Ideal for creating tools that work with documents
507-
508-
:::
509510

510511
## Key features of Python for beginners
511512

0 commit comments

Comments
 (0)