Unit Converter in Python | Unit Conversion with Python

  Рет қаралды 15,729

Fabio Musanni - Programming Channel

Fabio Musanni - Programming Channel

Күн бұрын

🎥 🔥 NEW VIDEO Unit Converter GUI App: • Python Unit Converter ...
💻 Get the Source Code and support the channel ❤️: www.buymeacoff...
⬇️ LEARN ON THE BEST LEARNING PLATFORMS (LINKS BELOW) 😉💪 ⬇️
💻 My Source Codes: www.buymeacoff...
☕ Buy me a coffee: www.buymeacoff...
😍 One-off donation: www.paypal.me/...
SKILLSHARE
(Python, Web Dev, UI/UX Design, Music, Art, Animation and a lot more)
🔗 skillshare.eqc... (Affiliate)
DATACAMP
(Python, ChatGPT, SQL, Power BI, and a lot more)
🔗 datacamp.pxf.i... (Affiliate)
COURSERA PYTHON
(For beginners, Data Science, Data Analysis, AI, Cybersecurity and a lot more):
🔗 imp.i384100.ne... (Affiliate)
COURSERA WEB DEVELOPMENT
(Full Stack, Front-End, Back-End, Web Design and a lot more):
🔗 imp.i384100.ne... (Affiliate)
Create your own unit converter so that you can convert all the units of measurement you want.
Whether you want to convert miles to kilometers, pounds to kilograms, Fahrenheit to Celsius, in this video you'll learn how to do that.
🎥 Tkinter Unit Converter GUI App: • Python Unit Converter ...
If the video was helpful, let me know in the comments down below and also like the video so that other people can see it. Needles to say I really appreciate your support 💪❤️
📨 SUBSCRIBE so that you don't miss any new video:
www.youtube.co...
🤗 BIO PAGE (contacts, etc): solo.to/fabiom...
Create Your Bio Page (10% OFF Upgraded Plans 😉): solo.to/inv/ND...
🔗 RELATED CONTENT (videos, playlists, etc) 🔗
Tuple Unpacking Video: • Tuple Unpacking in Pyt...
Strings Formatting Video: • String Formatting in P...
Python Playlist: • 🐍 Learn Python With Fa...
🤩 AFFILIATE LINKS 🤩
Create Your Bio Page (10% OFF Upgraded Plans): solo.to/inv/ND...
🧑🏻‍💻 ABOUT ME 🧑🏻‍💻
I'm Fabio, I started programming with Python a lot of years ago and I fell in love with this world.
I started this KZbin channel to help you during your own journey and I hope that my help can make you an amazing programmer who loves this world as I do.
Welcome on board!! 🚀
#pythonWithFabioMusanni #python #pythontutorial #pythonprojects #pythonprogramming #pythonforbeginners #coding #programming

