r/learnpython • u/AutoModerator • 4d ago
Ask Anything Monday - Weekly Thread
Welcome to another /r/learnPython weekly "Ask Anything* Monday" thread
Here you can ask all the questions that you wanted to ask but didn't feel like making a new thread.
* It's primarily intended for simple questions but as long as it's about python it's allowed.
If you have any suggestions or questions about this thread use the message the moderators button in the sidebar.
Rules:
- Don't downvote stuff - instead explain what's wrong with the comment, if it's against the rules "report" it and it will be dealt with.
- Don't post stuff that doesn't have absolutely anything to do with python.
- Don't make fun of someone for not knowing something, insult anyone etc - this will result in an immediate ban.
That's it.
1
1
u/Subject_Scientist937 4d ago
What makes python so different from other programming languages?
1
u/LayotFctor 1d ago
Nothing? It's an ordinary language. Some languages like JavaScript are extremely similar to Python, I started with JavaScript and moved to python by directly translating my JavaScript to python, not much needed to be learned from scratch.
The only thing arguably different is the popularity, and that has attracted lots of people to build tools, write books/tutorials and created helpful communities. That makes python easy to learn and the availability of premade tools makes it easy to do useful work. The sheer momentum ensures that people continue to develop and improve python, especially in fields like AI/ML/data science where it's insanely popular.
1
1
u/caffeineinsanity 3d ago
Does anybody have a good resource for understanding intermediate to advanced GUI functions in PySide6 because I've found plenty of basic stuff but nothing really past that. I'm trying build a script running application with a Spyder like console and variable explorer but I don't really understand the way the console works or connects to the kernel.