Dec-06-2017, 05:27 PM
I am a beginner in python, but I am really interested in learning Pygame and I was wondering if there was any like "Threshold" of python I should know before even beginning Pygame.
[PyGame] How much python should I learn before starting Pygame
|
Dec-06-2017, 05:27 PM
I am a beginner in python, but I am really interested in learning Pygame and I was wondering if there was any like "Threshold" of python I should know before even beginning Pygame.
Dec-06-2017, 05:40 PM
If you know the basics. You should be good. class, function, list, dict, loops, if .
Two standard libraries you might want to know math and random.
99 percent of computer problems exists between chair and keyboard.
Dec-06-2017, 06:10 PM
sweet thank you so much, really excited to actually start learning it! I have been feeling like I am stuck in a beginner loop so hopefully pygame opens up a lot more to learn.
Dec-06-2017, 08:35 PM
GUI(Graphic User Interface) are more complicated then the programming language itself.
99 percent of computer problems exists between chair and keyboard.
Dec-06-2017, 10:29 PM
Follow metulburr's tutorial which begins here: https://python-forum.io/Thread-PyGame-Cr...dow-part-1
|
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
[PyGame] Starting place for Pygame Mobile app | XavierPlatinum | 2 | 3,590 |
Oct-15-2022, 05:51 PM Last Post: XavierPlatinum |