Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,151,601 members, 7,812,961 topics. Date: Monday, 29 April 2024 at 11:57 PM

Learning Python Kivy - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Learning Python Kivy (1743 Views)

Is Kivy Good For Creating Android Apps / Kivy Or Django / Why You Should Learn Kivy (2) (3) (4)

(1) (Reply) (Go Down)

Learning Python Kivy by Brukx(m): 8:11pm On May 10, 2020
For some days I've been sourcing materials in order to learn Kivy from the scratch. I've not found the right book to use. I'm hopping experienced pythoneers will come in with good suggestions to help me out on this Voyage
Re: Learning Python Kivy by Samcent: 9:28pm On May 10, 2020
Brukx:
For some days I've been sourcing materials in order to learn Kivy from the scratch. I've not found the right book to use. I'm hopping experienced pythoneers will come in with good suggestions to help me out on this Voyage
I faced this same challenge. I had to change path and focus on django.
All the same, you have my best wishes.
Re: Learning Python Kivy by koyla: 10:18pm On May 10, 2020
Brukx:
For some days I've been sourcing materials in order to learn Kivy from the scratch. I've not found the right book to use. I'm hopping experienced pythoneers will come in with good suggestions to help me out on this Voyage
Go to YouTube and search for "TheNewBoston", he has videos on python and the kivy language.
He has no videos on kivy md yet.

1 Like

Re: Learning Python Kivy by swoopiness(m): 12:26pm On May 12, 2020
Samcent:
I faced this same challenge. I had to change path and focus on django.
All the same, you have my best wishes.

there is an active group now incase you change your mind

....https:///J4s5Pgy7k064IkJY5Cycsg....
Re: Learning Python Kivy by swoopiness(m): 12:27pm On May 12, 2020
koyla:

Go to YouTube and search for "TheNewBoston", he has videos on python and the kivy language.
He has no videos on kivy md yet.

i used kivymd for ally app

you can join an active group if you want
....https:///J4s5Pgy7k064IkJY5Cycsg.....

1 Like

Re: Learning Python Kivy by koyla: 3:15pm On May 12, 2020
swoopiness:


i used kivymd for ally app

you can join an active group if you want
....https:///J4s5Pgy7k064IkJY5Cycsg.....
Thank you.
Re: Learning Python Kivy by Samcent: 8:56pm On May 12, 2020
chidemavian:
Everyday on social media , you read up various articles as this one



I'm asking you this question, how do u think you want to read and learn just like that??

.well this is a solution u must choose if you are really serious about getting stuff done with any IT tools



And after dumping kivy, who told you that you won't dump django as well


Well


Here is one smart thing you could do


Get a live mentor



They help u get answers to ur challenges fast


And reduce the pain for progressiveness in ur learning.



That's why I'm here


U, or anyone else who needs this can reach me on 07031009036


I'm Mathew.


Tnx
The community around Kivy is not large. Getting help can be a difficult task.
Thanks for your offer of mentorship. However, I am okay with what I can get from google, youtube and stack overflow.

As for django, I have so far built 3 web applications with it. One of the app is in my domain of public health and the app is in production.
Whenever I am stuck working with django, I read the official documentation,and I find it to be self explanatory.

Your services will definitely be needed. My best wishes.
Re: Learning Python Kivy by LSarcastic: 12:10am On May 14, 2020
Brukx:
For some days I've been sourcing materials in order to learn Kivy from the scratch. I've not found the right book to use. I'm hopping experienced pythoneers will come in with good suggestions to help me out on this Voyage

I perfectly understand your situation because I found myself in your shoes too. The official kivy documentation looks so beginner unfriendly and is hard to follow, isn't it?
That's because the documentation isn't organized the right way. Instead of starting from the beginning, do this:

1. Open the official documentation at https://media.readthedocs.org/pdf/kivy/latest/kivy.pdf
2. Head over to the tutorial sections and check the Paint tutorial first. It will be easy as long as your Python skills are good
3. When you're done with that, go to the Ping Pong part. You'll find this hard following but still do it.
4. Then go to the crash course section and follow the link to the videos.
5. When you're done, go back to the documentation and start exploring.

To ensure your exploring is efficient, ensure you give yourself a simple project and then check out the documentation for awesome things you can add to your solution. cheers!

1 Like

Re: Learning Python Kivy by LSarcastic: 12:11am On May 14, 2020
Samcent:
I faced this same challenge. I had to change path and focus on django.
All the same, you have my best wishes.

Django is pretty nice and I personally rate it as the tool with the best documentation in the world. You can check out the website I built with Django here https://www.bonychicken.com
Re: Learning Python Kivy by Brukx(m): 6:57am On May 14, 2020
LSarcastic:


I perfectly understand your situation because I found myself in your shoes too. The official kivy documentation looks so beginner unfriendly and is hard to follow, isn't it?
That's because the documentation isn't organized the right way. Instead of starting from the beginning, do this:

