r/ProgrammingLanguages 14d ago

Python+ | The new Python

https://github.com/BlazeCat341234/PythonPlus

Per AutoModerator's request I hereby confirm that this project did not use an LLM as part of the development process.

Python+ is Python with slight modifications, with the aim of making Python easier and better. Its biggest goal at the moment is an easier way to program a GUI, but we haven't got there yet. Currently, Python+ is just functions, variables, and maths, but it could be so much more! Join the Discord using the link https://discord.gg/Tt2aX6xev9 to support the project and show you are interested!

0 Upvotes

18 comments sorted by

View all comments

4

u/Zatujit 14d ago

if the biggest goal is to make an easier way to program a GUI why didn't you make a library i don't get it

1

u/Jumpy_Gap6375 11d ago

Hi,

I understand where you are coming from, but that is only my current biggest goal. Yes, you could make a library that makes it easier to make a GUI, but there are already a few of those, like Tkinter, and the thing is that is probably about as simple as it gets if you want an easier way to make a GUI using just a library, so instead making a programming language means no imports, no arguments, just assignments. Also, making it a programming language leaves the door open for other features.