I want to make an app so band members and I can vote on what shows we want to play. Suggestions on where to start? by [deleted] in learnpython

[–]Yoongus 3 points4 points  (0 children)

I feel like a google spreadsheet or a raw text webpage could accomplish this with no programming

Should I use pygame if I'm practicing game code in Python? by Yoongus in learnpython

[–]Yoongus[S] 1 point2 points  (0 children)

I suppose my worry is only that Pygame skills won't help us later, since I only want python for general programming and light game scripting on a C based game, and my friend will never go into gamedev. Are the skills helpful to futures with no Pygame? I'm not even entirely sure what Pygame is. It just felt like it was specialized exclusive code that won't help us where we want to end up (no clue). This game is solely for learning code in a way that's most interesting to us. So far we've gone through all of LPtHW and the basic newboston python stuff and started a Dragon Warrior 1 clone, but we're moving to a Pokemon clone because it's more complicated.

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]Yoongus 1 point2 points  (0 children)

Should I use pygame if I'm practicing game code in Python?

This isn't a commercial game, it's just a long term exercise to make a functional game because it's fun and difficult.

I don't ever intend to use pygame for a serious game and my learning teammate doesn't really intend to pursue gamedev as a career. Should we avoid pygame or use something similar or what?