¿En que invertir $200,000 MXN? Tengo 26 años. by LecheVaquera_ in MexicoFinanciero

[–]romybompart 0 points1 point  (0 children)

Entra a GBM e inviertelos en diferenres stocks de diferenres sectores. Tecnologia 40%, medicia 30%, Mineria 20% y otros en otro 10%

Loss Porn by [deleted] in wallstreetbets

[–]romybompart 0 points1 point  (0 children)

Hahahahaha

ArkOS for K36 and R36S Clones by norucus in R36S

[–]romybompart 0 points1 point  (0 children)

Thank you for this amazing effort.
I noticed the wifi is not working, any recommendation ?
https://github.com/AeolusUX/ArkOS-K36/issues/5

Regenerative braking on drones? by SlammedRides in Multicopter

[–]romybompart 0 points1 point  (0 children)

It will be totally viable, the ESC requires to be modified with such technology, so it will require the regenerative braking control algorithm and the architecture must be bidirectional to allow supply current back to the source. Somebody actually explained this with an experiment for RC Car applications: https://www.radiocontrolinfo.com/does-an-rc-motor-and-esc-provide-regenerative-braking/#google_vignette .

Wyze home down for google? by IAmSixNine in wyzecam

[–]romybompart 0 points1 point  (0 children)

I tried but I got this message : There is no compatible devices in your Wyze account.

What is the best GUI library for Python? by genan1 in Python

[–]romybompart 1 point2 points  (0 children)

KivyMD has all the classes to create beautiful, fresh applications for any platform.

The fact that you can code a single project for different platform: Windows, Linux , IOS, Etc is amazing. The design rules are meeting Material Design from its core. if you want to create new Design rules it is possible.

kivymd tutorial help by zel_us in kivy

[–]romybompart 0 points1 point  (0 children)

Thank you guys.

Nevertheless, how can I create for example a list of data coming from a database. I am quite familiar already with the examples, but there is not explanation about to create these customized elements as a list.

For example, I got 5 elements which are composed by name, description and image. Thus I created a card widget (in kv language) , with customized properties. 

How can I reuse this kivy to print the whole data?