Python Forum
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GUI, Games and Java
#1
Please forgive what must be a very recurring question.
I have been trying to decide between specific GUI solutions to fully vest myself in for both work and entertainment. Creating games has always been my mechanism for learning a new language, while my employ would benefit from writing scripts that can used by others in a web browser.

What I've looked at and what I know about them are:
Kivy: great multimedia GUI but no browser support
Pyjamas: can convert to javascript for web browser usage but looks abandoned and not sure its flexible enough to make a few games
Pygame: basic multimedia games/gui but could potentially be converted to javascript using something else.

Is there a solution for me?
Reply
#2
Two major web 'frameworks' in python are Flask and Django

Flask is a 'micro' framework. It implements a bare-minimum, the developer enhances it with add-ons
selected specifically for the application at hand. This makes it very attractive to most users.

Django is a high-level framework, and includes the kitchen sink, again liked by many, but not by
those wanting control over their application.

You should use search this forum for both, you will find a lot of information on both.

And, at quick glance, this site appears to have some useful links: https://pythonspot.com/web-dev/
Reply
#3
Thank you. I'll do my homework.
I appreciate it.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Portability in Python and Java ankitdixit 1 1,158 Jun-30-2022, 12:04 PM
Last Post: snippsat
  Python Finally Overtakes Java on Github Skaperen 0 1,524 Nov-09-2019, 09:36 PM
Last Post: Skaperen
  Whether or not it needs Java for Android with Python Aashuraa 4 3,153 Nov-26-2018, 02:36 PM
Last Post: Aashuraa
  java book bundle metulburr 0 2,783 Nov-21-2017, 12:34 AM
Last Post: metulburr
  [Share] Invented a new wheel for calling Python from JAVA john.huang 4 6,623 Oct-14-2016, 01:42 AM
Last Post: john.huang

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020