KEMBAR78
Web Development Using Django | PDF | Websites | World Wide Web
0% found this document useful (0 votes)
11 views15 pages

Web Development Using Django

Uploaded by

Batchu Ramya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views15 pages

Web Development Using Django

Uploaded by

Batchu Ramya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 15

Web Development Using

Django
7th June – 17 July 2021
Web Development

 Web development involves Developing Websites for the Internet or


Intranet

 Internet : Global Computer Network to share information

 Intranet : Computer network within an organization


Website vs Web Application

 Website
 A website is a group of globally accessible, interlinked web pages
 A website mostly consists of static content. It is publicly accessible to all the visitors
 Developing your website helps you in branding your business.
 Wikipedia, blogging sites, etc.
 Web Application
 A web application is a software or program which is accessible using any web
browser
 A web application is designed for interaction with the end user
 App store approval not required in web applications
 Ex: Gmail, Facebook, YouTube, etc.
Types of Websites

 Business Websites
 Portfolio Websites
 Blogging Websites
 E-Commerce Websites
 Magazine and News Websites
Web Developer

 A person who develops and maintains websites

Types:

 Front-End Developer
 Back-End Developer
Front-End

 The part of a website that the user interacts with directly is termed the
front end. It is also referred to as the ‘client side’ of the application. It
includes everything that users experience directly

 Technologies
 HTML
 CSS
 JavaScript
Back-End

 Backend is the server-side of the website. It stores and arranges data, and
also makes sure everything on the client-side of the website works fine. It
is the part of the website that you cannot see and interact with.

 Languages
 Java
 Python
 PHP
 C++
 JavaScript
 Node.js
Framework

 A web framework or web application framework is a software framework


that is designed to support the development of web applications
including web services, web resources, and web APIs.
 Web frameworks provide a standard way to build and deploy web
applications on the World Wide Web.
Front-End Frameworks

 AngularJS
 React.js
 jQuery
 SASS
 Flutter
Back-End Frameworks

 Django
 Rails
 Laravel
 Spring
SDLC

 Software Development Life Cycle


 Planning
 Design
 Development
 Testing
 Deployment
 Maintenance
Content

 Git
 Python
 Django
 HTML
 CSS
 Bootstrap
Software Requirement

 Python
 Django
 Sublime/PyCharm/Visual Studio Code
 Git
Thank You

You might also like