This commit is contained in:
ducoterra
2020-11-29 14:55:57 -05:00
parent 4e6a69c038
commit ec8a37af1c
2 changed files with 4 additions and 2 deletions

View File

@@ -255,7 +255,7 @@ Let's get started:
19. Flip back over to your django terminal with the dropdown menu 19. Flip back over to your django terminal with the dropdown menu
20. Press ++ctrl+c++ to stop the server 20. Press ++ctrl+c++ to stop the server
### Threading ## Threading
One of the more difficult concepts in programming is threading and multiprocessing. It's rarely taught at an intro level but it's fairly easy to use. One of the more difficult concepts in programming is threading and multiprocessing. It's rarely taught at an intro level but it's fairly easy to use.

View File

@@ -31,4 +31,6 @@
### [Day 4](day4.md): while ### [Day 4](day4.md): while
- "While" - "While"
- Let's build a menu
- Threading