Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.68 KB

01_introduction.md

File metadata and controls

39 lines (29 loc) · 1.68 KB

Web Development with Django

Welcome to Python - Django Web Framework Study Group. Have a little sip of your ☕ first before we start building. 💻

Before we deep dive into the world of Django, check these things first in your local machine:

  • I have a text editor installed in my computer (e.g. Notepad++, Sublime).
  • I have Python installed in my computer.
  • I'm familiar with the basics concepts of Python.

What will you learn?

Once you have finished our study group, you will be able to create a Quora/Reddit-like web application. You will also learn the following in the process:

  • Django, DRF, and VueJS
  • How to use Vue CLI and Vue Router

What is Django?

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. It’s free and open source.

Why You Should Learn Django?

  • It is written in Python (obviously).
  • You don't need to rely on external libraries / packages.
  • It has an in-depth documentation.
  • You can ask for help by joining to their community.

Applications powered by Django

  • Spotify
  • Pinterest
  • Instagram
  • Mozilla
  • Disqus
  • National Geograpic
  • Knight Foundation

References