How To Create A Currency Converter In Python? | Python Programming Practice (Hindi)

preview_player
Показать описание


Best Hindi Videos For Learning Programming:

Follow Me On Social Media
Рекомендации по теме
Комментарии
Автор

Aj Mera english exam tha.. wahan writing aaya tha Write a paragraph on most hardworking man u met. maine aapka naam likha with aapka hardwork, daily videos dalna, exeercise videos, solution videos, kabhi kabhi din mein 3 videos sab likha ... Sacchi mein bhai u r an inspiration to me!

RohanDasRD
Автор

We can also round off the value using:
print(f"The rounded value is

learnwithvasu
Автор

11:28 hello @CodeWithHarry can we use eval as in the place of float

ayushb
Автор

You are the king of coding universe HARRY bro.

pubgwala
Автор

Bhaiya I'm just a beginner but I did some modification by adding code for converting from any of the currency to any other rather than just INR to any other.

SagarSingh-ilui
Автор

'List index out of range error' is showing

rohitsudhanshu
Автор

6:02 does not work in Vs code it gets this error
currencyDict[parsed[0]] = parsed[1]
IndexError: list index out of range
any solution

murtazakhopoliwala
Автор

Thanks for this exercise Harry bhai.😀
Mera hobby hai currency collection. Thanks for the website as well.

sumantakumardutta
Автор

0:45
with open('currencydata.txt', 'r')as f:
con=f.readlines()
#con=con.replace('\n', '')
#pr
list=[]
for b in con:
b=b.replace('\n', '')
list.append(b)
#print(list)
curnd={}
for item in list:
k, v= item.split('=')
curnd[k]=float(v)
#print(curnd)
rupee=14.74
print(rupee)
for key in curnd:
v=curnd.get(key, None)
print(key)
print(v*rupee)

DOWNX_FF
Автор

Oh sir esiki e jharurat tha, mere 1 project k liya❤ thanks

techieroy
Автор

Harry, please Make Video On Web Scraping Through Python and how to insert the scraped data in SQL DataBase in Hindi

marathinews
Автор

thanku sir for this exercise...it is very useful

arvjugtwan
Автор

plz make a series of video on REST API with a hands-on project using Python

antimghosh
Автор

bhai harry maja aagay mane aapke vedio ko dek k he python sekah

godff
Автор

No one is talking about the starting part 😂😂

bigsmoke
Автор

Video kafi helpful hai or bht kuch sekna ko mila, Love from Pakistan . In addition agr aap esi Currecny converter ki video Live API pe bana de, us sai b kafi kuch sekne ko milega,

danixunboxing
Автор

Please bhai give some projects that create healthy competition please bhai and thanks for this

anishjain
Автор

Bhai copy or past ke liye python mai keya use karte

Vicky_mishra
Автор

Harry bhai trained models ko joblib mein kaise kiya jae. Just a recommendation for a topic you can create a video on 🙏

amrendrasingh
Автор

Hi, Thank you Harry for Detailed Explanation. Could you please give some input on how to convert any currency into any other currency form rather than just a single INR convert? Reply would be appreciated.

amrutalopez