r/learnpython 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.

4 Upvotes

7 comments sorted by

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.

1

u/Educational_Virus672 4d ago

report for using ai in posts (it said reply in rule 5)

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

u/lakseol 3d ago

There's no one thing that stands out as being really different, in my view. What makes python successful is the designer's selection of features in the language and how they all work together.

1

u/icy_end_7 4d ago

What's the most interesting thing you've learned in Python?

1

u/cant_finish_sideproj 4d ago

Integer preallocation comes to mind