Breaking News

Build a Simple Web Application in Python and Django


Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.

1 - Open PyCharm and Create a Project
2 - install django: pip install django
3 - create django project: django-admin startproject IDEAWeb

Watch video:

1 comment: