Originally posted by atomsymbol
Announcement
Collapse
No announcement yet.
Python 3.11 Released With Big Performance Improvements, Task Groups For Async I/O
Collapse
X
-
Originally posted by atomsymbol
PyPy's memory consumption is much higher than CPython's. In theory, a Python JIT compiler should be able to optimize the binary layout of Python objects and consequently the overall memory consumption of jitted Python should be smaller than CPython's - but unfortunately PyPy does not fit this theory (I don't know why). Floating-point algorithms can run fast in PyPy, but code which uses certain other Python features can run slower than in CPython.
- Likes 1
Leave a comment:
-
Originally posted by anarki2 View PostAwesome, windows store version when?
https://www.microsoft.com/store/productId/9NRWMJP3717K
Leave a comment:
-
Python is appealing to non-developers because it is simple and easy with few advanced constructs that non-developers don't care about..
Last edited by rclark; 25 October 2022, 10:00 AM.
- Likes 2
Leave a comment:
-
Originally posted by Ironmask View Post
The latter. As far as I understand, all UWP apps install to those weird GUID directories. Thats one of the reasons why the Windows Store version is completely unusable as a shared binary.
Also, Python is not UWP, it's a purely traditional win32 app.
It's like saying snap or flatpak are unusable. This statement makes no sense whatsoever.Last edited by anarki2; 25 October 2022, 09:27 AM.
Leave a comment:
-
Originally posted by Sonadow View Post
Does the Windows Store version install Python to C:\Program Files\python or to yet another of those GUID-type directories?
Leave a comment:
-
Originally posted by RahulSundaram View Post
I am curious why a store version is preferred over what you can get from https://www.python.org/downloads/windows/
In any case, it's already up in the store, already using it, so all is well.Last edited by anarki2; 25 October 2022, 09:25 AM.
Leave a comment:
-
Originally posted by cl333r View PostI'm not a fan of either Go or Python, but except for Python's large user base and libs - isn't Go generally better and faster (especially since it got generics)?
Last time I looked at them Go seemed like Python 2.0
- Likes 2
Leave a comment:
-
I think Python is great for non-developers (tinkerers, biologists, chemists, mathematicians, etc), but a really shitty language for developers.
Python is appealing to non-developers because it is simple and easy with few advanced constructs that non-developers don't care about. However for developers it is quite shitty because the the type hinting system sucks, it is very awkward and feels very shoehorned on, the one in TypeScript seems much nicer and easier.
As a developer it is hard to model the code with intent and constraints because and there are no interfaces or many things that other languages have. Python does have ABC and prototypes and "protocols" but it feels more like workarounds and things like enums, decorators and properties feel like workarounds and awkward too.
Initially Python code looks clean in textbook examples, but take a look at more advanced code that uses enums and decorators, all without native syntax and more like patterns, the code doesn't look as clean as other languages.
Originally posted by RahulSundaram View PostI am curious why a store version is preferred over what you can get from https://www.python.org/downloads/windows/
Originally posted by rclark View PostNot familiar with Windows Store (what ever that is) . But we (at work) use WinPython for all our Windoze Python systems. Can install anywhere. Using 3.10 now. 3.11 will come eventually. Fast enough right now, but faster is always better.
- Likes 2
Leave a comment:
Leave a comment: