0% found this document useful (0 votes)
57 views11 pages

My Daily Report

Rohit Sonavane completed a 10-week industrial training program at Sumago Infotech Private Limited from June 7, 2023 to July 22, 2023. Over the course of the training, he learned about web development, Python programming, software testing, and attended several expert talks. He kept a weekly diary detailing the daily activities and technologies covered each week, which included HTML, CSS, JavaScript, PHP, MySQL, Python basics, functions, classes, files, and databases. His mentor, Dipti Pawar, provided weekly summaries and signatures to validate Rohit's progress and learning. At the end of the 10 weeks, Rohit underwent an evaluation to assess the outcomes achieved during the industrial training program.

Uploaded by

rohitgamerz378
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views11 pages

My Daily Report

Rohit Sonavane completed a 10-week industrial training program at Sumago Infotech Private Limited from June 7, 2023 to July 22, 2023. Over the course of the training, he learned about web development, Python programming, software testing, and attended several expert talks. He kept a weekly diary detailing the daily activities and technologies covered each week, which included HTML, CSS, JavaScript, PHP, MySQL, Python basics, functions, classes, files, and databases. His mentor, Dipti Pawar, provided weekly summaries and signatures to validate Rohit's progress and learning. At the end of the 10 weeks, Rohit underwent an evaluation to assess the outcomes achieved during the industrial training program.

Uploaded by

rohitgamerz378
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Week-(1): From: To

Implant Training Report


On
“Basic of python ,Web technology”
Submitted By
Rohit Sonavane
(2209350328)
On The Partial Fulfilment For The Award OF
Diploma In
INFORMATION TECHNOLOGY
Under The Mentorship of
Mrs.vaishali chate

Shivajirao Jondhle Polytechnic of asangaon


Academic Year 2023-24
Week-(2): From: To

Evaluation Sheet for ESE of Industrial Training by Mentor


and Industry Personnel

Name of Student: Rohit R Sonavane Enrollment No: 2209350328


Name of Programme: Basics of Python, Web Development
Semester: Fifth
Course Title: Industrial Training Code: 22057
Name of Industry: Sumago Infotech Private Limited

Course Outcomes Achieved


a) Communication effectively (verbal as well as written) the work carried out.
b) Prepare and present the report of the work carried out.
c) Exercise time management and safety in the work environment.
d) Demonstrate various quality assurance.
e) Exhibit the work carried out.

Industrial Training Presentation Viva Total


(25 Marks) (25 Marks) (25 Marks) (75 Marks)

Comments/Suggestions about teamwork/ leadership/inter-personal


communication
(if any)
………………………………………………………………………………………………
………………………………………………………………………………………………
………………………………………………………………………………………………
………………………………………………………………………………………………

Signature- Signature-
Week-(3): From: To

Name of the Internal/Mentor Name of the External


Examiner

Weekly Diary
For
Industrial Training (Online)
AT
Sumago Infotech Pvt.Ltd

Name of Industry: Sumago Infotech Pvt.Ltd

From: - 07/06/2023 To:- 22/07/2023

Name of Supervisor/Faculty: - Dipti Pawar

Designation of Supervisor/Faculty: - Business Analyst

Name of Student: - Rohit Rajendra Sonavane

Enrollment No: - 2209350328

Branch of Engineering: - Information Technology

Name of Polytechnic: - Shivajirao jonndhle polytechnic asangaon

Special Instructions to Students:


Week-(4): From: To

1)Write Down The Daily Activity On The Same Day

2)Make Note of The Important Actual Activity

3)Summarize at The Week End.

4)Add Extra Sheet If Needed for Daily Or Weekly: Activity. 07-06-2023 10-06-2023

Day Activities Carried Out

1 Registration process.

2 Detailed about internship

Introduction to Sumago Infotech Pvt.Ltd company and their team, core values, aims, institutes
which are with sumago and its history and significance.
3

Learned about what is WEB DEVELOPMENT and several types of web development such as
Frontend and Backend development.
4

Then we started with detailed study of HTML and learned how to use different tags of HTML
and observed how they worked together.
5

