Books :
Let's learn and explore programming and its various use cases,
python is one of the popular general purpose programming languages,
It is widely used for its simple syntax and massive collection of libraries and modules amid run on top of c and c++ !
- We will encounter edge-cases.
- We will judge Error-cases.
- We will face brain teasers .
- We will practice individual topics and its subtopics.
- We will connect dotes and interrelate different topics and subtopics.
- We will be able to solve different levels and variations of problems.
- we will do fun in try-fun.directory.
Note
lab26-packages-modules
- Generators are the special functions, do not use return keyword but return an generator object.
- Generator use a keyword 'yield' .
- generator return a single value at a time unlike other complex data types which return all the elements.
- next element is accessed by next(<generator_var>)
- decorator is an function.
- it takes function as a parameter or function as an input.
- do some additional operations or work functionality perform.
- decorators return a new functions , without modifying the original function code.
'@'property allows a method and attribute
Note
Kindly provide your valuable feedback and tips on gleuser83+py@gmail.com