{"id":7509,"date":"2024-04-04T11:01:15","date_gmt":"2024-04-04T11:01:15","guid":{"rendered":"https:\/\/www.inspirenignite.com\/kl\/3307-problem-solving-using-python-lab-syllabus-for-robotics-process-automation-3rd-sem-2021-revision-sitttr\/"},"modified":"2024-04-04T11:01:15","modified_gmt":"2024-04-04T11:01:15","slug":"3307-problem-solving-using-python-lab-syllabus-for-robotics-process-automation-3rd-sem-2021-revision-sitttr","status":"publish","type":"post","link":"https:\/\/www.inspirenignite.com\/kl\/3307-problem-solving-using-python-lab-syllabus-for-robotics-process-automation-3rd-sem-2021-revision-sitttr\/","title":{"rendered":"3307: Problem Solving Using Python Lab Syllabus for Robotics Process Automation 3rd Sem 2021 Revision SITTTR"},"content":{"rendered":"<p align=\"justify\">Problem Solving Using Python Lab detailed syllabus for Robotics Process Automation (RP) for 2021 revision curriculum has been taken from the <a class=\"rank-math-link\" href=\"http:\/\/www.sitttrkerala.ac.in\/\" style=\"color: inherit\" target=\"_blank\" rel=\"noopener\">SITTTRs<\/a> official website and presented for the Robotics Process Automation students. For course code, course name, number of credits for a course and other scheme related information,  do visit full semester subjects post given below. <\/p>\n<p align=\"justify\">For Robotics Process Automation 3rd Sem scheme and its subjects, do visit <a class=\"rank-math-link\" href=\"..\/sitttr-diploma-robotics-process-automation-rp-syllabus-for-3rd-sem-2021-revision\">Robotics Process Automation (RP) 3rd Sem 2021 revision scheme<\/a>. The detailed syllabus of problem solving using python lab is as follows. <\/p>\n<p><h4>Course Objectives:<\/h4>\n<ul>\n<li>To learn and understand the basic concept of Python programming and use it in real world problem solving.<\/li>\n<li>To learn the implementation of data structures like, Lists, Tuples and Dictionaries.<\/li>\n<li>To implement operation on files and exception handling.<\/li>\n<li>To implement a micro project using Python<\/li>\n<\/ul>\n<p><h4>Course Outcomes:<\/h4>\n<p>On completion of the course, the student will be able to:<\/p>\n<ol>\n<li>Make use of basic operators and control structures in Python programming.<\/li>\n<li>Develop Python programs using user-defined functions and strings.<\/li>\n<li>Demonstrate the use of built-in data structures like Lists, Tuples and Dictionaries.<\/li>\n<li>Implement the operations on files and exception handling methods.<\/li>\n<\/ol>\n<p><h4>Module 1:<\/h4>\n<ol>\n<li>Demonstrate simple problems for performing input and output functions.<\/li>\n<li>Solve simple problems using operators<\/li>\n<li>Solve problems using decision making statements.<\/li>\n<li>Develop programs for solving iterative statements<\/li>\n<\/ol>\n<p><h4>Module 2:<\/h4>\n<ol>\n<li>Implement programs to solve problems using functions<\/li>\n<li>Construct programs using recursive functions.<\/li>\n<li>Solve problems using string operations.<\/li>\n<\/ol>\n<p><h4>Module 3:<\/h4>\n<ol>\n<li>Write programs for performing List operations-Traversal<\/li>\n<li>Construct programs for performing Tuples operations.<\/li>\n<li>Develop programs for creating Dictionaries and perform Dictionar operations<\/li>\n<\/ol>\n<p><h4>Module 4:<\/h4>\n<ol>\n<li>Write programs to perform operations on filesopening, closing, reading, writing etc.(Text file, Binary file, CSV file).<\/li>\n<li>Develop programs for implementing pickle module.<\/li>\n<li>Develop programs for handling exceptions.<\/li>\n<\/ol>\n<p><h4>Micro Project<\/h4>\n<p>Students are expected to do a micro project using Python during the course for the purpose of continuous evaluation. This experiment shall be included in the bona-fide record.<br \/>\nExample: Develop program such as<\/p>\n<ul>\n<li>Dice roll simulator,<\/li>\n<li>Guess the number game,<\/li>\n<li>Random password generator<\/li>\n<\/ul>\n<p><h4>Text Books:<\/h4>\n<ol>\n<li>Balagurusamy E, Introduction to Computing and Problem Solving Using Python.<\/li>\n<\/ol>\n<p><h4>Reference Books:<\/h4>\n<ol>\n<li>Lambert K.A, Fundamentals of Python-First Programs. Cengage Learning India 2015.<\/li>\n<li>Perkovic .L., Introduction to Computing Using Python, 2nd Edition<\/li>\n<li>Zelle. J., Python Programming: An Introduction to Computer Science.<\/li>\n<li>Allen Downey, Jeffrey Elkner, Chris Meyers., How to think like a computer scientist: learning with Python, 1st Edition<\/li>\n<\/ol>\n<p><h4>Online Resources<\/h4>\n<ol>\n<li>https:\/\/www.tutorialspoint.com\/python\/index.htm<\/li>\n<li>https:\/\/www.j avatpoint. com\/python-tutorial<\/li>\n<li>https:\/\/www.programiz.com\/python-programming<\/li>\n<li>https:\/\/www.w3 school s. com\/python\/default.asp<\/li>\n<\/ol>\n<p><h4>List of Sample Experiments<\/h4>\n<ol>\n<li>Write a python program to find the sum of 2 numbers.<\/li>\n<li>Write a python program to find the area of a circle.<\/li>\n<li>Write a python program to find the area and perimeter of a rectangle.<\/li>\n<li>Write a python program to swap 2 numbers using temporary variable.<\/li>\n<li>Write a python program to swap 2 numbers without using temporary variable.<\/li>\n<li>Write a python program to convert celcius to farenheit.<\/li>\n<li>Write a python program to calculate simple interest.<\/li>\n<li>Write a python program to check whether the given number is divisible by 2 or 3.<\/li>\n<li>Write a python program to find the largest of 2 numbers.<\/li>\n<li>Write a python program to find the largest of 3 numbers.<\/li>\n<li>Write a python program to find whether the given number is even or not.<\/li>\n<li>Write a python program to find whether the given number is positive or negative.<\/li>\n<li>Write a python program to find the largest of n numbers.<\/li>\n<li>Write a python program to find the sum of n numbers.<\/li>\n<li>1Write a python program to find the factorial of a number.<\/li>\n<li>Write a python program to display fibonacci series.<\/li>\n<li>Write a python program to find the sum of a sequence of numbers between a lower bound and upper bound.<\/li>\n<li>Write a python program to find factorial using function.<\/li>\n<li>Write a python program to reverse a number using function.<\/li>\n<li>Write a python program to find the sum of digits of a number using function.<\/li>\n<li>Write a python program to display the multiplication table of a given number.<\/li>\n<li>Write a python program to find the factorial of a number using recursion<\/li>\n<li>Write a python program to check whether a given string is palindrome or not.<\/li>\n<li>Write a python program to count the number of times each character appears in a string.<\/li>\n<li>Write a python program to compare two strings.<\/li>\n<li>Write a python program which accepts a string, splits it and outputs the list of words in uppercase.<\/li>\n<li>Write a python program which accepts a list of numbers and outputs their squares.<\/li>\n<li>Write a python program to swap 2 numbers using tuples and function.<\/li>\n<li>Write a python program to generate a list of random values using function.<\/li>\n<li>Write a python program to find the median of a set of numbers using list.<\/li>\n<li>Write a python program to convert hex to binary using dictionary.<\/li>\n<li>Write a python program to generate a histogram of the letters in a string using dictionary.<\/li>\n<li>Write a python program to copy contents of one file to another omitting any lines that begin with<\/li>\n<li>Write a python program to open and write your roll no an list of marks to a file using pickling.<\/li>\n<li>Micro project implementation.<\/li>\n<\/li>\n<\/ol>\n<p align=\"justify\">For detailed syllabus of all other subjects of Robotics Process Automation (RP), 2021 revision curriculum do visit <a class=\"rank-math-link\" href=\"..\/category\/sitttr\/rp\">Robotics Process Automation 3rd Sem subject syllabuses for 2021 revision<\/a>. <\/p>\n<p align=\"justify\">To see the syllabus of all other branches of diploma 2021 revision curriculum do visit <a class=\"rank-math-link\" href=\"https:\/\/www.inspirenignite.com\/kl\/sitttr-syllabus\/\"> SITTTR diploma all branches syllabus.<\/a>. <\/p>\n<p align=\"justify\">To see the results of Robotics Process Automation (RP) of diploma 2021 revision curriculum do visit <a class=\"rank-math-link\" href=\"https:\/\/www.inspirenignite.com\/kl\/sitttr-results\/\"> SITTTR diploma Robotics Process Automation (RP) results.<\/a>. <\/p>\n<p align=\"justify\">For all Robotics Process Automation academic calendars, visit <a class=\"rank-math-link\" href=\"https:\/\/www.inspirenignite.com\/kl\/sitttr-academic-calendar\/\"> Robotics Process Automation all semesters academic calendar<\/a> direct link. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Problem Solving Using Python Lab detailed syllabus for Robotics Process Automation (RP) for 2021 revision curriculum has been taken from the SITTTRs official website and presented for the Robotics Process [&hellip;]<\/p>\n","protected":false},"author":2462,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"categories":[34,90],"tags":[],"class_list":["post-7509","post","type-post","status-publish","format-standard","hentry","category-3rd-sem","category-rp"],"_links":{"self":[{"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/posts\/7509","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/users\/2462"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/comments?post=7509"}],"version-history":[{"count":0,"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/posts\/7509\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/media?parent=7509"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/categories?post=7509"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inspirenignite.com\/kl\/wp-json\/wp\/v2\/tags?post=7509"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}