learned so MUCH!!!!! second semester in a data analytics masters! this is so much help!!! breaks it down so its easily learned. Im not just copying code, Im UNDERSTANDING IT!!!
@axxiar3 жыл бұрын
So much underrated series to begin python
@ajaymorampudii99904 жыл бұрын
thank you programiz ,thus is an wonderfull session i really enjoyed the course and i suggested it to my friends as well .waiting for other programming languages
@ruchirapande15482 жыл бұрын
thankyou very much sir, my child is 9 and is learning coding by watching your videos
@ankurchauhan98233 жыл бұрын
Thanku sooo muchhh sirrrr❤❤❤❤❤❤ this is very helpful for us 💯💯💯💯💯💯
@devidevatha Жыл бұрын
so useful, so easy to learn. I like this approach!
@saifurrehman67564 жыл бұрын
I love all the videos and enjoy learning. Thanks a million, Punit and team Programiz. So, when the new videos are coming? And, will you go to the advanced level, and what's about machine learning? In the last, any practice material for me during this gap?
@Mish-3332 жыл бұрын
Such a great channel! Simply great teaching techniques used!!🙌✨
@rushi17502 жыл бұрын
6:16 result = range(3,31, 3) print(list(result)) done captain
@amanranjan2174 жыл бұрын
Thank You Very Much Sir....!!! Due to Programizzz I'm now able to write small programmes. I am a 12th class student and I had not learned a line about python in 11th. I was very worried how I'll cover the basics and everything of 11th and then I found Programizz...You all Guyzzz are awesome...Thank You Very Much From my Bottom of heart . Hope You will always make us learn more about python....and other programing languages also...Waiting for the next....Do You Konw I Covered all of your videos in just a week......Thank U Team Programizzz
@ichoosemeimsorry2 жыл бұрын
thank youuu you're a life saver
@JohnDonau2 ай бұрын
Great tut!
@mintoohigh96793 жыл бұрын
Awosme video, now i know where to come in case i need help !
@vikhyatrao44723 жыл бұрын
thank you very much sir there great video.
@minad49253 жыл бұрын
Thanks Puneet!
@harshsingh34433 жыл бұрын
This really helps me
@anjanasolanki29773 жыл бұрын
input = list(range(3,31,3)) for result in input: print(result) Sir it's like or it can also be done in other ways.😇
@harish00004 жыл бұрын
Nice video Keep it up 😀
@Pirate_1572 жыл бұрын
6:25 x = list(range(0,31,3)) print(x)
@desidev693 жыл бұрын
result=range(3,31,3) Print(list(result))
@majidalich29472 жыл бұрын
a = list(range(3,31,3)) print(a)
@KrishnaGupta-gs4hk4 жыл бұрын
new to this channel can you make tutorials for java script
@Akinitas3 жыл бұрын
This is very informative. But do you know how one would take two inputs and use them as a range?
@memespotato3 жыл бұрын
input1= int(input("Enter a number: ") input2= int(input("Enter second number: ") range1= list(range(input1, input2)) hope this helped :)
@beerusreal64 жыл бұрын
Please create a tutorial video on Data Science and Machine Learning. Please.
@gotetilakshman67703 жыл бұрын
For value in range(0,31,3): print(value)
@sukhdevarora21853 жыл бұрын
bhai dhyan se padh vo 3 se start hai
@sandipansarkar92113 жыл бұрын
great video
@kkgill18062 жыл бұрын
What will be input coding of this output. Output :- sum_range(0,5) 10 sum_evens(0,5) 6
@renuayyappan3 жыл бұрын
Hi Punit, how can i display combined list (3 List) for the multiples of 4,5 and 6 between 20 and 40. Giving only one input
@kawaiikina36182 жыл бұрын
It may be easier to use set since when you join 3 multiples set, it will remove duplicates
print(list(range(3,31,3))) this will give the desired output
@dipankarray86623 жыл бұрын
Can you please make videos on numpy, matplotlib, scipy etc?? please
@raghavchandrasekar468 Жыл бұрын
rang_e=range(3,31,3) print(list(rang_e))
@ThePraveenbabu2 жыл бұрын
i= list(range(3,31,3)) print(i)
@harish00004 жыл бұрын
Please also alow us to save our code in python compiler which is on your site
@mohameddalkha2436 Жыл бұрын
solution: for i in range (3,31,3): print(i)
@clownshereandthere11 ай бұрын
x = range(3, 31, 3) print(list(x))
@harrymithun104 жыл бұрын
what can we do to include the 'end value' (ie last number) of the range to satisfy our if conditions? If someone know the answer please let me know. Much appreciated
@programizstudios4 жыл бұрын
Suppose you need to include numbers from 1 to 10, then you can use: result = range(1, 11) Similarly, if you want to include numbers from 1 to n, you can use: n = 10 result = range(1, n + 1)
@harrymithun104 жыл бұрын
@@programizstudios Thank you guys. The second explanation is what i was exactly looking for. BTW keep doing the great work you are doing. It is really being useful to many people.
@Poly-A-3 жыл бұрын
How do we get the entire value like N= 3 For n in range(1,n) Result is 1,2 How do we get the 3 ?
@otatop73594 жыл бұрын
#task num = list(range(3, 31, 3)) print(num)
@RATANAGARWALITINFORMER3 жыл бұрын
good
@jahnaviscraftworld3 жыл бұрын
result = list(range(3, 31, 3)) print(result)
@kartikeshwarhingole60074 жыл бұрын
sir when you will release your new video
@programizstudios4 жыл бұрын
New videos will come out soon! Stay tuned 👍
@girishgh9793 Жыл бұрын
result=list(range(3,31,3)) print(result
@kal_4life4 жыл бұрын
is this the last video of the series?
@programizstudios4 жыл бұрын
No, it's not. We will upload the new videos soon.
@ritaviksakpal4 жыл бұрын
print(list(range(3, 31, 3)))
@ritaviksakpal4 жыл бұрын
thanks for the video
@yeedaramahigayathri4933 жыл бұрын
For num in range (1,10): Print() it should print the values 11 14 19 26 35 46 59 74 91