1 Commits
0.1.0 ... 0.1.1

Author SHA1 Message Date
ducoterra
ec8a37af1c fix menu 2020-11-29 14:55:57 -05:00
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