Current One Divisions
- Subject Code :
- Faculty: Mr Guranna Gouda (Assistant Professor)
- Semester: 4
- Year: 2024
- Divisions (under direct tutelage): 4B8,4B9,4B10
Old Divisions
- Subject Code :
- Faculty: Mr Guranna Gouda (Assistant Professor)
- Semester: 4
- Year: 2023
- Divisions (under direct tutelage): 4B17,4B18,4B19
Unit--1 | Name | Lecture Material | PPT Materials |
---|---|---|---|
1 | Introduction to Python | Unit 1 Python Introduction | PPT Materials |
2 | Data types & Variables | Unit 1 Material | PPT Materials |
3 | Operators | Unit 1 Material | PPT Materials |
4 | Conditional Statements | Unit 1 Material | PPT Materials |
5 | Iterative Statements and Loops | Unit 1 Material | PPT Materials |
6 | Lists | Unit 1 Material | PPT Materials |
7 | Tuples | Unit 1 Material | PPT Materials |
7 | Sequences, Dictionaries ,set | Unit 1 Material | PPT Materials |
EDA Hands-On
Sl no | Dataset | Solution |
---|---|---|
1 | Iris | |
2 | Titanic | Titanic_EDA |
3 | IPL 2008-2022 matches dataset | IPL EDA |
EDA Practice Problems
Sl No | Project Name |
---|---|
1 | Create ur Own Portfolio |
Hint:-Use Flask Frame Work With Python
Sl No | Project Name |
---|---|
1 | Blogging platform |
2 | To-do list application |
3 | Recipe sharing website |
4 | Job board for internships |
5 | E-commerce store for digital products |
6 | Portfolio website |
7 | Debate platform for students |
8 | Local business directory |
9 | Task-based team collaboration platform |
10 | Online book store |
11 | Voting/polling application |
12 | Contact manager |
13 | Issue tracker |
14 | News aggregator |
15 | Photo gallery |
16 | Time tracking application |
17 | Blogging platform with Markdown support |
18 | Quiz application with timed questions |
19 | Hotel booking system |
20 | Podcast streaming platform |
21 | Budget planner |
22 | Task scheduler |
23 | Travel itinerary planner |
24 | Book Recommendation System |
25 | Movie Recommendation System |
26 | StudyAssistant |
27 | StudentHub |
28 | CampusConnect |
29 | StudyGroup |
30 | StudyAssistant |
31 | StudyPlanner |
32 | CampusPortal |
33 | CampusEvents |
34 | CampusBulletin |
35 | CampusGather |
36 | Chat Application |
37 | Social Media Platform |
38 | Weather Application |
39 | Quiz App |
40 | File Upload and Sharing |
41 | Event Management System |
42 | Online Voting System |
43 | Expense Tracker |
44 | Stock Portfolio Tracker |
45 | Online Markdown Editor |
46 | Online Learning Platform |
47 | Feedback Collection System |
48 | Music Streaming Platform |
49 | Job Application Tracker |
50 | Creative Writing Community |
51 | Group Project Collaboration Tool |
52 | Tutoring and Academic Support Platform |
53 | Fitness Challenge Platform |
54 | Language Exchange Platform |
55 | Job Application Tracker |
56 | Fitness Tracker |
57 | Language Learning Platform |
58 | Volunteer Management System |
59 | Meditation and Mindfulness App |
60 | Nutrition and Meal Planning App |
61 | Campus Transportation Tracker |
62 | Social Networking Platform for Academics |
63 | Campus Lost and Found System |
64 | Freelance Gig Marketplace |
65 | Mental Health Support Community |
66 | Personal Development Planner |
67 | Sustainable Living Tips Platform |
68 | Study Abroad Exchange Network |
69 | Tutoring and Academic Support Platform |
70 | Fitness Challenge Platform |
71 | Language Exchange Platform |
72 | Personal Development Planner |
- 1.Given a list of numbers, find the sum of all the elements.
- 2.Remove duplicates from a list.
- 3.Sort a list of strings in alphabetical order.
- 4.Given two lists, find common elements between them.
- 5.Reverse a list without using built-in functions.
- 1.Given a tuple of integers, find the minimum and maximum elements.
- 2.Check if an element exists in a tuple.
- 3.Concatenate two tuples.
- 4.Count the occurrences of a particular element in a tuple.
- 5.Convert a tuple to a list.
- 1.Given two sets, find the union, intersection, and difference.
- 2.Check if one set is a subset of another.
- 3.Add elements to a set.
- 4.Remove elements from a set.
- 5.Find the symmetric difference between two sets.
- 1.Create a dictionary of student names and their corresponding grades.
- 2.Check if a key exists in the dictionary.
- 3.Update the value of a specific key in the dictionary.
- 4.Remove a key-value pair from the dictionary.
- 5.Find the length of the dictionary.