Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
29 views
22 pages
A REPORT OF STUDENT INDUSTRIAL WORK EXPERIENCE SCHEME - Phoenix
Another type of SIWES report
Uploaded by
fc5279413
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download
Save
Save A REPORT OF STUDENT INDUSTRIAL WORK EXPERIENCE SCH... For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
0 ratings
0% found this document useful (0 votes)
29 views
22 pages
A REPORT OF STUDENT INDUSTRIAL WORK EXPERIENCE SCHEME - Phoenix
Another type of SIWES report
Uploaded by
fc5279413
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save A REPORT OF STUDENT INDUSTRIAL WORK EXPERIENCE SCH... For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
Download
Save A REPORT OF STUDENT INDUSTRIAL WORK EXPERIENCE SCH... For Later
You are on page 1
/ 22
Search
Fullscreen
a «> ee ced wey REPORT OF STUDENT INDUSTRIAL WORK EXPERIENCE SCHEME [SIWES] UNDERTAKEN AT BELLARKS POLY THENIC KWALE DELTA STATE off asaba express Kwale Delta PREPARED BY ULENU CHIOMA FAVOUR, DEPARTMENT DEPARTMENT OF COMPUTER SCIENCE COURSE:SIWES MATRICULATION NUMBERL/CBA/CSC/23/0024 SUBMITTED TO: COLLEGE OF BASIC, APPLIED AND HEALTH SCIENCES, GLORIOUS UNIVERSITY, OGWA, EDO STATECERTIFICATION This is to certify that Ulenu Chioma Favour complied this industrial training report (Martriculat lon number:CBA/CSC/23/0024),a computer science student of the department of Computer science, College of basic, Applied and Health sciences, Glorious vision universit,ogwa,edo st ate. ULENU.CFAVOUR DAT E Student's signature DR SIMON AWOJIDE DATE Supervisor's signature DR SIMON AWOJIDE DATE Supervisor's signature_ L DEDICATION This report is dedicated tomy parents and supervisors whose support and guidance and enc ouragement throughout my academic journey.| ACKNOWLEDGEMENT All Glory to God Almighty for the strength he gave me to complete this work. | would lke to express my gratitude tomy instructors and fellow interns for their support and guidance. My special appreciation goes to the Head of Department, Mr Simon Awojide, who doublers a as my superviser, for him teaching me alll need to know. Also | will ke to acknowledge my super visor who added more to my knowledge throughtout my period of SIWES training Mr Ifeanyi for you help throughout my training,TABLE OF CONTENT Company overview Work done ‘Conclusion challenges lesson learnt recommendation referencesABSTRACT this report present my student industrial work experience schemelsiwes] program! worke with bellarks polythenic from 15 july 2024 to 6" of september 2024. The school has various depar tment.i gained hands on experience on programming langua gelpython]Challenges faced include transport and time constriants.a COMPANY HISTORY: Bellarks Polythenic was established in year 2019 Bellarks Polythenic has a rich history of ex cellence in technical and vocational education. The institution offer a wide range of programs in various field including electrical/electronics engineering, business administration andmanagement, computer science, statistics and com puter engineering. It provide the best education and skill development in various technical fiel 4. Bellarks Polythenics, we are committed to promoting inclusivity and langlife learning, They ar @ strive to create a suppor tive environment where students can strive acamedically, socially and personally, During my siwes experience | worked with the ICT depar tment of Bellarks Polythenic, The de partment is responsible for managing the institution system, network connectivity, the overs eeing of various system of the polythenic runs soomthly. My task within the team involves technical and support task. | assistedin admission of studen 1s, troubleshooting system, some project work on misrosoft excel, | also learnt python progr amming and participated in all works of ther ICT department.a WORK DONE SIWES DATEFROM JULY 157 TO SEPTEMBER 6TH “INTRODUCTION TO PYTHON Python is @ popular pr ogramming language. It was created by Guido Van Rossum, and was rel eased in 1991 It is used for: *Web development “Software development “Mathematics *System sor ipting, *Ithas @ program writing of fewer lines “PYTHON INSTALLATION Python oan be downloaded from the website: https//wwwpythonorg and a code editor call ed pycharm gotten from jet brain.com inna eee ore ‘i On Dent| BASIC SYNTAXINDENTATION.VARIABLE.BASIC OPERATORS AND COMMENT] Basic Syntax: It is essential for writing readable and functional python code and running it int he commandline, Python Indentation: indentation refers to the spaces at the beginning of @ code line. Python u ses indentation to indicate a block of code, Python will give you error if you skip indentation, have touse the same number of spaces in the same code block, otherwise python will give y ou an error. Ver iable® in python, variable ar e created when you assign a value to it, they are container for storing data value. Variable do not need to be declared with any particular type, and can even change type after they have been set. To specify the data type of the variable it can be don e with casting, string variable can be declared by using single(") or double quote(”) Commentiltis used to clarify code, comment start with a # andpythen wil render the rest o f the line as a comment. Python has commenting capability for the purpose of in-code docum entation. A comment does not have tobe a text that explains the code, it can be used to prew ent python from executing code. To add a multine comment you could insert a # for each tn e. Basic Operator’ tis @ symbol used to perform operation on variable and values. We have ari themetic operators, comparisom operators, logical operators, identity operators, membershi p oper ator. La DATA TYPES{ LISTS, TUPLES,DICTIONARIES} List: It is used to store multiple items in a single variable, which canbe written as a list of co mma separated values (items) between suare bracket Lists might contain items of different types, but usually the items all have the same value. Tuples*it is used to store multiple items in a single variable, it's items are ordered, unchange: able and allow duplicate values and they indexed. They are written in round brackets. It consi sts of anumber of value separated by commas. Dictionary: It is used to store data values inkey value pair(it is reffered to as by using the ke yname)They are written with curly brackets andhave keys and values, it's items are order ed, changeable and does not alow duplicate, FF ELSE STATEMENT Else statement allows conditional execution of codes to control the flow of your program. Iti usually used when one have to judge one statement on the basis of other. At allows it to make decisions based on condition if its true it shows the true character if itis false It eliminates it, ElifzIt is @ way of saying if this conditions is not true try this condition. The else key catches any word that is isn't caught by the condition. Hf stetement:lt is used for decision making operations. it contains a bedy of code which uns only when the condition given in the if statement is true. If the condition is false, then the opti onal else statement runs which contain some code for the else conditiona LOOPSIFOR LOOPS AND WHILE LOOPS] - Loop is used to execute a black of code of number of time until a certain condition is met
"). lower() CU) 3 eu) CF print( TU eS! sunr command ( i ou) ERROR HANDLING It is crucial for creatir 1m, understanding how to catch and respond to error. The try block let test a block of code for errors. The except block let handle the error The else let you execute code when there is no error The finally code let you execute code regardless of the result of the try and except block Exceptions’ If @ statement or expressicn is correct, it may cause error when an attempt is m ade to execute it. Error detected during execution is called exception and are not uncondition ally fatal, ner ate an error messa Exception Handling! When an error eccurs it will normally step ana L @.It canbe handled using try statement, Else key words can be used to define a code of bios k of block to be executed if no errors occurs, Finally block will be executed regardless if the try block raises an error or not. FILE INPUT/OUPUT At means reading from and writing data from files. It also allows to stere and retrive data, File handling has sereval functions for reading, creating, updating and deleting files. It has four aif ferent modes for opening a file: “r"-when file will be only be read, “a”- open the file for appe nding: any data written to the file is automatically added to the end, “W"-for only writing (am existing file with the same name will be erased), "X"-create. Towrite to an existing file, you must adda parameter to the function. Append will append to t he end of the file, Write will over write any existing content DEBUGGING TECHNQIUES tis the process of identifying andresalving issues or bugs in code. Various techniues exist f or effective debugging: Print Statement: Inserting print statement to track variable values, Debuggers: Using features that allows step-by-step execution. Unit Testing’ Implementing test to ensure individual unit of code function correctly.point1 = Point() point1.draw() has_good_credit = has_criminal_record = MPC PU RCM megs he print( )( name): Ae SURE i) 1}tM i wei i ree Ch in phos Cie Meee Rm Rest nt (output) frat Tea a “ Process finished with exit code 0CONCLUSION: The completion of my SIWES training was an experience that provide me with the knowledg e beyond the theoretical work taught in class. | worked with the ICT department, trouble syst ems, and faced all challenges that came. programming at bellarks polytechnic kwale delta state faces several challenges that will enh ance the learning experience and it will pave way for better programming education and care er prospects fer student. CHALLENGES FACED: During my SIWES pregram, |encountered the following challenges Understanding’ During my SIES program to understand some of the work and explanation giv en was hard. However, overtime | adapted and learned,Lessons learned 4, Teamwork: The nature of work of work in IGT department reuires teamwork working with teanm, ates to solve technical issues and ensures everything runs smmothly. 2, Troubleshooting? | developed a skill in troubleshoothing systems and maintain it. When a system sudden ly gets faultly I and my co interns diagnosis and fix the issues.| RECOMMENDATION: J strongly recommend this school to people out there tolearn the basic details you need in on © of the department and also to: “To enhance the polythenic reputation “Provide student with industry relevant skill REFERENCE: Bellarks polythenic ‘ess ~ Bellarks Polythenic Kwale Delta State Smith «A(2020),Python programming for beginners Wiley. Williams ..(2020 February 10) introduction to data structures. Brown J(2020)Python programming basics,
You might also like
Python Crash Course 2nd Edition Part I
PDF
0% (1)
Python Crash Course 2nd Edition Part I
87 pages
Bakery Management
PDF
100% (1)
Bakery Management
30 pages
01 Python Fundamentals CodeChum
PDF
No ratings yet
01 Python Fundamentals CodeChum
108 pages
Programming Methodologies
PDF
No ratings yet
Programming Methodologies
62 pages
Python 3 - A Comprehensive Guide
PDF
No ratings yet
Python 3 - A Comprehensive Guide
16 pages
Python Cheat Sheet For Begginers
PDF
No ratings yet
Python Cheat Sheet For Begginers
10 pages
Chapter
PDF
No ratings yet
Chapter
17 pages
Industrial Training 2
PDF
No ratings yet
Industrial Training 2
17 pages
Report
PDF
No ratings yet
Report
42 pages
Programming For Non Programmers
PDF
100% (1)
Programming For Non Programmers
491 pages
Pyhton Progrmming
PDF
No ratings yet
Pyhton Progrmming
97 pages
Python 1
PDF
No ratings yet
Python 1
19 pages
1
PDF
No ratings yet
1
15 pages
Apocalypse Sales Dashboard - III
PDF
No ratings yet
Apocalypse Sales Dashboard - III
21 pages
Presentation ITP
PDF
No ratings yet
Presentation ITP
32 pages
Python For Non-Programmers Final
PDF
No ratings yet
Python For Non-Programmers Final
218 pages
PYTHON
PDF
No ratings yet
PYTHON
20 pages
Lecture Unit 3
PDF
No ratings yet
Lecture Unit 3
52 pages
Python Full Summary
PDF
No ratings yet
Python Full Summary
15 pages
Presentation On 'Python'
PDF
No ratings yet
Presentation On 'Python'
10 pages
Report of Course (1930331245025)
PDF
No ratings yet
Report of Course (1930331245025)
26 pages
Basics of Python Programming 20AES0509 Compressed
PDF
No ratings yet
Basics of Python Programming 20AES0509 Compressed
187 pages
Python 1707650972
PDF
No ratings yet
Python 1707650972
8 pages
Uom 2552 What Is Python Presentation
PDF
No ratings yet
Uom 2552 What Is Python Presentation
14 pages
Class Notes
PDF
No ratings yet
Class Notes
19 pages
Industrial Training Report (Iot)
PDF
No ratings yet
Industrial Training Report (Iot)
45 pages
Harpreet Infosys Modi
PDF
No ratings yet
Harpreet Infosys Modi
29 pages
Python fRRA
PDF
No ratings yet
Python fRRA
12 pages
Week 1 2 Python Fundamentals
PDF
No ratings yet
Week 1 2 Python Fundamentals
43 pages
Py Tour
PDF
No ratings yet
Py Tour
8 pages
Hema New
PDF
No ratings yet
Hema New
20 pages
Python - UNIT 1
PDF
No ratings yet
Python - UNIT 1
142 pages
1.1introduction To Python
PDF
No ratings yet
1.1introduction To Python
85 pages
Python, Django, Pandas, NumPy Roadmap
PDF
No ratings yet
Python, Django, Pandas, NumPy Roadmap
23 pages
Here
PDF
No ratings yet
Here
22 pages
Python Unit 1
PDF
No ratings yet
Python Unit 1
19 pages
DFI Python Beginners Slides - 111226
PDF
No ratings yet
DFI Python Beginners Slides - 111226
122 pages
Python Unit 1 BCA DS
PDF
No ratings yet
Python Unit 1 BCA DS
20 pages
Report of Python
PDF
No ratings yet
Report of Python
28 pages
Python Programming 101
PDF
92% (37)
Python Programming 101
108 pages
Career Hackers: Hack Your Career Today Python in Finance
PDF
100% (1)
Career Hackers: Hack Your Career Today Python in Finance
26 pages
MITx 6.00.1x - Notes PDF
PDF
No ratings yet
MITx 6.00.1x - Notes PDF
48 pages
Core Python by Vikash Sarraf
PDF
No ratings yet
Core Python by Vikash Sarraf
153 pages
Ict Revision Coding
PDF
No ratings yet
Ict Revision Coding
22 pages
Phyton
PDF
No ratings yet
Phyton
12 pages
Udemy, Inc. Is An American Massive Open Online
PDF
No ratings yet
Udemy, Inc. Is An American Massive Open Online
39 pages
m1 Python Notes
PDF
No ratings yet
m1 Python Notes
51 pages
Python Comprehensive Resource Document
PDF
No ratings yet
Python Comprehensive Resource Document
7 pages
Object Oriented Programming Using Python: Name:Ankeet Giri Reg No.: 11904096
PDF
No ratings yet
Object Oriented Programming Using Python: Name:Ankeet Giri Reg No.: 11904096
20 pages
Lab 1 - Introduction To Python
PDF
No ratings yet
Lab 1 - Introduction To Python
12 pages
PYTHON Reviewer
PDF
No ratings yet
PYTHON Reviewer
8 pages
Presentation Poorv
PDF
No ratings yet
Presentation Poorv
27 pages
Python ML Theory
PDF
No ratings yet
Python ML Theory
6 pages
A Powerpoint Presentation On Python: by Durga Prasad Kopanathi
PDF
No ratings yet
A Powerpoint Presentation On Python: by Durga Prasad Kopanathi
33 pages
Phython Reviewer Python
PDF
No ratings yet
Phython Reviewer Python
15 pages
Learning With Python
PDF
No ratings yet
Learning With Python
314 pages