Session 4: Instructor-led Live Training on Python full course | Python 3 basics to expert

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:-
>Concept in datatype called in string and some of its operations like slicing, indexing.
>Concept of jump in list and string
>Searching operations of some words in the string using the syntax ("word" in x ).
>Using the above concept in creating some python voice program.
>Difference between while loop and if statement.

akashdeepgupta
Автор

Summary:
Learning outcomes of today's session:
- Every string is a sequence of items just like a list
- list operation performed on string
- concept of jumping in list and string
- searching operation using in operator
and, or operators
- looping
- difference between while loop and if statement

rohitbansal
Автор

Summary:
- String operations
- Slicing and Jumping
- Logical operators
- loop

janvijain
Автор

Summary:-
- about some jupyter lab shortcuts like- (alt+enter, cntrl+enter, shift+enter) to create and execute cells.
- concept of string
- about slicing and jumping
- use of in and notin for condition checking
- about while loops
- about how to break infinite loop in jupyter
- something about logical operators
THANK YOU SO MUCH SIR

dheerendrakumar
Автор

most of the time i feel like it's a promotional session...
the time he waste in promotional and bullshit talk can be utilized in teaching more stuff rather and talking what will be taught.

also i think he is never gonna answere of "How to read RAM!"

"Talk is cheap, show me the code"

helios
Автор

Session summary-
1) In this session, we learnt about String datatype. Also, about String slicing and jumping.
2) Sir also told us about Logical Operators.
3) About what is the difference between 'if' and 'while' loops.
4) Using while loop as infinite/finite loop.
5) About if-elif-else loop.
Thank you for the session Vimal Sir!

aayushibahukhandi
Автор

The session was good and I learned so many new things like:
1.about logical operators like 'and' and 'or' which is used to combine two or more different conditions. Some operations on string like upper.
2. here we modify our software file in such a way that we can enter one phrase rather than number for giving the input.
3. about one keyword called in which is used to search the words present in given string, in find the word in given string and then return true if that word is present or false if that word is absent.
4. revise the idea on which we are working on last day that is a voice assistant similar to google assistant or amazon alexa for technical person or person
5.
about string which is a sequence of character, string is also a word, here we can apply all operations which we can apply on list like indexing and slicing.

balasubramanisadayappan
Автор

The session was good and I learned so many new things like:
1. revise the idea on which we are working on last day that is a voice assistant similar to google assistant or amazon alexa for technical person or person.
2. here we modify our software file in such a way that we can enter one phrase rather than number for giving the input.
3. about string which is a sequence of character, string is also a word, here we can apply all operations which we can apply on list like indexing and slicing.
4. about one keyword called in which is used to search the words present in given string, in find the word in given string and then return true if that word is present or false if that word is absent.
5. about logical operators like 'and' and 'or' which is used to combine two or more different conditions. Some operations on string like upper.
6. we use these concept of conditions and logical operator then modify our software program so that it will working on the string provided by us.
7. we modified the our conditions for multiple keywords and joined them with and and or so that execution done well.
8. we moved to our next topic that is loop, understand developer or researcher or creator s first find the challange and then comes with new logic to solve the challenge.
9. humans are lazy and machine are so fast in terms of execution, we can use loop to do one thing again and again. We understand while loop and its syntax while is like initialize, condition test, increment or decrement.
10.While is similar to the if which always test the condition then enter to the block. As if has else block, while also use else block but the difference is that while execute its block again and again if condition is true.
11. understand the usecase when we donot know how much time we need to execute the same thing so for this we can use the while loop with true keyword or infinite while loop and to stop this loop we can use the break keyword.
12. we modified our program file by adding infinite while loop and break function so that we can control the execution and make our program more responsive and realistic.
and many more things...
Your work is highly appreciated.
Thank you for giving your precious time and making our country a nation of creators.
RISE id : RISE 2020.83.8.1

manishverma
Автор

Here divyansh jain
Today's learning from session are-
to do various string operations
Use of "or", " and", "in" function
Jumping in list and string
Use of while loop
Logical operations
THANKS SIR FOR YOUR TEACHING

divyanshjain
Автор

It was owesome journey by traveling in learning of Python with great vimal sir tqs for giving an opportunity to be a part of ur class ur way of explanation understand by each and every thing by making a speak to work concept u are telling and explaining easily

gurudileep
Автор

session 4 summary:

it was a great basic of python with the high level idea how these small and basics concepts are used in big big automations and AI and others programs

-->slicing operator(" : ") :- used to acccessing the values with a range and others usecases''

-->in operator :-- by this we can easily search any string in our var and this can be also set with booleans operations
-->LOOPS : loops are used to repeat the same code to be executed and today we learn about while loops

and in python a great keyword " ELSE "

thanks to vimal sir for giving these kind of approach to think like a creators
RAKESH KUMAR MISHRA

rakeshmishra
Автор

Learned today:
String operations
Use of or, and & in function
Slicing and jumping
Difference between if-else and while loop
While loop
Thank you so much sir .

anythingeverything
Автор

Session 4 summary:
-Learned about strings and operations on it such as slicing, indexing
-use of in keyword
-learned about logical operators 'and' and 'or'
-strings should be written in " " or ' '.
-jumping in lists and strings
-reversing the string
-while loop working, some similarities to if else
, differences
-break statement to come out of loop
etc etc

SanjanaSharma-nryx
Автор

Summary:In fourth session we have covered many topics and they are as follow-
1)String operations
2)Logical operator
3)difference between if and while loop
4)use of while loop
5)slicing
6)indexing

gauravkumarsharma
Автор

In this session, sir discussed string operations. There are many string operations such as slicing. We can perform string operations on the list as well. Module in python is used to add extra functionality to the program. For installing the module we use the import keyword and to use it we use methods. And or are the logical operators that are used in decisions. They retrieve data type boolean either true or false. Break keyword is used in the loop to break the loop and stop its execution if any condition is true. The sequence makes a string or line. Escape sequences are used to add tabs, newline characters in the string. While loop is one of the loops which must contain any condition it's executed until any condition is true. We must add some conditions and a breaking statement otherwise it'll be an infinite loop.

yashagarwal
Автор

Session 4 Summary:
-String and its upper function
-Slicing and indexing
-Reverse the string using slicing
-in, and, or operator
-loop definition
-While loop
-infinite loop and its use
-comparison between while and if

suyogkumawat
Автор

I've learnt in this class:
1: String Operations
2: logical operators
3:loops
4: slicing
5: indexing

shivaniagarwal
Автор

Summary:-
Looping
Slicing and jumping
String Operations
Logical Operators
Etc
Thank You Vimal sir for this initiative.

piyushdavda
Автор

Here divyansh jain
Today's learning from session are -
do various string operations
Use of "or", " and", "in" function
Jumping in list and string
Use of while loop
Difference between "if" and "while"
Logical operation
THANKS FOR YOUR TEACHING SIR

divyanshjain
Автор

What I learned from this session:

> Strings and operations performed on them
> Slicing
> Indexing
> Using 'in' operator
> Using 'and', 'or' operators (logical operators)
> While loop, and its comparison with if-else
> break keyword

zeborg