Then we got opportunity to interact with Mr. Prasad Joshi who is Engineer by profession and
Motivational speaker by passion. He motivated us by giving expert talk on MIND MATTERS.
6

Weekly summarization of the above activities by Supervisor:


Week-(5): From: To

Signature of Student: _________________ Signature of Mentor: _________________ 12-06-2023


17-06-2023

Day Activities Carried Out

Then we moved forward with CSS (Cascading Style Sheets) where we learned how to use CSS,
different ways of inserting style sheet, how CSS Selectors are used and how to deal with CSS
1 properties and values, benefits of CSS and much more.

Studied Bootstrap which is a most popular framework for developing responsive and mobile-
first websites.
2

Then we started with detailed study of JavaScript and got to know why to use Client-Side
JavaScript language.
3

We studied DOM (Document Object Model) which is a programming interface for HTML
documents.
4

5 Learned how to use Bootstrap template to create attractive webpages and websites.

6 Attend expert talk on Blockchain Technology: The Future

Weekly summarization of the above activities by Supervisor:

Signature of Student: ________________ Signature of Mentor: _________________ 19-06-2023


24-06-2023
Week-(6): From: To

Day Activities Carried Out

Studied PHP concepts such as common use of php its syntax, extension of php, php comments,
variables in php, conditions and loops.
1

Learned Handling forms, form controls, creating Cookies, use of Sessions and different types of
arrays in php.
2

Studied MYSQL database system used with php and how to connect and manipulate database

with php.
3

Tried to manipulate database with different kind of operations (like Creating new tables in
database, adding records/data into tables, updating/deleting/selecting data etc.) using Mysql
4 with php.

5 With few topics and discussions ended with Web development.

6 Attend expert talk on Project Management.

Weekly summarization of the above activities by Supervisor:

Signature of Student: ________________ Signature of Mentor: _________________ 26-06-2023


01-07-2023
Week-(7): From: To

Day Activities Carried Out

Started learning Python Programming concepts such as basic syntax, keywords, variables, rules
for using variables and building simple programs.
1

Learned how to take multiple inputs from user, studied print statement parameters and
different operators used in python.
2

Learned python string, string indexing, string slicing and able to implement in programs.

Learned how to deal with List, taking input of a python list and list methods.

Learned how to deal with Tuple, Tuple methods.

Attend expert talk on HR(Human Resource) role in an organization.

Weekly summarization of the above activities by Supervisor:

Signature of Student: ________________ Signature of Mentor: _________________ 03-07-2023


08-07-2023
Week-(8): From: To

Day Activities Carried Out

1 Studied python Dictionary and Set, adding elements to a set and dictionary.

2 Studied how to fetch elements from dictionary, set, tuples, list etc.

3 Studied Python control statements.

4 Learned how to use to use for loop statement with lists in python.

5 Studied python for loops, while loop, loop control statements (Break, Continue, Pass).

6 Attended expert talk on Cloud Computing and AWS.

Weekly summarization of the above activities by Supervisor:

Signature of Student: ________________ Signature of Mentor: _________________ 10-07-2023


15-07-2023
Week-(9): From: To

Day Activities Carried Out

1 Studied python functions, Parameterized functions, types of Parameterized functions,


Anonymous functions, special functions.

2 Studied class and objects in python.

3 Studied Inheritance in python and its types.

4 Learned other functions like Lambda, filter, reduce & range.

5 Studied Exception handling with respect to python.

6 Attended expert talk on Hardware Networking & Cyber Security.

Weekly summarization of the above activities by Supervisor:

Signature of Student: ________________ Signature of Mentor: _________________


Week-(10): From: To

Week-(7): From: 16-07-2023 To 22-07-2023

Day Activities Carried Out

1 Studied File Handling in python.

2 Learned how to use MYSQL database with python.

3 Introduction to software Testing.

4 Development Models in software testing.

5 Software Testers role in the projects.

6 Evaluation.

Weekly summarization of the above activities by Supervisor:

Signature of Student: ________________ Signature of Mentor: _________________


Week-(11): From: To

You might also like