Summary
Keywords
Full Transcript
Welcome to the Tutorial of the course "Programming in Python" by Prof. Sudarshan Iyengar. Full Course: https://study.iitm.ac.in/ds/course_pages/BSCS1002.html Video Overview In this tutorial we learn how to use user defined functions in Python with practical coding examples. We begin by writing Python programs to calculate uppercase and lowercase letters total characters and words in a string using functions. Next we build a menu driven program using functions to calculate the area and perimeter of circles and rectangles. Finally we explore how functions can be applied to check whether three coordinate points form a triangle using both distance and slope based approaches. This session provides hands on practice with function implementation and strengthens problem solving skills. About IIT Madras' online Bachelor of Science programme IIT Madras offers four year BS programmes that aim to provide quality education to all irrespective of age educational background or location. The BS programme has multiple levels which provide flexibility to students to exit at any of these levels. Depending on the courses completed and credits earned the learner can receive a Foundation Certificate from IITM CODE (Centre for Outreach and Digital Education), Diploma(s) from IIT Madras or BSc/BS Degrees from IIT Madras. For more details Visit: https://www.iitm.ac.in/academics/study-at-iitm/non-campus-bs-programmes #Python #Functions #UserDefinedFunctions #Programming #Tutorial #Coding #DataAnalysis #MenuDrivenProgram #Circle #Rectangle #Area #Perimeter #Triangle #Geometry #Distance #Slope #ProgrammingForBeginners #PythonTutorial #PythonFunctions #LearnPython #CodeWithPython
