diff options
Diffstat (limited to 'tutorial_1_intro')
-rw-r--r-- | tutorial_1_intro/slide_3.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tutorial_1_intro/slide_3.md b/tutorial_1_intro/slide_3.md new file mode 100644 index 0000000..f9d79b5 --- /dev/null +++ b/tutorial_1_intro/slide_3.md @@ -0,0 +1,7 @@ +**Why Django should be used** + +Narration: + +Django is a web framework written using the Python Language. It's robust, easy to start with and has a lot of pre-built features available out of the box for someone who already knows how to develop stuff with Python. + +It allows the web developer to have a basic application up and running in reasonable time. |