You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: building-with-fast-api/README.md
+8
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,18 @@
1
1
# README
2
2
3
+
## Chapters
4
+
5
+
1. Hello World
6
+
2. Routing
7
+
8
+
3
9
## Paradigms
4
10
5
11
> I really don't understand Python's OOP style very much.
6
12
7
13
Whereas Elm has a central `Model` (generally) to work from and uses modules and functions, Python has instances of classes which (I think) are stateful.
8
14
15
+
9
16
## Problems
10
17
11
18
> These are annoying and compared to Elm (where everything just works), not particularly user-friendly. You'd think you could just run commands once you're set up with a `venv` (virtual environment).
@@ -18,6 +25,7 @@ Whereas Elm has a central `Model` (generally) to work from and uses modules and
18
25
3. Using Thonny as an IDE
19
26
- I can get the version of Python running but the other stuff is harder
0 commit comments