Program List
Program List
2.create a html bootstrap website that has information about national emblem of India.(includes navbar)
6.Create a Django server which displays a random messages when you run server
7. Apply the steps to install django and update python using cmd.
8.Create a django server with your own custom project name and a custom app name.Run the app with
the message displayed as running app.
9.Create a login form in django that accepts username and email.Make sure that the form has validation
and error exceptions .
10.Write a custom project in django to handle static files.Name of these static file project should be
static1 and app name should be mystatic.
11.Create a custom cookie and display it while retrieving it from django.It can be any message or url
redirection as per your choice.
12. Create an interactive map using d3js script , where you have a circle and when
you double click it , it zooms
13. Using django and ajax together create a sign up form with username and
password which shows an error prompt(this kind of looks like a repetition)
14. Create a form using HTML which takes in details for the college festival of students from different
departments for the sports events only.
3.write a program in python to implement any ML algorithm but integrating it with a cost function
5.Backward tracking
7.Python program to show how training data is manipulated and changed based on the output of the ml
model.
9.Linear regression
10.Gradient decent
11. Create a program in python to evaluating a hypothesis and validate it using test
sets