1. Open the official documentation at https://media.readthedocs.org/pdf/kivy/latest/kivy.pdf
2. Head over to the tutorial sections and check the Paint tutorial first. It will be easy as long as your Python skills are good
3. When you're done with that, go to the Ping Pong part. You'll find this hard following but still do it.
4. Then go to the crash course section and follow the link to the videos.
5. When you're done, go back to the documentation and start exploring.

To ensure your exploring is efficient, ensure you give yourself a simple project and then check out the documentation for awesome things you can add to your solution. cheers!
Thanks alot. This is really helpful
Re: Learning Python Kivy by Samcent: 8:44am On May 14, 2020
LSarcastic:


Django is pretty nice and I personally rate it as the tool with the best documentation in the world. You can check out the website I built with Django here https://www.bonychicken.com


Nice work! Which tools did you use for the frontend?

I agree with you 100% on django documentation.

Good to know you are also good with Kivy. I learnt the developers have stepped up efforts to make it competitive with regards to mobile app development. I also hope they come up with a beginner friendly documentation.

Thanks for your input.
Re: Learning Python Kivy by LSarcastic: 5:56pm On May 14, 2020
Samcent:


Nice work! Which tools did you use for the frontend?

I agree with you 100% on django documentation.

Good to know you are also good with Kivy. I learnt the developers have stepped up efforts to make it competitive with regards to mobile app development. I also hope they come up with a beginner friendly documentation.

Thanks for your input.



Thanks for the complement. I used plain ol Bootstrap. Then I added a few of my custom JS and CSS to it. The JS I applied was heavy while I only wrote a few lines of CSS to help.

Kivy team is trying. The only problem is, Kivy might never make much impact in the mobile app development path. That's because Python is not still supported out of the box by Android or iOS. In fact whenever you make a Kivy app for Android, you'll have to include the entire Python run time which will increase the size of your app. The community is clamoring for Python support. Even Guido Van Rossum(Python's daddy) mentioned it in a recent conference. Kivy is already on the stage but there are too much obstacles in the way.
Let's hope better for Python and the mobile stage.

Cheers!
Re: Learning Python Kivy by Samcent: 7:45pm On May 14, 2020
@LSarcastic,

If kivy breaks even in mobile app development, the dominance of python will be unchallenged for a very long time.

Thanks for sharing knowledge.

I learnt there was a time on this forum when some 'very good' programmers used to be active. I am not sure exactly what happened but most of them seem to have either deactivate their account or decided to be inactive.

Knowledge sharing and interactions like this can help revive this section of nairaland.

As for Seun, I understand he is more of a business man now than a programmer, but he can help by making more threads like this grace front page.

My regards.

1 Like

Re: Learning Python Kivy by Brukx(m): 5:02pm On Jun 28, 2020
Today is the 6th week after creating this thread. I can say my knowledge of Kivy has improved alot. Thanks to this WhatsApp group I joined where we learnt the concept together
Re: Learning Python Kivy by Hungrychicken(m): 8:51pm On Jun 20, 2021
LSarcastic:


Django is pretty nice and I personally rate it as the tool with the best documentation in the world. You can check out the website I built with Django here https://www.bonychicken.com
nice website.
Re: Learning Python Kivy by Hungrychicken(m): 8:55pm On Jun 20, 2021
Brukx:
Today is the 6th week after creating this thread. I can say my knowledge of Kivy has improved alot. Thanks to this WhatsApp group I joined where we learnt the concept together
can you add me in the group pls.
Re: Learning Python Kivy by bularuz(m): 10:08am On Jun 21, 2021
Brukx:
Today is the 6th week after creating this thread. I can say my knowledge of Kivy has improved alot. Thanks to this WhatsApp group I joined where we learnt the concept together

Continuously improving yourself by creating what you learnt will help in no small measure
Re: Learning Python Kivy by SUGARSON(m): 11:25pm On Jul 14, 2021
THAT'S ALSO MY PROBLEM TOO.
Re: Learning Python Kivy by Mccollins042(m): 9:05am On Jul 15, 2021
This is not an advert, It is an opportunity for any Nigerian that wants a tech breakthrough.
1) Data analysis at Entrylevel
Data analysts/ scientists earn an average of 70,000 usd/ year
if you are interested in becoming data analyst or a product manager, learn from top industry experts for free .
click here https://entrylevel.page/56VA
registration ends tomorrow 15/07/2021

2) Data science/ machine learning at WQU
I cannot over emphasize on how important this course is. it is very intensive and lasts for 4 months after which you will be given a certificate
it will teach you everything you need to land your first job eg : python, pandas, mathplotlib, seaborn, scikit- learn, SQL, tensorflow, pytorch...
www.worldquantuniversity.org

someone introduced me, it is right that i share with you guys

1 Like

(1) (Reply)

How To Convert EML File Into PST / Am Finding It Hard To Learn Python Programming. / Do You Need Unix Account?

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 39
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.