how much python should i learn before learning modules like pygame or kivy? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how much python should i learn before learning modules like pygame or kivy?

how much python should i learn before learning modules like pygame or kivy? i not sure please help!!!

29th Aug 2020, 5:42 PM
Kidus
Kidus - avatar
2 Answers
+ 4
Learn the basics like loops and data structures first.
29th Aug 2020, 10:54 PM
Sonic
Sonic - avatar
+ 3
I think you should probably focus on the basics first... If I recall correctly, PyGame and Kivy both use SDL (Simple DirectMedia Layer) under the hood, so using both together will probably cause conflicts... In order to do this, you would more than likely have to patch either Pygame or Kivy or both, to remove or reimplement their functionality. It's a little like trying to run two cars off of one engine.
29th Aug 2020, 5:50 PM
Steven M
Steven M - avatar