Good tips, didn't know about the filter function. My first thought was a list comprehension: "myList = [1, 2, 3, 4, 5, 6, 7, 8, 9]" "oddList = [odd for odd in myList if odd % 3 == 0]"
Thanks mate glad you liked it! That style of list comprehension would totally get the job done for sure! I think being able to craft more complex functions in a def and then apply the filter to them can have benefit too when the filters start getting too complex for one line! Thanks for watching friend!!
This is awesome!. Is it possible to use kivy textinput widget as console; when you enter input, the output should be displayed in the same textinput widget?.
Hi - so I always use a label and a text input separately. I haven’t tried to change the text displayed inside a text input based on the input from somewhere else! It might be possible but I think a label text input combo is much easier!
Another useful video presented in your usual easy going style, great job!
Thanks Dale!! Something tells me you probably knew most of these already 😉
Good tips, didn't know about the filter function.
My first thought was a list comprehension:
"myList = [1, 2, 3, 4, 5, 6, 7, 8, 9]"
"oddList = [odd for odd in myList if odd % 3 == 0]"
Thanks mate glad you liked it! That style of list comprehension would totally get the job done for sure! I think being able to craft more complex functions in a def and then apply the filter to them can have benefit too when the filters start getting too complex for one line! Thanks for watching friend!!
@@lemastertech 😎🤝
@@flioink
Same insight
this was really useful, thank you!
You’re welcome! Glad you find it useful!! :)
Great tips! Thank You bro
You’re welcome! Glad you liked it, thanks for the nice comment!
This is awesome!.
Is it possible to use kivy textinput widget as console; when you enter input, the output should be displayed in the same textinput widget?.
Hi - so I always use a label and a text input separately. I haven’t tried to change the text displayed inside a text input based on the input from somewhere else! It might be possible but I think a label text input combo is much easier!
@@lemastertech Thanks man 😊, I really appreciate you.
valeu!
Ainda bem que você gostou!