PYTHON PROGRAMMING

Course Overview

Course Objective

To understand why Python is a useful scripting language for developers. To learn how to design and program Python applications. To learn how to use lists, tuples, and dictionaries in Python programs. To learn how to identify Python object types. To learn how to use indexing and slicing to access data in Python programs. To define the structure and components of a Python program. To learn how to write loops and decision statements in Python. To learn how to write functions and pass arguments in Python. To learn how to build and package Python modules for reusability. To learn how to read and write files in Python. To learn how to design object‐oriented programs with Python classes. To learn how to use class inheritance in Python for reusability. To learn how to use exception handling in Python applications for error handling

Prerequisite : Candidate Should Have Basic Knowledge Of C Language
Buy Now
  • Number Of Hours 60
  • Total Lectures 76
  • Total Interview Questions 0
  • Total Assignments 0
  • Total Practice Questions 0

Demo Video

Syllabus

• Introduction Of Python
• Hello World Application Using Python Prompt
• Installtation of Python and PyCharm IDE
• Variables in Python
• Arithmetic operator
• Assignment Operator
• Comparision Operator
• Logical Operator
• Identity Operator
• Membership operator
• How To Accept The Input From Keyboard
• If Else Statement
• Nested If Statement
• Else If Ladder Statement
• Introduction Of Loop
• For Loop With Range Function
• For Loop With Decremental Step
• Nested For Loop
• Printing Inverted Stars Pattern
• Break Statement
• Introduction To Function
• Function With Default Parameter
• Function With Return value
• Function With Local And Global Variable
• Function Use As Module
• Lambda Expression With Function
• Function Recursion
• Introduction To String
• String With Immutable Concpet
• String Iteration And Membership Test
• String Formating Function
• Common Used Function in String Handling
• READ File Data Using File
• Difference Operation In Set Collection
• Introduction To File Handling
• Creating Directory Using Python
• Delete The Folder using Python
• How To Get List Of Files & Folder
• Writing Multiple Line Data In File
• READ DATA Line by line
• Use Of Seek & Tell Function
• How To Read File Data
• Introduction To Exception
• Else Block In Exception Handling
• Finally in Exception Handling
• Index Error Example In Python
• Raise Keyword In Exception
• File Not Found Exception
• Value Error
• Introduction To Collection
• List Collection
• Fetching Data From List Collection
• Set Collection In Python
• Intersection Operation
• Union Operation On Set
• Symentic Difference Option
• Introduction To Tuple Collection
• Fetching Data From Tuple Collection
• Dictionary Collection
• Searching Data In List Collection
• Introduction To Class And Object
• Constructor In Python
• Destructor In Python
• Private Variable
• Static Variable
• static function
• Introduction To Inheritence
• Method Overriding
• Protected Access Specified In Inheritence
• Abstract Class And Abstract Methods In Python
• How To Connect Python With MySQL
• Inserting Record In Database Table
• Delete Record From Database
• Update Record In Database
• Select Data From Database Table
• Select With Where Clause
Insert title here