Behind the scene of loops in python
ฝัง
- เผยแพร่เมื่อ 28 พ.ย. 2024
- Visit chaicode.com for all related materials, community help, source code etc.
Welcome to chai aur code, a coding/programming dedicated channel in Hindi language. Now you can learn best of programming concepts with industry standard practical guide in Hindi language.
All source code is available at my Github account:
github.com/hit...
Our Open-Source Project is here: freeapi.app
Join me at whatsapp: hitesh.ai/what...
for community discord: hitesh.ai/discord
Instagram pe yaha paaye jaate h:
/ hiteshchoudharyofficial
HTML video series: • HTML and VSCode - gett...
Complete javascript series: • Javascript for beginne...
Complete Reactjs series: • React JS roadmap | cha...
Javascript and react interview series: • 1 call se shuru hui pl...
Backend development with Javascript: • Javascript Backend Roa...
Python Series: • Python series launch |...
Learning Python Day 9 - Present Sir
00:02 Python's loops have some reimagining behind the scenes
02:21 Python iteration tools include for loop and comprehensions
06:27 Iterable objects point to start location of memory and enable looping
08:38 Basic file handling and script creation in Python
13:07 Python read line method handling exceptions and file iteration
15:03 Using while loop to read files in Python.
19:04 Introduction to iter tools in Python
20:49 Understanding memory references and iteration in Python
24:54 Storing a file in a variable creates a reference, not a new object.
26:49 Understanding the concept of iteration and the usage of 'next'.
Informatic knowledge pls like and share
Perfect summary
thanks dude!
sir's teaching style is so unique that it feels like we are watching some interesting series rather than a usual class. sir makes it very interesting especially the style of conveying topics. i have seen multiple python series and all where boring as usual. but sir is more focused on example style of explaining rather than just explaining syntax which we usually find in other bootcamps which are very boring. thank you sir. top notch quality
sir's teaching style is so unique that it feels like we are watching some interesting series rather than a usual class. sir makes it very interesting especially the style of conveying topics. i have seen multiple python series and all where boring as usual. but sir is more focused on example style of explaining rather than just explaining syntax which we usually find in other bootcamps which are very boring. thank you sir. top notch quality👍👍👍👍
I am your big fan Sir..!! Beacuse no one tell this kind of stuff in their Course.
Those wanting to learn coding can definitely learn it here, others can learn the astonishingly polite manner... Just Wow!
import time
wait_time=1
max_retries=5
attempt=0
while attempt
A beautiful, detailed explanation of the internal workings of loops.
Some python practice questions.
1. Write a Python program to calculate the area of a rectangle given its length and width.
2. Create a program that takes a user's name and age as input and prints a greeting message.
3. Write a program to check if a number is even or odd.
4. Given a list of numbers, find the maximum and minimum values.
5. Create a Python function to check if a given string is a palindrome.
6. Calculate the compound interest for a given principal amount, interest rate, and time period.
7. Write a program that converts a given number of days into years, weeks, and days.
8. Given a list of integers, find the sum of all positive numbers.
9. Create a program that takes a sentence as input and counts the number of words in it.
10. Implement a program that swaps the values of two variables.
Ek hi to dil hai, kitne baar jitoge sir aise behind the scenes parake❤❤❤❤
I am finding this Python series very useful as I have started learning Python just recently. You are putting lot of efforts imparting the true knowledge to the huge audiences from this platform. When you explain the core concepts of Python, I don't have to look for other references for the same concepts again. Thanks to you sir.
Hitesh sirs teaching style makes python more interesting
This pedagogy of teaching is really awesome !!. Rather than just going through the syntax.
Your work is just amazing. :) You are an excellent teacher.
Thanks from Bengaluru !
I think today's teachers should adopt this type of teaching .
Doing on the go and helping students understand better..
Thanks a lot for keeping valuable course for free.. :)!
I always think why did I spend my days on other platforms you made it very easy for beginners and pushed it to more ahead to other's
Love your teaching style from nepal sir❤❤🇳🇵🇳🇵
I have been watching whole series regularly. You taught this concept in a very simple and beautiful manner. One of the best in-depth and descriptive python course on TH-cam.♥♥
Next level explanation🙌. Never thought and learned this stuff before
Yup loving this series is one of the deepest Python series in Hindi on whole yt
sir all the topic you had taught is clear, looking forward sir in detail
Best Python playlist that I have ever across....Thanks a lot Sir. Please continue it Sir
Brilliant... I don't think
Any other person would have taught it!!
Sir your lecture are easy to understand .Please keep up the good work. Which are full of information Thanks again
sir... You have great teaching skills.. Please keep up the good work.
the best video on youtube and best Trainer on youtube -- Hitesh Sir
Shared the video on twitter as my 'guru dakshina' to this awesome teacher
I'm just loving this series! Your teaching style is so unique sir.
One of the Best Channel for Developers
14:46 - the Ah! Eureka moments that makes programming interesting 😌
So much difficult to handle next and iter, but with the help of practice we can overcome this.😊 Thank you for teaching sir.
Best series ever on youtube for Python
This series is great. Content is great! Don't doubt it.
sir kitna acche se samjhaaye aap, maza agaya
you are the best teacher in world.....kash offline me apse learning milta...
Daily dose of internal working at depth received! Kudos sir.
Day 4 of Learning Python and learnt so many behind the scenes, Totally Unbelievable!!!!! 😯
Behind the scenes give so much clarity!
the most important lecture of this playlist ig ,, thank you sir
Unique teaching skills sir
Just commenting to support this guy, such core knowledge!
Loved the behind knowledge. Can't think of this much knowledge for free!
beautiful teaching style sir
sir ji,😅 ab to lag raha hai interview nhi discussion hoga interviewer mahoday se ❤❤☺️
amazing series so far and also using gpt to solve more problems after watching every video
thank you so much sir , this is very best series nowaday in YT
Sir, totally love the today's lecture.❤
This is the best series so far...
Sir you have great programming knowledge and have the ability to transfer knowledge in better way
such me maja hi aa raha next level.
❤great video
This is a great video to understand behind the scene in loop in python.
Your way of teaching is Nice...
great video. took more time for me to clear the concept but worth it . Thanks
Very interesing Video! Thank you sir!
Great experience to learn internal working of loop
Proper explanation as expected.
This is the best python series.
thank you so much for clearling doubt . You are the best
love your teaching style sir
Sir your teaching style so unique 👌
Keep watching
अच्छा और बहुत अच्छा लग रहा है...
😊
Thankyou very much sir, this playlist is very helpful ❤❤❤
import time
wait_time = 1
passkey = "Bonjour! Duniya"
max_tries = 5
tries=1
input_passkey=input("Enter the passkey : ")
while input_passkey != passkey :
time.sleep(wait_time)
wait_time*=0
print(tries," of 5 invalid attempts.")
tries+=1
input_passkey=input("Enter the passkey : ")
if tries==5:
print("You are out of attempts.Everything in the system is deleted.")
print("Hi! How can I help you?")
break
else:
print("Welocme!")
Thankyou sir❤❤❤
I appriciate all of your effort for creating such as valuable content.
Love you sir❤
One of the best channels of yutube
sir having great time learning this concepts
hope this series gets more reach
Awsome content Guru ji...Thanks
sir chai aur code always best in youtube
keep it up sir atleast you are better than other but in the hand you are doing like teacher 😍
Best Lecture
thank you sir, enjoying this series
A BIG SALUTE TO THIS PERSON
Note it : It's best python course on entire TH-cam and far better than other paid courses!
python with Dsa ka video bhi banao sir
Today's video is very informative.
Your voice is addictive in nature ❤
So nice 👍
sir aap continue karo mai aapke saath hai
iske badh system design series 🎉🎉🎉
Love you hitesh sir from bottom of heart.❤
Clear explanation 💯
Aaj ka sb uper se ja rha tha sir...bahut jor Dena pda samjhne ke liye.😅😅😅
wow! great insight of loops👏
Nice series sir btw you are looking handsome❤😁
Boss you are killing it
Thankyou so much sir for such hardwork
Thanks for sharing knowledge ☺️
Awesome series. 😄
Sir, aapke karan jo other languages kiye hai uske bhi internal workings padhne ka man karne laga hai😁😁
thank u sir for this great series
Next level explanation
Iteration at its best✨
Sir you provide us good quality knowledge but may I give you advice? Search engine optimization I guess low hai aapki videos ka kyuki jab maine python search kiya tab bhi aapki playlist visible nahin hui aur python playlist me bhi visible nahin hui. Only chai aur python likhne par hi aati hai
That's why those who are new to the coding and they go for TH-cam they don't find you directly.
Nice teaching style
Amazing series sir
Thank you so much sir 🙏
Interesting approach sir ✨
Pasand Aa Rahi hai❤