For Loop in Python | Python Tutorials for Beginners

  Рет қаралды 160,202

Jenny's Lectures CS IT

Jenny's Lectures CS IT

Күн бұрын

In this lecture we will learn:
- loops in Python
- Need of Loops
- for loop in python
Best Python Tutorials for Beginners: • Python - Basic to Advance
*********************************************
Connect & Contact Me:
My Second Channel Link: bit.ly/354n7C7
Facebook: / jennys-lectures-csit-n...
Quora: www.quora.com/...
Instagram: / jayantikhatrilamba
Twitter: / khatrijenny
*******************************************
More Playlists:
Programming in C Tutorials: • Programming in C
C++ Tutorials for beginners: • Lec 1: How to Install ...
Placement Series: • Placements Series
Data Structures and Algorithms: https: • Data Structures and Al...
Design and Analysis of Algorithms(DAA): • Design and Analysis of...
Dynamic Programming: • Dynamic Programming
Operating Systems tutorials: // • Operating Systems
DBMS Tutorials: • DBMS (Database Managem...
#coding #pythonforbeginners #python #jennyslectures #pythonprogramming #loops

Пікірлер: 138
@rajraj-df8sk
@rajraj-df8sk Жыл бұрын
list1 = [2,3,5,-2,10] list2 = [] for i in list1: square = i ** 2 print(square) list2.append(square) print(list2)
@gowda-tw8bw
@gowda-tw8bw 5 ай бұрын
Why are you using that much of code just we cane write with in 2 line list = [ 1,2,3,4,5,6,7,8,9,] For squre in list: Print (squre**2)
@midnightphantom4787
@midnightphantom4787 2 ай бұрын
​@@gowda-tw8bwbro we need to store the squares in the list Can use list2.append(i**2)
@sciencestudent.
@sciencestudent. Жыл бұрын
I am score out of in C Language in sem 1. I Am studying FyBsc Computer Science. I am score out of because of Mam your such beautiful teaching and efforts . Please provide mam C++ series 🙏
@banupartapsingh3470
@banupartapsingh3470 6 ай бұрын
your inglish is behry good
@Attitus
@Attitus 4 ай бұрын
​@@banupartapsingh3470no bro you inglish is olso behri good my like inglish
@venkateswarlugoud4564
@venkateswarlugoud4564 Жыл бұрын
Mam please provide notes also mam please ✍️✍️
@Protonpentester-cybersecurity
@Protonpentester-cybersecurity Ай бұрын
See codewithharry man❤❤
@rockinghealthtips3395
@rockinghealthtips3395 Жыл бұрын
Your lecturing was too good, I got clear idea on loop
@loveafinni
@loveafinni Жыл бұрын
Thank you for the detailed explanation
@PradeepKumarPathak-o4v
@PradeepKumarPathak-o4v 7 ай бұрын
whatt a great explanation ...Thank you Jenny
@nagacharanchowdary7699
@nagacharanchowdary7699 20 күн бұрын
Mam when I have to use range and sequence I mean the explain with example and what the situation
@vikas9890
@vikas9890 11 ай бұрын
Thanks a lot mam. Very well explained.
@ratnadhara9884
@ratnadhara9884 Жыл бұрын
list1=[2,6,-5,-2] list2=[] for num in list1: sqrt=num**2 list2.append(sqrt) print(list2)
@baggamsiddu3049
@baggamsiddu3049 10 ай бұрын
Good
@rayuduvijay230
@rayuduvijay230 Ай бұрын
list1=[1,2,3,4] l2=[] for i in list1: square=i**2 l2.append(square) print(l2)
@white-hat666
@white-hat666 Ай бұрын
output=[1,4,9,16]
@rishabhshukla-m2j
@rishabhshukla-m2j 2 ай бұрын
you are looking good and teaching best , loop prorblam solve seen this video thank you so much
@NiranjanBunny-qc1zp
@NiranjanBunny-qc1zp 2 ай бұрын
Hi mam, In every time we run code how to get new terminal automatically in vs code
@madhupenke7323
@madhupenke7323 Жыл бұрын
Jenny mam please explain pandas and numpy,matplot lib.
@yogaprakashyoga5268
@yogaprakashyoga5268 Жыл бұрын
I love your teaching ❤ so cute really great…
@rongalamanindra5279
@rongalamanindra5279 Жыл бұрын
thanks you so much mam,please complete the python full course
@JennyslecturesCSIT
@JennyslecturesCSIT Ай бұрын
Already completed
@akuengineerzone123
@akuengineerzone123 Жыл бұрын
Ma'am please provide full stack web development .
@tiwarisarkar20
@tiwarisarkar20 Жыл бұрын
So asome topics ma'am thanks 🙏🙏
@tiwarisarkar20
@tiwarisarkar20 Жыл бұрын
Thanks ma'am
@Harsha.108
@Harsha.108 2 ай бұрын
i want to print in same line , I don't want next line (new line) by default,, how to do that?
@Lucky_truth
@Lucky_truth Жыл бұрын
thanks mam i have zero douts about your class nice class :), but one dout who is ram,shyam
@Prajwalsuryaaa
@Prajwalsuryaaa 10 ай бұрын
Please tell which software is used for screen recording in this video ?
@HARISHyadavv-y5k
@HARISHyadavv-y5k 5 ай бұрын
Mam fully understand keep going We love you 💖💖💖🔥🔥🔥🔥
@rajeshchandra100
@rajeshchandra100 9 ай бұрын
Thank you Ma'm. I really learned a lot from you. Thank you very much.
@chimmi75
@chimmi75 Жыл бұрын
This lady is absolutely brilliant!
@rohit10mrs35
@rohit10mrs35 3 ай бұрын
I love your teaching ♥♥♥♥♥♥♥ very well explained
@shiv_gourav
@shiv_gourav 2 ай бұрын
42 ✅
@bhaveshsuthar1759
@bhaveshsuthar1759 3 ай бұрын
Mam but we don't have any sequence and we want to print 1 to 100 ,how can I do this???? You didn't tell about this.
@harisinghgurjar9291
@harisinghgurjar9291 11 ай бұрын
You just teach me like my english teacher of my school😊.
@START_TODAY96
@START_TODAY96 Жыл бұрын
Mam i want to do a job in the IT sector for what should I learn coding please suggest me one (i am Bsc computer science)
@sruthimolkv3367
@sruthimolkv3367 7 ай бұрын
Thanku helpe fule the vidyo it 10 st pratical python
@randomguycommentingonthisy4195
@randomguycommentingonthisy4195 7 ай бұрын
How did u pass 9th with that type of English?
@sruthimolkv3367
@sruthimolkv3367 7 ай бұрын
​@@randomguycommentingonthisy4195😅😅
@tyronekasiba
@tyronekasiba Жыл бұрын
Jenny you are the future ❤
@prudhvijeeja__9461
@prudhvijeeja__9461 7 ай бұрын
list_1 = [1, 2, 3, -2, -1, 0, 1, 2, 3] square_numbers = [x**2 for x in list_1] print(square_numbers)
@lokeshvankudoth6175
@lokeshvankudoth6175 7 ай бұрын
numbers = [2,3,5,7,8,9] list=[] for i in numbers : list.append(i**2) print(list) for i in range(1,7): print(list[0:i])
@NatureOn4th
@NatureOn4th 11 ай бұрын
Print("I Love You ")
@VISHNUMURALY-f3q
@VISHNUMURALY-f3q 8 ай бұрын
numbers=[1,3,4,6,7,-5,10] list=[] for i in numbers: square=i ** 2 list.append(square) print(list)
@MARUTHU_1801
@MARUTHU_1801 2 ай бұрын
numbers = [2,4,5,-2,7] for i in numbers: print((i ** 2),end=',')
@Manimegalai-gw7lt
@Manimegalai-gw7lt 9 ай бұрын
Mam why u didn't not use update method
@JigmeNorbu-j1k
@JigmeNorbu-j1k 11 ай бұрын
good explanation
@archanalakade2359
@archanalakade2359 Жыл бұрын
Mam make video on define function
@mudiagaakpubi8983
@mudiagaakpubi8983 8 ай бұрын
thanks, very easy to understand GGs
@Tait1990
@Tait1990 4 ай бұрын
numbers = [2,3,5] for i in numbers: print(i **2)
@gdarmateja5722
@gdarmateja5722 Жыл бұрын
mam can you upload to class session notebook and topic of important interview questions and answers plsss.............
@johngkitvsr170
@johngkitvsr170 Жыл бұрын
Thank you for putting this video love you mam ❤😊
@sciencestudent.
@sciencestudent. Жыл бұрын
Please mam, start C++ lectures 🥺
@rongalamanindra5279
@rongalamanindra5279 Жыл бұрын
Thank you mam
@arpitrajput9292
@arpitrajput9292 Жыл бұрын
Thanks for you mam for I am pass in c programming in ptu exam
@krishnarajraj756
@krishnarajraj756 Жыл бұрын
But I still confused that about while or for loop???
@Creamcheese65234
@Creamcheese65234 11 ай бұрын
You know it's always useful when it's the Indian accent 🙃
@NMEDarshanKS
@NMEDarshanKS Жыл бұрын
For us , the output of this code is different ...i written same . But it gives the output is [4] [4,9] [4,9,25] [4,9,25,4].....so on .. What worng with me? Give me the solution please
@sreeram5513
@sreeram5513 Жыл бұрын
Look for indentation the last print() should be out of the for loop Numbers=[2,3,5,-2,10] Squares=[] for i in Numbers: square=i**2 Squares.append(square) Print(Squares)
@gowda-tw8bw
@gowda-tw8bw 5 ай бұрын
list = [ 1,2,3,4,5,6,7,8,9,] For squre in list: Print (squre**2)
@karumuripavanveeravenkataramak
@karumuripavanveeravenkataramak 5 ай бұрын
List1 = [1,2,3,4,5] Squared_numbers = [] For x in list1: If x == 2 or x == 3: Squarrd_numbers.append(x**2) Else: Squared_numbers.append(x) Print(squared_numbers)
@Sansoha0001
@Sansoha0001 9 ай бұрын
nice, explanation, thank you
@sciencestudent.
@sciencestudent. Жыл бұрын
Please mam, start C++ lectures continue
@Kddatashan
@Kddatashan Жыл бұрын
Dekhu mai Tujhi ya dekhu kudrat ke nazare mushkilo mai hai yee Dil ❤ mera😅😍😘
@mr_affan15
@mr_affan15 Жыл бұрын
How to put infinite loop in a code ??
@girishasjeenakeri9538
@girishasjeenakeri9538 Жыл бұрын
While True:
@ranatejs.r7896
@ranatejs.r7896 Жыл бұрын
Fact = 5 For I in range (9) : Fact = (fact * i ) Print(fact) Medam please tell me how to approach this problem
@suchetabarat2489
@suchetabarat2489 Жыл бұрын
Thanks for this video mam❤❤
@g.kathirvel8959
@g.kathirvel8959 11 ай бұрын
👏👏 good teaching mam👍
@jaga4123
@jaga4123 11 ай бұрын
We are lefting few concepts when we make note during video lecture ..also it take more time to complete the lecture
@harshasudarshanasuraweera7968
@harshasudarshanasuraweera7968 8 ай бұрын
thanks from Sri lanka
@krishnarai6853
@krishnarai6853 Жыл бұрын
Are you like a loop
@ZaminRashid
@ZaminRashid Жыл бұрын
We want cpp course to be completed please maam
@GeethikaPeteti
@GeethikaPeteti Жыл бұрын
Please teach the next continuation videos in python mam
@shreyadenre8164
@shreyadenre8164 3 ай бұрын
Why mosquito sounds at the end? 😅
@JayAditya-ih5zy
@JayAditya-ih5zy Жыл бұрын
beauty with brain
@abhishekdas05
@abhishekdas05 11 ай бұрын
seriously thanks!
@norajerin7223
@norajerin7223 Жыл бұрын
can you teach python agorithems
@AnitaYadav-cy9sr
@AnitaYadav-cy9sr 9 ай бұрын
i was thinking that you are a NRI..😅 your teaching skill is so good.☺
@cartoondhamaka5897
@cartoondhamaka5897 Жыл бұрын
mam u doing best
@LovelySajil
@LovelySajil Жыл бұрын
Mam but y do we use append in this
@LovelySajil
@LovelySajil Жыл бұрын
I can't understand ,can anyone please tell me this how?
@midnightphantom4787
@midnightphantom4787 2 ай бұрын
Is anyone coding python on Android when our beloved Jenny mam gives her assignments?
@simpalcode4971
@simpalcode4971 Жыл бұрын
Thanks madam 🎉😊😊😊
@karthikking4666
@karthikking4666 Жыл бұрын
Super explaing pls reply
@rajabhaysingh
@rajabhaysingh Жыл бұрын
Thank you mam ☺️✨
@Yourcodingfriendsaruk
@Yourcodingfriendsaruk 8 ай бұрын
thanks mam
@venkateswarlugoud4564
@venkateswarlugoud4564 Жыл бұрын
Thank you mam❤❤❤🎉🎉🎉
@NehaRajatGupta-ov7qw
@NehaRajatGupta-ov7qw Жыл бұрын
NIC SCIENTIST-B EXAM STRATEGY..
@0xDeerah
@0xDeerah Жыл бұрын
Jenny, the best tutor ❤
@AmanGupta-ti4zf
@AmanGupta-ti4zf Жыл бұрын
Best ka na pta lekin beautiful jarur hai 😁
@ajaypatel786
@ajaypatel786 11 күн бұрын
Ma'am Lecture Notes
@ZaminRashid
@ZaminRashid Жыл бұрын
Kya ma'am cpp ka course aadha adhura chod k python padha rahay ho aap... Cpp mein apne humein darbadar krr diya . Kahan jayai hum
@nimeshamadhubhashini1260
@nimeshamadhubhashini1260 Жыл бұрын
Love ❤❤❤❤ from Sri lanka 🇱🇰
@KOWSALYAM-f4l
@KOWSALYAM-f4l Жыл бұрын
Does anyone know using for loop can we take elements in sequence in reverse order in python .
@RajuBhai-hx2hg
@RajuBhai-hx2hg 9 ай бұрын
Yos
@JethiyaChampakGada
@JethiyaChampakGada 11 ай бұрын
after learnig languages like java and cpp, python feels super wierd
@sureshmanikala7257
@sureshmanikala7257 9 ай бұрын
I want vedios in java
@piyushsharma5906
@piyushsharma5906 Жыл бұрын
Mam please provide notes also.
@Furious_footballs
@Furious_footballs 7 ай бұрын
mam java please
@rajurastogi-sr5ni
@rajurastogi-sr5ni Жыл бұрын
aap numpy library kb tk padhaogi 😅
@START_TODAY96
@START_TODAY96 Жыл бұрын
Thank you mama for your class....i am a good student for you
@memoriasdafoice
@memoriasdafoice Жыл бұрын
Jenny instead of explaining on the board use the pc, it is easier to understand
@sandipkhelukar6908
@sandipkhelukar6908 3 ай бұрын
madam please make video in hindi language
@AmarKohli-ny8bb
@AmarKohli-ny8bb 10 ай бұрын
U really so pretty mam 😊
@jaga4123
@jaga4123 11 ай бұрын
Mam plz send the note
@vyasnevil5431
@vyasnevil5431 Жыл бұрын
😘😘😘😘
@glps369
@glps369 Жыл бұрын
Thank You So Much
@abidamanzoor6464
@abidamanzoor6464 10 ай бұрын
Love u mam
@G.Nderi_Merchant
@G.Nderi_Merchant Жыл бұрын
your very beautiful.good explanation
@SwarajDalvi-r4j
@SwarajDalvi-r4j 8 ай бұрын
Hindi me chalega
@princeofficial.07
@princeofficial.07 2 ай бұрын
It's giving error while doing it with sets numbers={1,2,3,4,5} I={} for i in numbers: Square=number**2 i .add(Square) print(i)
@white-hat666
@white-hat666 Ай бұрын
bec it is mutable .
@onkar5404
@onkar5404 Жыл бұрын
mam your stare is very scaryy
@maitriverma-e3q
@maitriverma-e3q Жыл бұрын
there are too many ads
@nitishsingh6861
@nitishsingh6861 Жыл бұрын
Hyy Mam my name is abhinav singh I want talk to voice calling ....plz mam reply this message because it's very important...plz plz mam
For else in Python | Python Tutorials for Beginners #lec43
14:39
Jenny's Lectures CS IT
Рет қаралды 56 М.
Functions in Python | Introduction | Python for beginners #lec56
24:07
Jenny's Lectures CS IT
Рет қаралды 137 М.
The joker favorite#joker  #shorts
00:15
Untitled Joker
Рет қаралды 18 МЛН
Ничего не делаю всё видео 😴
00:33
Miracle
Рет қаралды 744 М.
Nastya and balloon challenge
00:23
Nastya
Рет қаралды 59 МЛН
Solve any Star Pattern program in Python
18:44
Simply Coding
Рет қаралды 958 М.
Master Python Loops | For and While Loops | Python Full Course 9
19:48
Sumantra Codes
Рет қаралды 4,7 М.
#20 Python Tutorial for Beginners | While Loop in Python
12:43
Telusko
Рет қаралды 1,6 МЛН
For Loops in Python | Python Tutorial - Day #17
13:01
CodeWithHarry
Рет қаралды 762 М.
The Basics of while Loop in Python
8:17
Neso Academy
Рет қаралды 47 М.
While Loop in Python | Python Tutorials for Beginners #lec50
26:51
Jenny's Lectures CS IT
Рет қаралды 79 М.
While loops in Python are easy ♾️
6:58
Bro Code
Рет қаралды 363 М.
What is For Loop in Python | Data on Repeat | Python Tutorials
18:43
The joker favorite#joker  #shorts
00:15
Untitled Joker
Рет қаралды 18 МЛН