For the Framework DJango is the best choice because it is Fast, Secure and Scalable.
Django is the
most popular web application framework for Python.
DJango provides inbuilt database which is nothing but SQLite, which is the best choice for
database.
The following are various popular web applications which are developed by using Python and
DJango
YouTube, Dropbox, Quora, Instagram, Reddit, Yahoo Maps etc
HTML Basics:
HTML stands for HyperText Markup language.
This is the most basic building block of every web application.Without using HTML we cannot build
web applications. It is the mandotory technology.
We can use CSS to sstyle HTML Pages.
We can use Java Script to add functionality to the HTML pages.
In general we will add django template tags to HTML for generating dynamic content based on our
requirement.
Strcutre of HTML Page:
Every HTML page contains 2 parts
1. Head
2. Body
Head contains meta data like title of the page, keywords etc. CSS files and Java Script files
information we have to specify in the Head Part only.
Body contains actual content.
1) <!doctype html>// to indicate that it is HTML page
2) <html >
3) <head>
4) Meta Data like keywords,author,title...
5) css files information
6) js files information
7) </head>
8) <body>
9) Actual Data
10) </body>
11) </html>
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
4 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com