Real Python: Python 3.11: Cool New Features for You to Try
Link: https://realpython.com/python311-new-features/
Python 3.11 will be published on October 24, 2022. This latest version of Python is faster and more user-friendly. After seventeen months of development, it’s now ready for prime-time use.
As in every
Link: https://realpython.com/python311-new-features/
Python 3.11 will be published on October 24, 2022. This latest version of Python is faster and more user-friendly. After seventeen months of development, it’s now ready for prime-time use.
As in every
Realpython
Python 3.11: Cool New Features for You to Try – Real Python
In this tutorial, you'll explore what Python 3.11 brings to the table. You'll learn how Python 3.11 is the fastest and most user-friendly version of CPython yet, and learn about improvements to the typing system and to the asynchronous features of Python.
Django Weblog: What does the DSF Board Actually Do?
Link: https://www.djangoproject.com/weblog/2022/oct/24/what-does-the-dsf-board-actually-do/
Nominations are open for the 2023 Django Software Foundation Board, the non-profit behind Django. There are 7 DSF Board Members. Anyone in the community can nominate themself and the final vote is mad
Link: https://www.djangoproject.com/weblog/2022/oct/24/what-does-the-dsf-board-actually-do/
Nominations are open for the 2023 Django Software Foundation Board, the non-profit behind Django. There are 7 DSF Board Members. Anyone in the community can nominate themself and the final vote is mad
IslandT: wxPython Tutorial — Create File Dialog Box
Link: https://islandtropicaman.com/wp/2022/10/24/wxpython-tutorial-create-file-dialog-box/
In this example tutorial of wxPython I am going to create a file dialog box on the previously created wxPython program. This dialog box will get created every time the user has clicked on the button t
Link: https://islandtropicaman.com/wp/2022/10/24/wxpython-tutorial-create-file-dialog-box/
In this example tutorial of wxPython I am going to create a file dialog box on the previously created wxPython program. This dialog box will get created every time the user has clicked on the button t
Python⇒Speed: When should you upgrade to Python 3.11?
Link: https://pythonspeed.com/articles/upgrade-python-3.11/
Python 3.11 is out now–but should you switch to it immediately?
And if you shouldn’t upgrade just yet, when should you?
The short answer is that, no, you probably don’t want to switch immediately; qui
Link: https://pythonspeed.com/articles/upgrade-python-3.11/
Python 3.11 is out now–but should you switch to it immediately?
And if you shouldn’t upgrade just yet, when should you?
The short answer is that, no, you probably don’t want to switch immediately; qui
Python⇒Speed
When should you upgrade to Python 3.11?
Python 3.11 has been released—when should you switch to using it?
Wingware: Wing Python IDE Version 9 - October 24, 2022
Link: https://wingware.com/news/2022-10-24
Wing 9 reduces debugger overhead in Python 3.7+, adds support for Python 3.11, streamlines
configuration of light and dark theming, adds two light display themes, and makes
improvements to auto-invoca
Link: https://wingware.com/news/2022-10-24
Wing 9 reduces debugger overhead in Python 3.7+, adds support for Python 3.11, streamlines
configuration of light and dark theming, adds two light display themes, and makes
improvements to auto-invoca
Wingware
Wing Python IDE Version 9 - October 24, 2022 - Wing Python IDE
Wing 9 adds support for Python 3.11, reduces debugger overhead in Python 3.7+,
streamlines configuration of light and dark theming, adds two light display themes, and
makes improvements to auto-invocation, multi-threaded debugging, code analysis, &
more.
streamlines configuration of light and dark theming, adds two light display themes, and
makes improvements to auto-invocation, multi-threaded debugging, code analysis, &
more.
IslandT: Tkinter Tutorial — Create Message Box
Link: https://islandtropicaman.com/wp/2022/10/25/tkinter-tutorial-create-message-box/
In this Tkinter tutorial, I am going to create a message box that will get displayed after the user has clicked on the button and the ‘No Show Input’ check box is unchecked. The message box will be pu
Link: https://islandtropicaman.com/wp/2022/10/25/tkinter-tutorial-create-message-box/
In this Tkinter tutorial, I am going to create a message box that will get displayed after the user has clicked on the button and the ‘No Show Input’ check box is unchecked. The message box will be pu
PyPy: Allocation Removal in the Toy Optimizer
Link: https://www.pypy.org/posts/2022/10/toy-optimizer-allocation-removal.html
One of the workhorse optimization of RPython's tracing JIT is allocation
removal, which removes short-lived object allocation from traces. Many Python
programs create a lot of objects that only live f
Link: https://www.pypy.org/posts/2022/10/toy-optimizer-allocation-removal.html
One of the workhorse optimization of RPython's tracing JIT is allocation
removal, which removes short-lived object allocation from traces. Many Python
programs create a lot of objects that only live f
PyPy
Allocation Removal in the Toy Optimizer
One of the workhorse optimization of RPython's tracing JIT is allocation
removal, which removes short-lived object allocation from traces. Many Python
programs create a lot of objects that only live f
removal, which removes short-lived object allocation from traces. Many Python
programs create a lot of objects that only live f
Real Python: Cool New Features in Python 3.11
Link: https://realpython.com/courses/new-features-python-311/
Python 3.11 was published on October 24, 2022. This latest version of Python is faster and more user-friendly. After seventeen months of development, it’s now ready for production.
As in every version
Link: https://realpython.com/courses/new-features-python-311/
Python 3.11 was published on October 24, 2022. This latest version of Python is faster and more user-friendly. After seventeen months of development, it’s now ready for production.
As in every version
Realpython
Cool New Features in Python 3.11 – Real Python
In this video course, you'll explore what Python 3.11 brings to the table. You'll learn how Python 3.11 is the fastest and most user-friendly version of CPython yet, and learn about improvements to the typing system and to the asynchronous features of Python.
PyCoder’s Weekly: Issue #548 (Oct. 25, 2022)
Link: https://pycoders.com/issues/548
#548 – OCTOBER 25, 2022 View in Browser » Python 3.11: Cool New Features for You to Try Python 3.11 is out! In this article, you’ll explore what Python 3.11 brings to the table. You’ll learn how
Link: https://pycoders.com/issues/548
#548 – OCTOBER 25, 2022 View in Browser » Python 3.11: Cool New Features for You to Try Python 3.11 is out! In this article, you’ll explore what Python 3.11 brings to the table. You’ll learn how
Pycoders
PyCoder’s Weekly | Issue #548
Issue #548 of the PyCoder’s Weekly newsletter, published Oct. 25, 2022.
IslandT: Tkinter Tutorial — Create a message box that return the answer
Link: https://islandtropicaman.com/wp/2022/10/26/tkinter-tutorial-create-a-message-box-that-return-the-answer/
This is the last tutorial on Tkinter, there are still lots of widgets that I have not been able to cover on this website and you can find all of them on the official webpage of Tkinter!
In this exampl
Link: https://islandtropicaman.com/wp/2022/10/26/tkinter-tutorial-create-a-message-box-that-return-the-answer/
This is the last tutorial on Tkinter, there are still lots of widgets that I have not been able to cover on this website and you can find all of them on the official webpage of Tkinter!
In this exampl
Brian Okken: Installing Python 3.11 on Mac or Windows
Link: https://pythontest.com/python/installing-python-3-11/
Installing Python from python.org The easiest and most obvious (to me) way to install the latest version of Python on either Mac or Windows is:
Go to python.org Hover over the “Downloads” link in the
Link: https://pythontest.com/python/installing-python-3-11/
Installing Python from python.org The easiest and most obvious (to me) way to install the latest version of Python on either Mac or Windows is:
Go to python.org Hover over the “Downloads” link in the
PythonTest
Installing Python 3.11 on Mac or Windows
Installing Python from python.org
The easiest and most obvious (to me) way to install the latest version of Python on either Mac or Windows is:
Go to python.org
Hover over the “Downloads” link in the navigation.
This will detect if you are on Mac or Windows…
The easiest and most obvious (to me) way to install the latest version of Python on either Mac or Windows is:
Go to python.org
Hover over the “Downloads” link in the navigation.
This will detect if you are on Mac or Windows…
Python Software Foundation: Announcing Python Software Foundation Fellow Members for Q3 2022! 🎉
Link: http://pyfound.blogspot.com/2022/10/announcing-python-software-foundation.html
The PSF is pleased to announce its third batch of PSF Fellows for 2022! Let us welcome the new PSF Fellows for Q3! The following people continue to do amazing things for the Python community:Anwesha D
Link: http://pyfound.blogspot.com/2022/10/announcing-python-software-foundation.html
The PSF is pleased to announce its third batch of PSF Fellows for 2022! Let us welcome the new PSF Fellows for Q3! The following people continue to do amazing things for the Python community:Anwesha D
Python Software Foundation Blog
Announcing Python Software Foundation Fellow Members for Q3 2022! 🎉
The PSF is pleased to announce its third batch of PSF Fellows for 2022! Let us welcome the new PSF Fellows for Q3! The following people cont...
Real Python: How to Get the First Match From a Python List or Iterable
Link: https://realpython.com/python-first-match/
At some point in your Python journey, you may need to find the first item that matches a certain criterion in a Python iterable, such as a list or dictionary.
The simplest case is that you need to con
Link: https://realpython.com/python-first-match/
At some point in your Python journey, you may need to find the first item that matches a certain criterion in a Python iterable, such as a list or dictionary.
The simplest case is that you need to con
Realpython
How to Get the First Match From a Python List or Iterable – Real Python
In this tutorial, you'll learn about the best ways to get the first match from a Python list or iterable. You'll look into two different strategies, for loops and generators, and compare their performance. Then you'll finish up by creating a reusable function…
Python Engineering at Microsoft: A Team at Microsoft is Helping Make Python Faster
Link: https://devblogs.microsoft.com/python/python-311-faster-cpython-team/
Inside the Faster CPython Team at Microsoft
The last few years have seen Python rise to prominence. TIOBE and IEEE both put the language in the top spot. The versatility of the language often comes wi
Link: https://devblogs.microsoft.com/python/python-311-faster-cpython-team/
Inside the Faster CPython Team at Microsoft
The last few years have seen Python rise to prominence. TIOBE and IEEE both put the language in the top spot. The versatility of the language often comes wi
Microsoft News
A Team at Microsoft is Helping Make Python Faster
Python 3.11 brings the specialized adaptive interpreter, the starting point of a large plan to make Python much faster. At Microsoft, we have a full-time team dedicated to this project.
PyCon: Become a PyCon US 2023 Volunteer!
Link: https://pycon.blogspot.com/2022/10/become-pycon-us-2023-volunteer.html
A community conference like PyCon US is in large part run by volunteers. There are many ways to get involved if you are interested in serving the community and meeting others as part of the team who m
Link: https://pycon.blogspot.com/2022/10/become-pycon-us-2023-volunteer.html
A community conference like PyCon US is in large part run by volunteers. There are many ways to get involved if you are interested in serving the community and meeting others as part of the team who m
Blogspot
Become a PyCon US 2023 Volunteer!
A community conference like PyCon US is in large part run by volunteers. There are many ways to get involved if you are interested in servin...
Paolo Melchiorre: About my proposal for the Django Core Sprints 🌅
Link: https://www.paulox.net/2022/10/26/about-my-proposal-for-the-django-core-sprints/
The story of how the proposal to organize sprints on the Django core was born and how I proposed it during the past DjangoCon US 2022 in San Diego to various components of the Django community.
Link: https://www.paulox.net/2022/10/26/about-my-proposal-for-the-django-core-sprints/
The story of how the proposal to organize sprints on the Django core was born and how I proposed it during the past DjangoCon US 2022 in San Diego to various components of the Django community.
Paolo Melchiorre
Paolo Melchiorre - About my proposal for the Django Core Sprints 🌅
The story of how the proposal to organize sprints on the Django core was born and how I proposed it during the past DjangoCon US 2022 in San Diego to various components of the Django community.
Codementor: How to get the help YOU need on Codementor.io FAST!
Link: https://www.codementor.io/zackknowspython/how-to-get-the-help-you-need-on-codementor-io-fast-1yioyyqhcb
Struggling to find urgent help? Click here.
Link: https://www.codementor.io/zackknowspython/how-to-get-the-help-you-need-on-codementor-io-fast-1yioyyqhcb
Struggling to find urgent help? Click here.
www.codementor.io
How to get the help YOU need on Codementor.io FAST! | Codementor
Struggling to find urgent help? Click here.
Python Bytes: #307 Your Python just got faster (3.11 is out!)
Link: https://pythonbytes.fm/episodes/show/307/your-python-just-got-faster-3.11-is-out
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=9wU19yAB2mM' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/307/your-python-just-got-faster-3.11-is-out
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=9wU19yAB2mM' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
Your Python just got faster (3.11 is out!)
News and announcements from the Python community for the week of Oct 26th, 2022
Glyph Lefkowitz: Super Swing Districts
Link: https://blog.glyph.im/2022/10/super-swing-districts.html
In my corner of the social graph, when we talk about politics today, we tend to
use a lot of moralizing language. A lot of emotive language. And that makes
sense; overt fascist are repeating the str
Link: https://blog.glyph.im/2022/10/super-swing-districts.html
In my corner of the social graph, when we talk about politics today, we tend to
use a lot of moralizing language. A lot of emotive language. And that makes
sense; overt fascist are repeating the str
blog.glyph.im
Super Swing Districts
Donate now to save democracy. Please. I like democracy.
Andre Roberge: Better NameError messages for Python
Link: https://aroberge.blogspot.com/2022/10/better-nameerror-messages-for-python.html
Python 3.11 is barely out and already the 3.12 alpha has some improvements for NameError messages. I suspect that these will be backported to 3.11 in time for the next release. On Ideas Python Discuss
Link: https://aroberge.blogspot.com/2022/10/better-nameerror-messages-for-python.html
Python 3.11 is barely out and already the 3.12 alpha has some improvements for NameError messages. I suspect that these will be backported to 3.11 in time for the next release. On Ideas Python Discuss
Blogspot
Better NameError messages for Python
Python 3.11 is barely out and already the 3.12 alpha has some improvements for NameError messages. I suspect that these will be backported t...
Python⇒Speed: Early speed optimizations aren't premature
Link: https://pythonspeed.com/articles/premature-optimization/
As you code, you might have a coworker, or friend, or a little voice in your head, reminding you of Knuth’s famous saying: “premature optimization is the root of all evil.”
But what makes an optimizat
Link: https://pythonspeed.com/articles/premature-optimization/
As you code, you might have a coworker, or friend, or a little voice in your head, reminding you of Knuth’s famous saying: “premature optimization is the root of all evil.”
But what makes an optimizat
Python⇒Speed
Early speed optimizations aren’t premature
Making your code faster from the start is, in fact, an excellent idea.