Пікірлер: 17
@FabioMusanni
@FabioMusanni 2 жыл бұрын
🎥 🔥 *Unit Converter GUI App:* kzbin.info/www/bejne/onisdH-FqbuNqNk 💻 *Source Code:* www.buymeacoffee.com/fabiomusanni/e/183726 ⬇️ *LEARN ON THE BEST LEARNING PLATFORMS (LINKS BELOW)* 😉💪 ⬇️ ☕ *Buy me a coffee:* www.buymeacoffee.com/fabiomusanni ❤️ *Support me monthly:* www.patreon.com/FabioMusanni 😍 *One-off donation:* www.paypal.me/FabioMusanni/ *SKILLSHARE* _(Python, Web Dev, UI/UX Design, Music, Art, Animation and a lot more)_ 🔗 skillshare.eqcm.net/5gxzD2 (Affiliate) *DATACAMP* _(Python, ChatGPT, SQL, Power BI, and a lot more)_ 🔗 datacamp.pxf.io/vN1bDj (Affiliate) *COURSERA PYTHON* _(For beginners, Data Science, Data Analysis, AI, Cybersecurity and a lot more):_ 🔗 imp.i384100.net/k0Nk60 (Affiliate) *COURSERA WEB DEVELOPMENT* _(Full Stack, Front-End, Back-End, Web Design and a lot more):_ 🔗 imp.i384100.net/EKWxBW (Affiliate) Thank you for the support!❤ 🎥All my videos about Python: kzbin.info/aero/PLs8qUrmRvaR0IT4IwJl-LSweAdACW-yLK
@JohnChukwuemekaJames
@JohnChukwuemekaJames Ай бұрын
Thanks so much, I just watched this video today. It was really helpful and I like how you break things down
@JohnChukwuemekaJames
@JohnChukwuemekaJames Ай бұрын
I couldn't figure out how to run the continuous program. Please can you teach me
@wayneberriman5092
@wayneberriman5092 Жыл бұрын
Great tutorial. Thank you!
@FabioMusanni
@FabioMusanni Жыл бұрын
Glad you enjoyed it and thank you for the comment! 💪😍
@ariariiimo
@ariariiimo 3 ай бұрын
I didn't understand the tuple unpacking thing..
@jaapdegraaf3010
@jaapdegraaf3010 2 жыл бұрын
I would love to know more about tuple extraction 😀.
@FabioMusanni
@FabioMusanni 2 жыл бұрын
Actually, I've already made a video on that, if you want to check it out: kzbin.info/www/bejne/d5Crh2CfadSJjqs 😉😊
@jaapdegraaf3010
@jaapdegraaf3010 2 жыл бұрын
@@FabioMusanni Aaaaamaaazing!!!🍾🙏
@FR4NKTUB3
@FR4NKTUB3 7 ай бұрын
Wouldn't it have been to just put the conversion value in the tuple as well, since it is immutable? And also why don't you access the index of the tuple with the list instead of hardcoding every case? Like that's tedious.
@jerrythemouse2952
@jerrythemouse2952 2 жыл бұрын
i did it easier than you(it think), i m here just to see if i can do it easier with some kind of function, but i found only codes with external libraries so i think i did it as easy as possible. Can you answer me if i can do it easier(with less code), without any libraries, or this is the only way to do this?(im russian sorry for my english, so i wrote it without translator)
@FabioMusanni
@FabioMusanni 2 жыл бұрын
Hello, thanks for the comment ☺️ Actually, in this video I didn't use any external library. When I made this, I set it up as a unit converter for as many units as I want, of course if you just need to convert one unit , then you can omit all the code where I ask the user to choose the conversion type etc. Other than that, I think this is already really really simple.
@ahmadzak7475
@ahmadzak7475 2 жыл бұрын
I am currently facing such a problem mine is way bigger i can't do it without using libraries i am looking for the best one, the data comes from different sources with way many unites if you have done research please share it with me.
@saqlainsadiq7322
@saqlainsadiq7322 2 жыл бұрын
Hey Bro Can you please share its code with me, Actually I need it.
@FabioMusanni
@FabioMusanni 2 жыл бұрын
Hello 😊 I make these videos for people who want to learn so I don't provide the code because otherwise they would just copy and paste it without even learning or understanding the code. The program is quite short and I go through it all, so if you wish you can write it down as I explain it.
@saqlainsadiq7322
@saqlainsadiq7322 2 жыл бұрын
@@FabioMusanni Okay bro no problem.
Currency Converter in Python - Beginner Project
10:17
NeuralNine
Рет қаралды 8 М.
Units and Unit Conversions with Python's SymPy
14:53
MCC Py Tutorials
Рет қаралды 4,3 М.
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
19. Using pints for units in python
21:33
Taylor Sparks
Рет қаралды 4 М.
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,3 МЛН
Python temperature conversion program 🌡️
3:59
Bro Code
Рет қаралды 69 М.
25 nooby Python habits you need to ditch
9:12
mCoding
Рет қаралды 1,8 МЛН
Watermarking Images Automation in Python
10:05
NeuralNine
Рет қаралды 6 М.
Python for Beginners - Learn Coding with Python in 1 Hour
1:00:06
Programming with Mosh
Рет қаралды 20 МЛН
Python GUI Development With PySimpleGUI
15:15
Real Python
Рет қаралды 1 МЛН
Avoid These BAD Practices in Python OOP
24:42
ArjanCodes
Рет қаралды 87 М.
Mini Python Project Tutorial - Password Generator
18:27
Tech With Tim
Рет қаралды 98 М.