0% found this document useful (0 votes)
9 views

Basic Programming and OOP With Python

Uploaded by

mahedi hasan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Basic Programming and OOP With Python

Uploaded by

mahedi hasan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Basic programming and OOP with Python

COURSE OUTLINE

Variables
Built-in Data Structures
Input Function
Type Conversation
Operators
Conditional Statements
Nested Conditional Statements
Iteration Tools (While, For Loop, Nested Loops)
String
List
Tuple
Dictionary
Library Using Techniques
Functions and lambda expressions
Optional and keyword parameter-passing
Commands Like break, continue, quit(), pass
Variable Scoping
Debugging
Reading/Writing Files
Handling Exception
Raise Exception, Finally
Generators
List Comprehension
Dictionary Comprehension
Intro to Class and Object
Constructor
Parameterized Constructor
Instance Variable and Instance Method
Method Overloading
Method Overriding
Encapsulation (Public, Private, Protected Variables and Methods)
Class or Static Variable
Class and Static Method
Intro to Inheritance
Single Inheritance
Hierarchical Inheritance
Multilevel Inheritance
Multiple Inheritance
Variable Overriding
Built-in class functions
Abstract Class and Method and a few more topics.

You might also like