Python Forum
[PyGame] How much python should I learn before starting Pygame - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Game Development (https://python-forum.io/forum-11.html)
+--- Thread: [PyGame] How much python should I learn before starting Pygame (/thread-6760.html)



How much python should I learn before starting Pygame - jakegold98 - Dec-06-2017

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.


RE: How much python should I learn before starting Pygame - Windspar - Dec-06-2017

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.


RE: How much python should I learn before starting Pygame - jakegold98 - Dec-06-2017

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.


RE: How much python should I learn before starting Pygame - Windspar - Dec-06-2017

GUI(Graphic User Interface) are more complicated then the programming language itself.


RE: How much python should I learn before starting Pygame - Larz60+ - Dec-06-2017

Follow metulburr's tutorial which begins here: https://python-forum.io/Thread-PyGame-Creating-a-window-part-1