Real Python: Python News: What's New From September 2023
Link: https://realpython.com/python-news-september-2023/
As the leaves turned yellow and fall set in, the Python community prepared for the release of Python 3.12 in early October. This new version of the most popular programming language brings several exc
Link: https://realpython.com/python-news-september-2023/
As the leaves turned yellow and fall set in, the Python community prepared for the release of Python 3.12 in early October. This new version of the most popular programming language brings several exc
Realpython
Python News: What's New From September 2023 – Real Python
In September 2023, the Python community anxiously prepared for the October arrival of Python 3.12. Microsoft integrated the Python Editor into Excel, Modular released the Mojo SDK for Linux, and the first alpha version of Django 5.0 became available.
TypeThePipe: Sort in Python Polars. Arrange your DataFrames and Series
Link: https://typethepipe.com/vizs-and-tips/python-polars-sort/
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.source
Link: https://typethepipe.com/vizs-and-tips/python-polars-sort/
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.source
TypeThePipe
Sort in Python Polars. Arrange your DataFrames and Series | TypeThePipe
Efficient Data Arrangement: Learn to Sort DataFrames and Series Seamlessly with Python Polars.
EuroPython Society: EPS Board 2023-2024
Link: https://www.europython-society.org/eps-board-2023-2024/
We’re happy to announce our new board for the next term 2023-2024:Alexander HendorfAnders Hammarquist (Treasurer)Artem Kisloskiy (Vice Chair) Artur Czepiel (Chair)Laís CarvalhoSangharshanan Veera Seba
Link: https://www.europython-society.org/eps-board-2023-2024/
We’re happy to announce our new board for the next term 2023-2024:Alexander HendorfAnders Hammarquist (Treasurer)Artem Kisloskiy (Vice Chair) Artur Czepiel (Chair)Laís CarvalhoSangharshanan Veera Seba
EuroPython Society
EPS Board 2023-2024
We’re happy to announce our new board for the next term 2023-2024: Alexander HendorfAnders Hammarquist (Treasurer)Artem Kisloskiy (Vice Chair) Artur Czepiel (Chair)Laís CarvalhoSangharshanan Veera Sebastiaan ZeeffTheofanis PetkosVaibhav SrivastavYou can read…
Real Python: Using Python's min() and max()
Link: https://realpython.com/courses/python-min-max/
Python’s built-in min() and max() functions come in handy when you need to find the smallest and largest values in an iterable or in a series of regular arguments. Even though these might seem like fa
Link: https://realpython.com/courses/python-min-max/
Python’s built-in min() and max() functions come in handy when you need to find the smallest and largest values in an iterable or in a series of regular arguments. Even though these might seem like fa
Realpython
Using Python's min() and max() – Real Python
In this video course, you'll learn how to use Python's built-in min() and max() functions to find the smallest and largest values. You'll also learn how to modify their standard behavior by providing a suitable key function. Finally, you'll code a few practical…
Stack Abuse: Fix "ModuleNotFoundError: No module named 'pip'" in Python
Link: https://stackabuse.com/fix-modulenotfounderror-no-module-named-pip-in-python/
Introduction
As a Python developer, you may have encountered the error ModuleNotFoundError: No module named 'pip'. This error is typically thrown when you attempt to use pip, Python's package installe
Link: https://stackabuse.com/fix-modulenotfounderror-no-module-named-pip-in-python/
Introduction
As a Python developer, you may have encountered the error ModuleNotFoundError: No module named 'pip'. This error is typically thrown when you attempt to use pip, Python's package installe
Seth Michael Larson: Reproducible builds for CPython source tarballs
Link: http://sethmlarson.dev/security-developer-in-residence-weekly-report-14?date=2023-10-10
Reproducible builds for CPython source tarballs
About |
Blog |
Link: http://sethmlarson.dev/security-developer-in-residence-weekly-report-14?date=2023-10-10
Reproducible builds for CPython source tarballs
About |
Blog |
Seth Michael Larson
Reproducible builds for CPython source tarballs
This critical role would not be possible without funding from the OpenSSF Alpha-Omega Project.
Massive thank-you to Alpha-Omega for investing in the security of the Python ecosystem!
It was ...
Massive thank-you to Alpha-Omega for investing in the security of the Python ecosystem!
It was ...
PyCoder’s Weekly: Issue #598 (Oct. 10, 2023)
Link: https://pycoders.com/issues/598
#598 – OCTOBER 10, 2023 View in Browser » Python’s tuple Data Type: A Deep Dive With Examples In Python, a tuple is a built-in data type that allows you to create immutable sequences of values.
Link: https://pycoders.com/issues/598
#598 – OCTOBER 10, 2023 View in Browser » Python’s tuple Data Type: A Deep Dive With Examples In Python, a tuple is a built-in data type that allows you to create immutable sequences of values.
Pycoders
PyCoder’s Weekly | Issue #598
Issue #598 of the PyCoder’s Weekly newsletter, published Oct. 10, 2023.
Python Bytes: #356 Ripping from PyPY
Link: https://pythonbytes.fm/episodes/show/356/ripping-from-pypy
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://www.psycopg.org/psycopg3/"><strong>Psycopg 3</strong></a></li>
<li><a href="https://github.com/konradhalas/dacite"><str
Link: https://pythonbytes.fm/episodes/show/356/ripping-from-pypy
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://www.psycopg.org/psycopg3/"><strong>Psycopg 3</strong></a></li>
<li><a href="https://github.com/konradhalas/dacite"><str
pythonbytes.fm
Ripping from PyPY
News and announcements from the Python community for the week of Oct 10th, 2023
PyBites: Using Python in Excel with PyXLL
Link: https://pybit.es/articles/using-python-in-excel-with-pyxll/
In this podcast episode we talk with Tony Roberts, creator of PyXLL (pronounced “pixel”).
Listen here:
Also released on our YouTube channel:
We dive into the backstory of this Python Excel Add-in,
Link: https://pybit.es/articles/using-python-in-excel-with-pyxll/
In this podcast episode we talk with Tony Roberts, creator of PyXLL (pronounced “pixel”).
Listen here:
Also released on our YouTube channel:
We dive into the backstory of this Python Excel Add-in,
Pybites
Using Python In Excel With PyXLL - Pybites
We dive into the backstory of this Python Excel Add-in, why he built it, features, success stories, the business side of things, and also how it compares to
Daniel Roy Greenfeld: TIL: Capture stdout & stderr with pytest
Link: https://daniel.feldroy.com/posts/til-2023-10-capture-stdout-stderr-with-pytest
I wish I knew this earlier, but I know it now thanks to Cody Antunez. Here it is:
import sys
def test_myoutput(capsys): # or use "capfd" for fd-level
# Write some text
print("hello")
sy
Link: https://daniel.feldroy.com/posts/til-2023-10-capture-stdout-stderr-with-pytest
I wish I knew this earlier, but I know it now thanks to Cody Antunez. Here it is:
import sys
def test_myoutput(capsys): # or use "capfd" for fd-level
# Write some text
print("hello")
sy
Daniel Roy Greenfeld
TIL: Capture stdout & stderr with pytest
How to capture printed text using pytest, something I wish I knew sooner.
TypeThePipe: Mastering Python Polars json manipulation. Do it in an easy and robust way!
Link: https://typethepipe.com/vizs-and-tips/python-polars-json-manipulation/
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.source
Link: https://typethepipe.com/vizs-and-tips/python-polars-json-manipulation/
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.source
TypeThePipe
Mastering Python Polars json manipulation. Do it in an easy and robust way! | TypeThePipe
Unlock the Full Potential of Polars for Seamless JSON Data Handling.
PyCharm: 2023 and Beyond: The Future of Data Science Told By 79,306 People
Link: https://blog.jetbrains.com/pycharm/2023/10/future-of-data-science/
Data science has been the hottest thing for a while now, but it still continues to be a major talking point even today. In fact, according to the U.S. Bureau of Labor Statistics, it’s estimated that a
Link: https://blog.jetbrains.com/pycharm/2023/10/future-of-data-science/
Data science has been the hottest thing for a while now, but it still continues to be a major talking point even today. In fact, according to the U.S. Bureau of Labor Statistics, it’s estimated that a
The JetBrains Blog
2023 and Beyond: The Future of Data Science Told By 79,306 People | The PyCharm Blog
Data science has been the hottest thing for a while now, but it still continues to be a major talking point even today. In fact, according to the U.S. Bureau of Labor Statistics, it’s estimated that a
Real Python: How to Sort Unicode Strings Alphabetically in Python
Link: https://realpython.com/python-sort-unicode-strings/
Sorting strings in Python is something that you can almost take for granted if you do it all the time. Yet, it can become surprisingly tricky considering all the edge cases lurking in the vast Unicode
Link: https://realpython.com/python-sort-unicode-strings/
Sorting strings in Python is something that you can almost take for granted if you do it all the time. Yet, it can become surprisingly tricky considering all the edge cases lurking in the vast Unicode
Realpython
How to Sort Unicode Strings Alphabetically in Python – Real Python
In this tutorial, you'll learn how to correctly sort Unicode strings in Python while avoiding common pitfalls. You'll explore powerful third-party libraries implementing the complete Unicode Collation Algorithm (UCA), as well as standard library modules and…
Python Anywhere: Outage report 9 October 2023
Link: https://blog.pythonanywhere.com/209/
tl;dr
On 2023-10-09 we had an unplanned outage. While we were preparing our systems for a scheduled system update the
following morning, we faced some issues. These in themselves would not have caused
Link: https://blog.pythonanywhere.com/209/
tl;dr
On 2023-10-09 we had an unplanned outage. While we were preparing our systems for a scheduled system update the
following morning, we faced some issues. These in themselves would not have caused
John Cook: Python code for means
Link: https://www.johndcook.com/blog/2023/10/11/python-agm/
The last couple article have looked at various kinds of mean. The Python code for four of these means is trivial:
gm = lambda a, b: (a*b)**0.5
am = lambda a, b: (a + b)/2
hm = lambda a, b: 2*a*b/(a
Link: https://www.johndcook.com/blog/2023/10/11/python-agm/
The last couple article have looked at various kinds of mean. The Python code for four of these means is trivial:
gm = lambda a, b: (a*b)**0.5
am = lambda a, b: (a + b)/2
hm = lambda a, b: 2*a*b/(a
John D. Cook | Applied Mathematics Consulting
Python code for arithmetic-geometric mean AGM
How to compute various means in Python, in particular the AGM (arithmetic-geometric mean).
PyBites: What The Heck Is Yield For?
Link: https://pybit.es/articles/what-the-heck-is-yield-for/
A question came up recently about the purpose of the Python yield expression and when you should use it.
Consider this silly function that computes a list of integers from 0 to 99 raised to the given
Link: https://pybit.es/articles/what-the-heck-is-yield-for/
A question came up recently about the purpose of the Python yield expression and when you should use it.
Consider this silly function that computes a list of integers from 0 to 99 raised to the given
Pybites
What The Heck Is Yield For? - Pybites
A question came up recently about the purpose of the Python yield expression and when you should use it.
PyCharm: PyCharm 2023.3 EAP 3 Is Out!
Link: https://blog.jetbrains.com/pycharm/2023/10/2023-3-eap-3/
This build brings enhancements to the new type parameter syntax and code assistance for REST_FRAMEWORKS parameters in settings.py.
The Toolbox App is the easiest way to get the EAP builds and keep bot
Link: https://blog.jetbrains.com/pycharm/2023/10/2023-3-eap-3/
This build brings enhancements to the new type parameter syntax and code assistance for REST_FRAMEWORKS parameters in settings.py.
The Toolbox App is the easiest way to get the EAP builds and keep bot
The JetBrains Blog
PyCharm 2023.3 EAP 3 Is Out! | The PyCharm Blog
This build brings enhancements to the new type parameter syntax and code assistance for REST_FRAMEWORKS parameters in settings.py. The Toolbox App is the easiest way to get the EAP builds
ListenData: How to Install PyTorch on Windows
Link: https://www.listendata.com/2023/10/how-to-install-pytorch-on-windows.html
This tutorial explains the steps to install PyTorch on Windows.
PyTorch is a free and open source machine learning library developed by Facebook's AI Research lab. It is built on the Torch library and
Link: https://www.listendata.com/2023/10/how-to-install-pytorch-on-windows.html
This tutorial explains the steps to install PyTorch on Windows.
PyTorch is a free and open source machine learning library developed by Facebook's AI Research lab. It is built on the Torch library and
ListenData
How to Install PyTorch on Windows
This tutorial explains the steps to install PyTorch on Windows.
Python Insider: Python 3.13.0 alpha 1 is now available
Link: https://pythoninsider.blogspot.com/2023/10/python-3130-alpha-1-is-now-available.html
It’s not a very exciting release (yet), but it’s time for the first alpha of Python 3.13 anyway!https://www.python.org/downloads/release/python-3130a1/This is an early developer preview of Python 3.1
Link: https://pythoninsider.blogspot.com/2023/10/python-3130-alpha-1-is-now-available.html
It’s not a very exciting release (yet), but it’s time for the first alpha of Python 3.13 anyway!https://www.python.org/downloads/release/python-3130a1/This is an early developer preview of Python 3.1
Blogspot
Python Insider: Python 3.13.0 alpha 1 is now available
Real Python: The Real Python Podcast – Episode #176: Building Python Best Practices and Fundamental Skills
Link: https://realpython.com/podcasts/rpp/176/
What fundamental developer skills are new Python users missing? What best practices might developers without a computer science background be lacking? Christopher Trudeau is back on the show this week
Link: https://realpython.com/podcasts/rpp/176/
What fundamental developer skills are new Python users missing? What best practices might developers without a computer science background be lacking? Christopher Trudeau is back on the show this week
Realpython
Episode #176: Building Python Best Practices and Fundamental Skills – The Real Python Podcast
What fundamental developer skills are new Python users missing? What best practices might developers without a computer science background be lacking? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and…