Skip to content

Commit a84caf4

Browse files
Replace layer image with a representation of the tool stack. Tweak why a bit more.
1 parent 994ce65 commit a84caf4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

slides/01_intro.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,14 @@ If you haven't already:
5656
<!-- #region slideshow={"slide_type": "slide"} -->
5757
## Why ETS? When ETS?
5858

59+
- Open-source
5960
- Mature
60-
- Easy to use
61+
- Easy to start, easy to grow
6162
- Tools promotes reusable code and good design patterns
6263
- Largely declarative UI
6364
- Backend-agnostic: avoid having to update when PyQt, wxPython, ... update!
6465
- Limitless around data tools, in particular plotting!
66+
- Reduced development costs (single programming language)
6567
- No architecture mind shift necessary (client-server) and no exposure to
6668
server hacking.
6769

@@ -92,7 +94,7 @@ Limitations:
9294
## Layered package design
9395
9496
<center>
95-
<img src="images/layers.png" height="90%" align="center"/>
97+
<img src="images/application_layers.png" height="90%" align="center"/>
9698
</center>
9799
98100
<!-- #endregion -->
93.7 KB
Loading

0 commit comments

Comments
 (0)