Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Project 1 - English Dictionary App & Library Book Management System

ENGILISH DICTIONARY APP: import json from difflib import get_close_matches import sys # i have created add function to add new words to the extisting file def Add(): f = open('words.txt','r+') # it opens the file in read and write mode words = json.load(f) # it converts the text file to python dictioanry format word =…

    Project Details

    Loading...

    Leave a comment

    Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by SHANMUKHARAO AKULA (8)

    Project 1 - Data Cleaning and Transformation using Pivot table and Charts for the Report on requirement of Team Hiring

    Objective:

    completed as per the instructions given and attached the excel sheet..

    calendar

    17 Jun 2022 01:06 PM IST

      Read more

      Project 2

      Objective:

      files attached...   samples of outputs also attached..                        

      calendar

      07 Jun 2022 03:35 PM IST

        Read more

        Project 1

        Objective:

        file submitted..

        calendar

        03 Jun 2022 05:28 AM IST

          Read more

          Project 1 - English Dictionary App & Library Book Management System

          Objective:

          ENGILISH DICTIONARY APP: import json from difflib import get_close_matches import sys # i have created add function to add new words to the extisting file def Add(): f = open('words.txt','r+') # it opens the file in read and write mode words = json.load(f) # it converts the text file to python dictioanry format word =…

          calendar

          25 May 2022 08:19 AM IST

            Read more

            Project 2 - EDA on Vehicle Insurance Customer Data

            Objective:

              EDA on VEHICLE INSURANCE DATA   A company has customer data that contains 8 columns of customer details and another table having name customer_policy data contains the policy details of the customer. The company intends to offer some discount in premium for certain customers. To do that they ask their Data…

            calendar

            25 May 2022 05:35 AM IST

              Read more

              Week 4.1 - Genetic Algorithm

              Objective:

              Aim: Writing code in MATLAB to optimize the stalagmite function and to find the global maxima of the function             OBJECTIVE: Explanation of the concept of the genetic algorithm Explanation of the syntax of the genetic algorithm Plotting graphs for 3 cases and…

              calendar

              04 Mar 2022 01:52 PM IST

              • MATLAB
              Read more

              Week 3 - Solving second order ODEs

              Objective:

                AIM:  1). To write the MATLAB program that solves ordinary diferential equation of motion of a simple pendulum with damping. `(d^2 theta)/dt^2+(b/m)(d theta)/dt+(g/l)sintheta=0`          2). To write the MATLAB program that stimulates the pendulum motions. THEORY:  The motion of…

              calendar

              18 Jan 2022 04:26 PM IST

              Read more

              Week 2- 2R Robotic Arm Challenge

              Objective:

                % animating the kinematic manipulator % inputs l1=1; l2= 0.5; theta1= linspace(0,90,25); theta2= linspace(0,90,25); ct=1; for i= 1:length(theta1) A1= theta1(i); for j= 1:length(theta2) A2 = theta2(j); % defining cordinates x0=0; y0=0; x1= l1*cosd(A1); y1= l1*sind(A1); x2=x1+l2*cosd(A2); y2= y1+l2*sind(A2); % plotting…

              calendar

              15 Jan 2022 04:11 AM IST

                Read more
                Showing 1 of 8 projects