Nicola Iarocci: Python `decimal.getcontext` does not work with bpython
Link: https://nicolaiarocci.com/python-decimal.getcontext-does-not-work-with-bpython/
I have been working on a side project for which I’m using bpython, a “fancy interface to the Python interpreter.” If you use the Python REPL often, you should check it out. It offers unique features l
Link: https://nicolaiarocci.com/python-decimal.getcontext-does-not-work-with-bpython/
I have been working on a side project for which I’m using bpython, a “fancy interface to the Python interpreter.” If you use the Python REPL often, you should check it out. It offers unique features l
Nicola Iarocci
Python `decimal.getcontext` does not work with bpython
I have been working on a side project for which I’m using bpython, a “fancy interface to the Python interpreter.” If you use the Python REPL o
Mike Driscoll: Announcing The Python Show Podcast
Link: https://www.blog.pythonlibrary.org/2023/06/06/announcing-the-python-show-podcast/
The Python Show Podcast is something that I have thought about creating for several years. I have had several people tell me or ask me if I would do a podcast.
Of course, the problem with creating a
Link: https://www.blog.pythonlibrary.org/2023/06/06/announcing-the-python-show-podcast/
The Python Show Podcast is something that I have thought about creating for several years. I have had several people tell me or ask me if I would do a podcast.
Of course, the problem with creating a
Mouse Vs Python
Announcing The Python Show Podcast - Mouse Vs Python
The Python Show Podcast is something that I have thought about creating for several years. I have had several people tell me or ask me if I would do a
Real Python: Mazes in Python Part 1: Building and Visualizing
Link: https://realpython.com/courses/python-maze-solver-part-1/
If you’re up for a little challenge and would like to take your programming skills to the next level, then you’ve come to the right place! In this hands-on video course, you’ll practice object-oriente
Link: https://realpython.com/courses/python-maze-solver-part-1/
If you’re up for a little challenge and would like to take your programming skills to the next level, then you’ve come to the right place! In this hands-on video course, you’ll practice object-oriente
Realpython
Mazes in Python Part 1: Building and Visualizing – Real Python
In part one of this two-part project, you'll design your maze and represent it in an object-oriented way. You'll also visualize the maze and its solution using scalable vector graphics (SVG).
PyCoder’s Weekly: Issue #580 (June 6, 2023)
Link: https://pycoders.com/issues/580
#580 – JUNE 6, 2023 View in Browser » Build Your Own Face Recognition Tool With Python In this tutorial, you’ll build your own face recognition command-line tool with Python. You’ll learn how to
Link: https://pycoders.com/issues/580
#580 – JUNE 6, 2023 View in Browser » Build Your Own Face Recognition Tool With Python In this tutorial, you’ll build your own face recognition command-line tool with Python. You’ll learn how to
Pycoders
PyCoder’s Weekly | Issue #580
Issue #580 of the PyCoder’s Weekly newsletter, published June 6, 2023.
Python Insider: Python 3.11.4, 3.10.12, 3.9.17, 3.8.17, 3.7.17, and 3.12.0 beta 2 are now available
Link: https://pythoninsider.blogspot.com/2023/06/python-3114-31012-3917-3817-3717-and.html
Greetings! Time for another combined release of six separate versions of Python!
Before you scroll away to the download links
Please test the 3.12 beta! Downloading it and trying it out helps us a
l
Link: https://pythoninsider.blogspot.com/2023/06/python-3114-31012-3917-3817-3717-and.html
Greetings! Time for another combined release of six separate versions of Python!
Before you scroll away to the download links
Please test the 3.12 beta! Downloading it and trying it out helps us a
l
Blogspot
Python Insider: Python 3.11.4, 3.10.12, 3.9.17, 3.8.17, 3.7.17, and 3.12.0 beta 2 are now available
Stack Abuse: Get Keys and Values from a Dictionary in Python
Link: https://stackabuse.com/get-keys-and-values-from-a-dictionary-in-python/
Introduction
A dictionary in Python is an essential and robust built-in data structure that allows efficient retrieval of data by establishing a relationship between keys and values. It is an unordere
Link: https://stackabuse.com/get-keys-and-values-from-a-dictionary-in-python/
Introduction
A dictionary in Python is an essential and robust built-in data structure that allows efficient retrieval of data by establishing a relationship between keys and values. It is an unordere
Stack Abuse
Get Keys and Values from a Dictionary in Python
A dictionary in Python is an essential and robust built-in data structure that allows efficient retrieval of data by establishing a relationship between keys a...
Python Bytes: #339 Actual Technical People
Link: https://pythonbytes.fm/episodes/show/339/actual-technical-people
<a href='https://www.youtube.com/watch?v=gFuCamgrqIQ' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by <a href="https://pythonbytes.fm/
Link: https://pythonbytes.fm/episodes/show/339/actual-technical-people
<a href='https://www.youtube.com/watch?v=gFuCamgrqIQ' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by <a href="https://pythonbytes.fm/
pythonbytes.fm
Actual Technical People
News and announcements from the Python community for the week of Jun 7th, 2023
Real Python: What's the Zen of Python?
Link: https://realpython.com/zen-of-python/
If you’ve been learning Python long enough, then you’ve likely seen or heard about the Zen of Python. Experienced Pythonistas often refer to it as a source of wisdom and guidance, especially when they
Link: https://realpython.com/zen-of-python/
If you’ve been learning Python long enough, then you’ve likely seen or heard about the Zen of Python. Experienced Pythonistas often refer to it as a source of wisdom and guidance, especially when they
Realpython
What Exactly Is the Zen of Python? – Real Python
The Zen of Python is a list of 19 guiding principles for good programs. Understand its purpose, history, and hidden jokes to improve your code today!
Python Software Foundation: The Python Language Summit 2023: Pattern Matching, __match__, and View Patterns
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-pattern.html
One of the most exciting new features in Python 3.10 was the introduction of pattern matching (introduced in PEPs 634, 635 and 636). Pattern matching has a wide variety of uses, but really shines in s
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-pattern.html
One of the most exciting new features in Python 3.10 was the introduction of pattern matching (introduced in PEPs 634, 635 and 636). Pattern matching has a wide variety of uses, but really shines in s
Python Software Foundation Blog
The Python Language Summit 2023: Pattern Matching, __match__, and View Patterns
One of the most exciting new features in Python 3.10 was the introduction of pattern matching (introduced in PEPs 634 , 635 and 636 ). Pat...
Python Software Foundation: Affirming your PSF Membership voting status
Link: https://pyfound.blogspot.com/2023/06/affirming-your-psf-membership-voting.html
Every PSF Voting Member (Supporting, Managing, Contributing, and Fellow) needs to affirm their membership in order to vote in this year’s election.This year’s Board Election begins June 20th, and vote
Link: https://pyfound.blogspot.com/2023/06/affirming-your-psf-membership-voting.html
Every PSF Voting Member (Supporting, Managing, Contributing, and Fellow) needs to affirm their membership in order to vote in this year’s election.This year’s Board Election begins June 20th, and vote
Python Software Foundation Blog
Affirming your PSF Membership voting status
Every PSF Voting Member (Supporting, Managing, Contributing, and Fellow) needs to affirm their membership in order to vote in this year’s el...
PyCharm: PyCharm 2023.2 EAP 3 Is Out!
Link: https://blog.jetbrains.com/pycharm/2023/06/2023-2-eap-3/
The third EAP build brings improvements for working with Docker compose and an update to the pytest support.
To catch up on all of the new features PyCharm 2023.2 will bring, check out our previous EA
Link: https://blog.jetbrains.com/pycharm/2023/06/2023-2-eap-3/
The third EAP build brings improvements for working with Docker compose and an update to the pytest support.
To catch up on all of the new features PyCharm 2023.2 will bring, check out our previous EA
The JetBrains Blog
PyCharm 2023.2 EAP 3 Is Out! | The PyCharm Blog
The third EAP build brings improvements for working with Docker compose and an update to the pytest support.
Anwesha Das: Meeting community at PyCon Italy, 2023
Link: http://anweshadas.in/meeting-community-at-pycon-italy-2023/
The PyCon Italy, 2023 discussion started in PyCon Sweden 2022, when Valerio invited me for the keynote. From disbelief (since my talk at PyCon Sweden was not good) to believing, from searching for tal
Link: http://anweshadas.in/meeting-community-at-pycon-italy-2023/
The PyCon Italy, 2023 discussion started in PyCon Sweden 2022, when Valerio invited me for the keynote. From disbelief (since my talk at PyCon Sweden was not good) to believing, from searching for tal
Law Explained India
Meeting community at PyCon Italy, 2023
The PyCon Italy, 2023 discussion started in PyCon Sweden 2022, when Valerio invited me for the keynote. From disbelief (since my talk at PyCon Sweden was not good) to believing, from searching for talk topics to preparation and multiple rounds of rehearsals…
PyBites: Veterans in the workplace, challenges and tips
Link: https://pybit.es/articles/veterans-in-the-workplace/
Welcome back to the Pybites podcast!
Watch here:
Or listen here:
In this podcast episode, Julian interviews Isaac Smit, a former member of the US Navy and current program manager at Amazon.
He disc
Link: https://pybit.es/articles/veterans-in-the-workplace/
Welcome back to the Pybites podcast!
Watch here:
Or listen here:
In this podcast episode, Julian interviews Isaac Smit, a former member of the US Navy and current program manager at Amazon.
He disc
PyBites
Veterans In The Workplace, Challenges And Tips - PyBites
He discusses the challenges faced by veterans in the workplace and how we can support them better.
Python⇒Speed: Understanding CPUs can help speed up Numba and NumPy code
Link: https://pythonspeed.com/articles/speeding-up-numba/
When you need to speed up your NumPy processing—or just reduce your memory usage—the Numba just-in-time compiler is a great tool.
It lets you write Python code that gets compiled at runtime to machine
Link: https://pythonspeed.com/articles/speeding-up-numba/
When you need to speed up your NumPy processing—or just reduce your memory usage—the Numba just-in-time compiler is a great tool.
It lets you write Python code that gets compiled at runtime to machine
Python⇒Speed
Understanding CPUs can help speed up Numba and NumPy code
With a little understanding of how CPUs and compilers work, you can speed up NumPy with faster Numba code.
Spyder IDE: Spyder gets CZI grant to add remote development features, and a new job opening!
Link: https://www.spyder-ide.org/blog/czi-grant/
During the last few years, Spyder has positioned itself as a popular data science IDE by combining interactive computing and ease of use with robust programming tools.
However, limited remote developm
Link: https://www.spyder-ide.org/blog/czi-grant/
During the last few years, Spyder has positioned itself as a popular data science IDE by combining interactive computing and ease of use with robust programming tools.
However, limited remote developm
www.spyder-ide.org
Blog | Spyder gets CZI grant to add remote development features, and a new job opening! — Spyder IDE
Website for Spyder, the Scientific Python Development Environment
Real Python: The Real Python Podcast – Episode #159: Volunteering, Organizing, and Finding a Python Community
Link: https://realpython.com/podcasts/rpp/159/
Have you thought about getting more involved in the Python community? Are you interested in volunteering for an event or becoming an organizer? This week on the show, we speak with organizers from thi
Link: https://realpython.com/podcasts/rpp/159/
Have you thought about getting more involved in the Python community? Are you interested in volunteering for an event or becoming an organizer? This week on the show, we speak with organizers from thi
Realpython
Episode #159: Volunteering, Organizing, and Finding a Python Community – The Real Python Podcast
Have you thought about getting more involved in the Python community? Are you interested in volunteering for an event or becoming an organizer? This week on the show, we speak with organizers from this year's PyCascades conference about making connections…
Mike Driscoll: The Python Show Podcast Now on YouTube
Link: https://www.blog.pythonlibrary.org/2023/06/09/the-python-show-podcast-now-on-youtube/
The Python Show Podcast now has a YouTube channel too. You can find the first episode of The Python Show there now:
If you prefer to listen to The Python Show, you can stream it on the following webs
Link: https://www.blog.pythonlibrary.org/2023/06/09/the-python-show-podcast-now-on-youtube/
The Python Show Podcast now has a YouTube channel too. You can find the first episode of The Python Show there now:
If you prefer to listen to The Python Show, you can stream it on the following webs
Mouse Vs Python
The Python Show Podcast Now on YouTube - Mouse Vs Python
The Python Show Podcast now has a YouTube channel too. You can find the first episode of The Python Show there now: If you prefer to listen to The Python
Python Engineering at Microsoft: Python in Visual Studio Code – June 2023 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-june-2023-release/
We’re excited to announce that the June 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available!
This release includes the following announcements:
Test Discovery a
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-june-2023-release/
We’re excited to announce that the June 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available!
This release includes the following announcements:
Test Discovery a
Microsoft News
Python in Visual Studio Code – June 2023 Release
The June 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes a test discovery and execution rewrite, an option to run your Python file in a dedicated terminal, a preview of IntelliSense on overloaded…
Daniel Roy Greenfeld: Converting from bleach to nh3
Link: https://daniel.feldroy.com/posts/2023-06-converting-from-bleach-to-nh3
Bleach is deprecated, here's how to come close to replicating bleach.clean() using the nh3 version of .clean().
import nh3
def clean_string(string: str) -> str:
# The arguments below being passed
Link: https://daniel.feldroy.com/posts/2023-06-converting-from-bleach-to-nh3
Bleach is deprecated, here's how to come close to replicating bleach.clean() using the nh3 version of .clean().
import nh3
def clean_string(string: str) -> str:
# The arguments below being passed
Daniel Roy Greenfeld
Converting from bleach to nh3
Bleach is deprecated, here's how to come close to replicating bleach.clean() with no arguments with nh3.
Wing Tips: Auto Completion in Wing Pro
Link: https://wingware.com/blog/auto-completion
In this issue of Wing Tips we introduce Wing Pro's auto-completer, which can
be used to find and more quickly enter symbols, imports, and snippets into Python code.
By default, Wing shows the auto-com
Link: https://wingware.com/blog/auto-completion
In this issue of Wing Tips we introduce Wing Pro's auto-completer, which can
be used to find and more quickly enter symbols, imports, and snippets into Python code.
By default, Wing shows the auto-com
Wingware
Wing Tips: Auto Completion in Wing Pro - Wing Python IDE
Learn how to use Wing's auto-completer to write Python code more quickly and accurately.