▶️ Watch Entire Kivy Playlist ✅ Subscribe To My TH-cam Channel: bit.ly/37LrJ27 bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN ▶️ Get The Code bit.ly/3kUQz2h
I like that you're spending a lot of time explaining pos_hint and size_hint, they're like half of the questions we get on the Discord and other support medium :-) thanks for the great episode again!
Useful content, better late than never to learn kivy with John Elder, means after summarizing we get three layouts that we've learnt, 1. GridLayout, 2. BoxLayout, and 3. FloatLayout
Hello John, something made me crazy with this tutorial. After googling a bit, I realized that pos_hint keys 'bottom' (and 'left' too) don't exist in kvlang!! They are useless (but no errors are thrown anyway). Congrats for your channel 😉
Hello John, I'm confused at which one to learn for mobile app development, somebody are saying that flutter is a way more better than kivy and kivy is also having some issues when we try to run in Android mobile, is that really true?
Hello John, i got two questions: i want to make a calculator in app. How do output the calculation on the display with the input from the number buttons? Also can i beautify the buttons for example designing cooler buttons for my calculator and use them as my buttons what would i need to do?
Hey, i just wanna give you an idea instead of using external git bash terminal windows why not install terminus in sublime and set git bash to execute it so you wont need to keep switching
Because then I'd have to explain how I did that in every video, and most beginners don't have that setup. I want to make it as easy as possible to focus on the coding without getting bogged down in things that aren't that important.
▶️ Watch Entire Kivy Playlist ✅ Subscribe To My TH-cam Channel:
bit.ly/37LrJ27 bit.ly/2IGzvOR
▶️ See More At: ✅ Join My Facebook Group:
Codemy.com bit.ly/2GFmOBz
▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN
▶️ Get The Code
bit.ly/3kUQz2h
I like that you're spending a lot of time explaining pos_hint and size_hint, they're like half of the questions we get on the Discord and other support medium :-) thanks for the great episode again!
Glad you like them!
Center horizontal and vertical.. true gold :)
Useful content, better late than never to learn kivy with John Elder, means after summarizing we get three layouts that we've learnt, 1. GridLayout,
2. BoxLayout, and
3. FloatLayout
Hello John, something made me crazy with this tutorial. After googling a bit, I realized that pos_hint keys 'bottom' (and 'left' too) don't exist in kvlang!! They are useless (but no errors are thrown anyway).
Congrats for your channel 😉
Wouldn't it be better if instead of putting magic number 0.35, write:
{ "x": (1-self.size_hint[0])/2, "y": (1-self.size_hint[1])/2 }
?
{"center_x": 0.5,"center_y":0.5}
This is clever, though as Denis above mentioned there's built in "center_x" and "center_y" argument
First!
Love your videos john👍 great content
Nice! And thanks!
can you please advise how to add Hyperlinks?
Hello John, I'm confused at which one to learn for mobile app development, somebody are saying that flutter is a way more better than kivy and kivy is also having some issues when we try to run in Android mobile, is that really true?
Just use KivyMD, it uses the same Kivy syntax, just different widgets
@@echuidor thanks
Nice glasses, John
thanks
Can you build a whole app tutorial at the end of the series? , Nice keep going!
Yeah eventually I'm sure we'll make a bunch
Hello John, i got two questions: i want to make a calculator in app. How do output the calculation on the display with the input from the number buttons? Also can i beautify the buttons for example designing cooler buttons for my calculator and use them as my buttons what would i need to do?
I might do a video on that. Sure you can use any image you want to make buttons...
Hey, i just wanna give you an idea instead of using external git bash terminal windows why not install terminus in sublime and set git bash to execute it so you wont need to keep switching
Because then I'd have to explain how I did that in every video, and most beginners don't have that setup. I want to make it as easy as possible to focus on the coding without getting bogged down in things that aren't that important.
@@Codemycom understandable
@@Codemycom But you could also use the built-in Sublime Text Build System, just use the shortcut: 'Ctrl+B'
@@echuidor I like to promote more professional methods and Ctrl+B can have problems
Jon elder sir pilzz upload tkinter videos
I do, on Tuesdays and Thursdays
Hire me as an intern
I don't use interns, sorry.