এই ভিডিও সিরিজে আশা করি Python বিষয়টাকে সহজে সহজে উপস্থাপন করতে পেরেছি। যদি আমার ভিডিওগুলো থেকে কোন কিছু শিখতে পারেন, তবে অবশ্যই আমার ভিডিওগুলো সবার সাথে শেয়ার করে আমাকে কৃতজ্ঞ করবেন । আমার এই কষ্টার্জিত কাজগুলো সবার কাছে পৌঁছে দেয়ার দায়িত্ব আপনার ।
1) setup pycharm 2) creating a python project 3) creating a python file 4) run a python file
1) Comments in Python - single, multiple 2) how to use backslash characters
max, min, pow, sqrt, floor, ceil, abs,round library functions
1) how to use type function ? 2) how to format string in python 3) How to avoid printing new line in python
1) conditional control statement 2) if statement syntax 3) else statement syntax
1) conditional control statement 2) if statement syntax 3) else statement syntax 4) pass / fail program 5) largest number between 2 numbers 6) Even / odd program
1) conditional control statement 2) elif statement syntax 3) Letter Grade program
1) Logical operators - and, or, not 2) largest number among 3 numbers program
1) short circuit evaluation of logical operators 2) chaining relational operators 3) letter grade program in python
1) what is set ? 2) how to declare set ? 3) set operations - union, intersection, difference
1) what is lambda function ? 2) what is the syntax of using lambda function ?
1) what is map and filter function ? 2) how to use map and filter functions ?
1) how to read a text file ? 2) functions for reading a text files 3) usages of try, except, finally keyword
1) how to write in a text file ? 2) functions for writing in a text files 3) usages of try, except, finally keyword
1) what is exception handling ? 2) Types of Exceptions 3) usages of try, except, finally keyword
1) What is class and object ? 2) How to create class and object ? 3) How to access class member?
1) what is inheritance ? 2) what is super class and sub class ? 3) why do we need Inheritance?
1) Hierarchical Inheritance 2) Multi Level Inheritance 3) Multiple Inheritance
1) what is polymorphism? 2) polymorphic function 3) polymorphism in inheritance
1) what is regular expression ? 2) why do we need regular expressions? 3) search, match, findall regular expressions