Session 23: Instructor-led Live Training on Python

preview_player
Показать описание
Free of Cost – Specialist in Python (with Flask Towards Data Science) basic to advance by World Record Holder - Mr. Vimal Daga.

➡️ IIEC-RISE Social Media Platforms :-

➡️ Join our Telegram channels :-

#pythonwithiiec #iiecrise #vimaldaga #worldrecordholder
Рекомендации по теме
Комментарии
Автор

Summary
✔ Converting normal code into more readable commonly refer to as readability .
✔ Lambda/nameless/anonymous function.
✔ Use of Dockstring.
✔ Functional Programming.

bharatiyadharohar
Автор

In this session learned about
1. Functional programming
2. Variable length
3. Lambda function
4. Docstring
5. Parameters and arguments in function
Thank you for the session

divyagautam
Автор

length argument

length for positional -variable length for keywords

programming
ordering function

akashkumardubey
Автор

In this session I have learnt about
# About functions
# About arguments
# About keyword
# About filter function
# About lambda programming concepts and use case
# About variable length programming
# About doc string
# About higher ordering function
# about default parameters

abhayagarwal
Автор

I learnt about this session-:
Variable length argument
Variable length for positional
Variable length for keywords
Functional programming
Filter
Higher ordering function

kmkaruna
Автор

In this class I have learnt:-
- functional programming
- Lamba functioning
- variable length programming
- Docstring

hitanshikhandelwal_cs-_
Автор

Thank you sir for awsm class🌟
I learnt today-
Filter function
Function programming
Variable length programming
Docstring
Lambda functions
Uses of lambda function

sakshijain
Автор

I have learnt about
Filter function in programming
Docstring
Lambda function
Variable length programming

sanchitasingh
Автор

In this session I learned:
1. Positional argument => always required in same order as written
2. Variable length argument => To take tuple of any number of argument (* is use before argument name)
3. Keyward argument => To pass argument in key value pair
4. Default arguments => Argument having default value but can be change if value pass for this argument while calling a function
5. function_name.__doc__ => To read document of function
6. lamda (also called as nameless function or anonymous function) => It is a way through which we create a function that has a capability to write and execute entire function or logic at the same time
7. To create lambda function lambda keyword is use

sanyamsaklecha
Автор

Summary
•doctoring
•lambda function
• function programming
• variable length programming

AjayYadav-mbxz
Автор

We learnt about in this session:
$ about function programming
$ about docstring and
$ about variable length programming for positional, keywords
$ about lamada function etc.

poojagurjar
Автор

-variable length argument
-variable length for positional
, keywords

-docstring
-function programming
-higher ordering function
-lambda function

apoorvapawnikar
Автор

I have learnt about:-
Function programming
Variable length programming
Docstring
Lambda function

siddharthkavadia
Автор

Summary
- function programming
- variable length argument
- variable lenth for positional

NJVlogs
Автор

Today I have learnt below topics
1. Functions with fixed and variable length of parameters.
2. Positional and keword arguments in function.
3. Default arguments.
4. Lambda function and when to use it.
5. What is highr order function.

gourav
Автор

Summary
-lambda
-keyword argument
-variable length
-positional arguments
-docstring

_SushmaCV
Автор

In this session I learnt
: Functional programming
: Higher order function
:Filter
: Variable length argument
: Variable length for positional
: Variable length for keywords

abhisekpanda
Автор

Summary
-functions
-variables length argument
-position key
-Lama function
-filter function

PrabhatKumar-zhyx
Автор

What i learned in todays class was
Variable length programming
Function programming
Lambda function
Filter function
Docstring

shanmukhabhiram
Автор

-Lambda Function
-Doctstrings
-Filter Function
-keyword argument
-Default argument

pulkitagarwal