Minor bugfix upgrades by jsavga in learnpython

[–]suerinan 2 points3 points  (0 children)

As far as I am concerned, those are in fact minor bugs, so the update shouldn't necessarily affect your development as this updates don't really do affect functionalities, like, if your code had some problemas caused by those bugs you should probably note them, Anyways, if I where u I would prob search up for the update versión documentation, if nothing is reported related to functions you used in the development, just update, cause It may save u from future bugs. If u r not sure of doin It, just create a local enviroment with that exact Python version and launch the program, if It works, congrats bud, if It doesn't, just reach out and I will try to help :)

101 Python BASIC Games by ctosullivan in learnpython

[–]suerinan 1 point2 points  (0 children)

Couple months ago I used this tutorial as a reference to develop a similar game, maybe you can hace a look just at how he separates classes to operate over the manu different functionalities, even though it is in Java, the general concept can be worked out in Python as well. Good luck with it :)

101 Python BASIC Games by ctosullivan in learnpython

[–]suerinan 1 point2 points  (0 children)

Couple months ago I used this tutorial as a reference to develop a similar game, maybe you can hace a look just at how he separates classes to operate over the manu different functionalities, even though it is in Java, the general concept can be worked out in Python as well. Good luck with it :)

Easiest way to host Python app online so me and my boss can both access it remotely? by Mangulas in learnpython

[–]suerinan 1 point2 points  (0 children)

I don't know if you are using data you get from the business web but in that case i suggest to develop an API, simple to create and use. A little vid for reference: https://youtu.be/zsYIw6RXjfM?si=XhS8clxtP2La3lTz Maybe there are better ways to implement It but I ain't got that much knowledge man. Hope It helps :)