Thursday, 9 July 2026

23ITS1-PYTHON WITH DJANGO

UNIT-II: Introduction to Django Framework Understanding Django environment, Features of Django and Django architecture, MVC and MTV, Urls and Views, Mapping the views to URLs, Django Template, Template inheritance Django Models, Creating model for site, Converting the model into a table, Fields in Models, Integrating Bootstrap into Django, Creating tables, Creating grids, Creating carousels. 

Sample Experiments: 

  1. Create a Sample “Hello World” Application using Django 
  2. Create a Login and Registration Page using MVC architecture in Django Framework 
  3. Create a sample page in Django by integrating Bootstrap. 
  4. Create an application with Tables, grids in Django 
  5. Create a Django App with Carousels feature.

Tuesday, 30 June 2026

23ITS1-PYTHON WITH DJANGO

23ITS1-Complete_Syllabus

UNIT-I : Python libraries for web development : Collections-Container datatypes, Tkinter-GUI applications, Requests-HTTP requests, Beautiful Soup4-web scraping, Scrapy, Zappa, Dash, CherryPy, Turbo Gears, Flask, Web2Py, Bottle, Falcon, Cubic Web, Quixote, Pyramid. 

Experiments :  
  1. Write a Python GUI program to import Tkinter package and create a window. Set its title and add a label to the window.
  2. Write a Python program that designs a simple login form with labels and Entry widgets, arranging them in a grid using the Grid geometry manager.
  3. Write a program using BeautifulSoup4 library for web scraping for a given URL 
  4. Develop a Sample Hello World page using Flask framework 
  5. Develop a sample web page using CherryPy / Web2Py / Bottle Framework  
  6. Extra Experiment :    Write a Python GUI Program the change background color of window using Tkinter package 

Monday, 2 March 2026

23AM01-Machine Learning

 UNIT-3: 

    • Models Based on Decision Trees PPT             Notes
    • Decision Trees for Classification, Impurity Measures, Properties, Regression Based on Decision Trees, Bias–Variance Trade-off, Random Forests for Classification and Regression. The Bayes Classifier: Introduction to the Bayes Classifier, Bayes’ Rule and Inference, The Bayes Classifier and its Optimality, Multi-Class Classification, Class Conditional Independence and Naive Bayes Classifier (NBC)            

 UNIT-4:

    • Linear Discriminants for Machine Learning:         Notes
    • Introduction to Linear Discriminants, Linear Discriminants for Classification, Perceptron Classifier, Perceptron Learning Algorithm, Support Vector Machines, Linearly Non-Separable Case, Non-linear SVM, Kernel Trick, Logistic Regression, Linear Regression, Multi-Layer Perceptron's (MLPs), Backpropagation for Training an MLP. 

 UNIT-5: