MLEW Summer Internship Program

About Course
The Department of Electronics and Communication Engineering (ECE) is thrilled to announce an exciting Summer Internship Program tailored for third-year students eager to delve deeper into the world of technology. This program is not just about gaining experience; it’s about transforming your academic knowledge into innovative solutions that can make a real difference in society.
Throughout this internship, students will have the chance to tackle real-world problems, using their theoretical insights to create practical, impactful solutions. It’s an opportunity to think critically, unleash your creativity, and hone your problem-solving skills in a collaborative setting. Guided by seasoned mentors, you’ll explore the fascinating realms of electronics and communication technologies.
Our goal is to inspire you to develop solutions that enhance quality of life, thus reinforcing the power of engineering as a force for societal progress. If you’re ready for a transformative journey that enriches your academic experience and prepares you for a dynamic career, we invite you to join us and make your mark.
What Will You Learn?
- Design Thinking
- Learning IoT, Full Stack, Cloud Solutions
- Building projects for people
Course Content
Inaugural Session
-
Inaugural Ceremony
01:34:44
Frontend Bootcamp
-
Frontend Day1
01:19:58 -
Create a basic HTML page with Your name as the title (in the head Tag)
-
Create a basic HTML page with A main heading with your name (using h1 tag )
-
Create a basic HTML page with Subheadings for 2-3 of your interests (using h2 tag)
-
Create a basic HTML page with short paragraphs about each interest
-
Create a basic HTML page with use line breaks and horizontal rules where appropriate
-
Day1 Quiz
-
Frontend Day2
01:07:57 -
Day 2 Quiz
-
Create a personal profile page with links to your favorite websites
-
Create a personal profile page with a list of your hobbies
-
Create a personal profile page with a small image (avatar)
-
Create a personal profile page with a table with your skills or achievements
-
Frontend Day3
01:26:22 -
Create a Contact Form with Semantic Structure
-
Build a form with various input types
-
Which semantic HTML tags did you use to wrap your form?
-
How did you add labels and checks to your form inputs?
-
Day 3 Quzz
-
Frontend Day4
01:19:15 -
Day 4 Quiz
-
Style an HTML page with different fonts and font Sizes
-
Style an HTML page with text color and alignments
-
Style an HTML page with link styles with hover Effect
-
FrontEnd Day5
01:25:12 -
Create a Responsive Card Layout Design a layout with 3 content cards
-
Create a Responsive Card Layout Use Flexbox for even spacing
-
Create a Responsive Card Layout Apply box model concepts
-
Create a Responsive Card Layout Add hover effects
-
Day 5 Quiz
-
FrontEnd Day 6
01:20:58 -
Create a profile card using HTML and CSS.
-
Use element, class, and ID selectors, and group/combine them
-
Apply backgrounds, borders, shadows, rounded corners, and pseudo-classes.
-
Include transition and transform effects for interactivity.
Tailwind Bootcamp
-
Day 7
01:12:07 -
Create a responsive webpage using Bootstrap.
-
Use Bootstrap’s navbar, container, grid, and card components.
-
Structure your page into a header, hero, features, and footer section.
-
Ensure proper alignment, spacing, and responsive design across devices.
-
Day 8
01:15:46 -
Create a good and responsive webpage using Tailwind.
-
Use available free components in Tailwind.
-
Day 9
01:18:53 -
Create a responsive multi-page website using Tailwind CSS with Sign In, Home, 404, Contact, theme-based, and Checkout pages using free Tailwind UI components.
Python Bootcamp
-
Day 1
01:13:13 -
Can you create four variables: one for your age (as a number), your height (as a decimal), your name (as text), and whether you are a student (True or False)?
-
Can you print each of these variables on the screen with a label like “My Age:”, “My Height:”, etc.?
-
Can you use the type() function to show the data type of each variable?
-
Day 1
-
Day 2
01:23:12 -
Create a simple Python program that asks the user for their name, age, and height, then displays a summary including their age next year and height in centimeters. Also, determine and print their age category (Child, Teenager, Adult, or Senior).
-
Write a Python program that analyzes a sentence entered by the user by showing character details, reversing it, checking for palindrome, and classifying it as a long or short sentence?
-
Day 2
-
Day 3
01:20:55 -
Create a Python program that asks the user for a password and checks if it meets strength criteria including length, letter case, digits, and special characters. Display clear feedback about which rules the password does not follow.
-
Day 3
-
Day 4
01:15:23 -
Write a program that uses nested for loops to create a simple pattern of numbers in a square format (like a multiplication table for numbers 1-5).
-
Create a program that searches for a specific number in a list using a loop and the break statement when found.
-
Write a program that prints all numbers from 1 to 20 except those divisible by 3 using the continue statement.
-
Day 4
-
Day 5
01:22:40 -
Day 5
-
Create a function add_two_numbers(a, b) that returns the sum of two numbers.
-
Create a function write_name() that writes your name to a file called “myname.txt”.
-
Create a function read_name() that reads and prints the content from “myname.txt”.
Database Bootcamp
-
Day 1
01:09:21 -
Day 1
-
Design and implement a MongoDB database for a library system, then query it to retrieve specific information about books based on year, genre, and title.
-
Day 2
01:04:49 -
Create the following collection in your MongoDB
-
Day 2
-
Day 3
01:07:42 -
Write a Python program using PyMongo
-
Day 3
API Bootcamp
-
Day 1
01:06:26 -
Day 1
-
You are learning to create simple web applications using Flask. Your task is to build a basic Flask application with the following specifications:
-
Day 2
01:25:41 -
You are required to create a Flask web application that uses HTML templates for rendering content. Follow the steps below:
-
Day 2
-
Day 3
01:13:37 -
You are required to develop a simple web application using Flask and MongoDB with the following features:
-
Day 3
-
Day 4
01:17:37 -
Day 4
-
Create a Flask web app to add student details via a form and store them in MongoDB. Implement functionality to edit and delete student records from the displayed list.
Project Demo
-
Day 1
01:25:18 -
Day 2
01:05:53 -
Day 3
01:40:32
Data Science Bootcamp
-
Day 1 – NumPy and Pandas
01:34:29 -
Create a NumPy array of even numbers from 10 to 50 and slice the array to show only numbers between 20 and 40.
-
Create a 3×3 NumPy array filled with numbers from 1 to 9. Multiply every element by 5 using broadcasting, use boolean indexing to display values greater than 25.
-
Day1 Quiz
-
Day2 – Pandas
01:20:55 -
Pandas Assignment
-
Day2 Quiz
-
Day3 – EDA
01:07:50 -
EDA Assignment
-
Day3 Quiz
Machine Learning Bootcamp
-
Day1 – Introduction & Data Cleaning
01:19:50 -
Day1 Quiz
-
Data Cleaning
-
Day2 – Linear Regression
01:29:24 -
Day2 Quiz
-
Linear Regression Assignment
-
Day3 – Polynomial and Logistic Regression, KNN Classification
01:04:08 -
Apply Polynomial Regression on Position based Salaries Dataset
-
Apply Logistic Regression and KNN Classification on titanic dataset
-
Day3 Quiz
-
Day4 – Classification Algorithms
01:21:14 -
Classification Algorithms Assignment
-
Day4 Quiz
-
Day5 – Unsupervised Learning
01:15:18 -
Unsupervised Learning Assigment
-
Day5 Quiz
Earn a certificate
Add this certificate to your resume to demonstrate your skills & increase your chances of getting noticed.
