Can i learn python faster? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can i learn python faster?

want to make games I prefer videos any suggestions?

16th Jan 2018, 5:23 PM
Alex Monroe
Alex Monroe - avatar
5 Answers
+ 11
Games in Python? Doable, not recommendable. There are better ways to do that. But if you insist, there's a good online course on Coursera, on interactive programming. During this course you complete several projects, with an Asteroids-like game as the final project. https://www.coursera.org/learn/interactive-python-1 https://www.coursera.org/learn/interactive-python-2 The course is free if you only want knowledge, not certificate.
16th Jan 2018, 5:43 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 9
Python is an interpreted language, you always have to have the interpreter itself compiled into the executable, unless you just run it for yourself. Still, there is a pretty big community of Python game makers, like at www.pygame.org. You might want to check that and the pygame module documentation, too.
16th Jan 2018, 7:21 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 8
check out https://www.udemy.com 😊
16th Jan 2018, 5:26 PM
Jaydeep Khatri
Jaydeep Khatri - avatar
0
you promoting this? I don't want to pay
16th Jan 2018, 5:28 PM
Alex Monroe
Alex Monroe - avatar
0
why don't you recommend it? I'll do it and find some videos
16th Jan 2018, 5:57 PM
Alex Monroe
Alex Monroe - avatar