Python Pending Topics
Python Pending Topics
- why python ✅
- advantages of python ✅
- python interpret ✅
- disadvantages of python ✅
- variable ✅
- what is infer language ✅
- what is dynamic typing ✅
- rules for creating a variable ✅
- multi word variables ✅
- single value assign ✅
- multi value assign ✅
- casting ✅
- local variable ✅
- global variable ✅
- static variable ✅
- instance variable ✅
- how to delete a variable ✅
- premitive data type ✅
- non premitive data type ✅
- fundamental data type ✅
- derivative daa type ✅
- data types in python ✅
- string and methods ✅
- list and methods ✅
- set and methods ✅
- dictionary and methods ✅
- f string ✅
- array ✅
- Aliasing ✅
- deep copy and syntax ✅
- shallow copy and syntax ✅
- function ✅
- argument ✅
- parameter ✅
- pass by value✅
- pass by reference
- pass by object reference
- pass by assignment
- type of argument...
- formal argument
- actual argument
- position argument, keyword argument, default argument, variable length argument
- arbitrary argument
- scope of local variable
- scope of global variable
- escape character
- unpacking and packing
- pickling
- asterisks
- recursion
- anonymous or lambda function
- 3 method in lamba function
- decorator
- iterator (iter, next)
- generator
- special variable
- name mangling
- access modifier
- _variable and __varible ( single underscore and double underscore varible
different use )
- _name_
- constructor
- why python high level language
- class
- object
- class properties
- @property
- @static method
- @class method
- @instance method
- what is self
- how to decide a size of object
- name space
- encapsulation
- setter ans getter
- accesor and muttator
- magic method or dunder method
- inheritance
- polymorphism
- duck typing
- method overloading
- method overriding
- error type and how to handle
- thread concept
- file in python
- is python combiled or interpreted? why
- python vertual mechine
- implementation of python
- pychache
- .pyc
- module vs package vs library vs framework
- asset statement
- type coercion
- closue
- meta class
- splat operator
- GIL
- abstraction
- pure function
- variadic function
- yield
- list comprehension
- dict comprehension
- garbage collector
- reference count
- memory management in python