Real Python: Python News: What's New From April 2024
Link: https://realpython.com/python-news-april-2024/
In April 2024, Python’s core development team released versions 3.13.0a6 and 3.12.3 of the language! The former received several exciting features, improvements, and optimizations, while the latter go
Link: https://realpython.com/python-news-april-2024/
In April 2024, Python’s core development team released versions 3.13.0a6 and 3.12.3 of the language! The former received several exciting features, improvements, and optimizations, while the latter go
Realpython
Python News: What's New From April 2024 – Real Python
In April 2024, the last alpha release of Python 3.13 was published. At the same time, the PSF announced some great news, and PyCon US 2024 opened its call for volunteers. Some fundamental Python projects, such as Django, pandas, and Pillow, also released…
Django Weblog: Django bugfix releases issued: 5.0.5 and 4.2.12
Link: https://www.djangoproject.com/weblog/2024/may/06/bugfix-releases/
Today we've issued
5.0.5 and
4.2.12 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this re
Link: https://www.djangoproject.com/weblog/2024/may/06/bugfix-releases/
Today we've issued
5.0.5 and
4.2.12 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this re
Django Project
Django bugfix releases issued: 5.0.5 and 4.2.12
Posted by Sarah Boyce on May 6, 2024
Robin Wilson: Simple segmentation of geospatial images
Link: https://blog.rtwilson.com/simple-segmentation-of-geospatial-images/
I had a need to do some segmentation of some satellite imagery the other day, for a client. Years ago I was quite experienced at doing segmentation and classification using eCognition but that was usi
Link: https://blog.rtwilson.com/simple-segmentation-of-geospatial-images/
I had a need to do some segmentation of some satellite imagery the other day, for a client. Years ago I was quite experienced at doing segmentation and classification using eCognition but that was usi
Marcos Dione: Collating, processing, managing, backing up and serving a gallery of a 350GiB, 60k picture collection
Link: https://www.grulic.org.ar/~mdione/glob/posts/collating-processing-managing-backing-up-and-serving-a-gallery-of-a-350gib-60k-picture-collection/
In the last
two
days
I have commented a little bit how I process and manage my photos.
I'm not a very avid photographer, I have like 350 gigabytes of photos, most of them are
yet not processed, around
Link: https://www.grulic.org.ar/~mdione/glob/posts/collating-processing-managing-backing-up-and-serving-a-gallery-of-a-350gib-60k-picture-collection/
In the last
two
days
I have commented a little bit how I process and manage my photos.
I'm not a very avid photographer, I have like 350 gigabytes of photos, most of them are
yet not processed, around
.:: Marcos Dione/StyXman's glob ::.
Collating, processing, managing, backing up and serving a gallery of a
In the last
two
days
I have commented a little bit how I process and manage my photos.
I'm not a very avid photographer, I have like 350 gigabytes of photos, most of them are
yet not processed, around
two
days
I have commented a little bit how I process and manage my photos.
I'm not a very avid photographer, I have like 350 gigabytes of photos, most of them are
yet not processed, around
Real Python: Flattening a List of Lists in Python
Link: https://realpython.com/courses/flatten-list-of-lists/
Sometimes, when you’re working with data, you may have the data as a list of nested lists. A common operation is to flatten this data into a one-dimensional list in Python. Flattening a list involves
Link: https://realpython.com/courses/flatten-list-of-lists/
Sometimes, when you’re working with data, you may have the data as a list of nested lists. A common operation is to flatten this data into a one-dimensional list in Python. Flattening a list involves
Realpython
Flattening a List of Lists in Python – Real Python
In this video course, you'll learn how to flatten a list of lists in Python. You'll use different tools and techniques to accomplish this task. First, you'll use a loop along with the .extend() method of list. Then you'll explore other tools, including reduce()…
Shannon -jj Behrens: Python: My Favorite Python Tricks for LeetCode Questions
Link: http://www.jjinux.com/2022/08/python-my-favorite-python-tricks-for.html
I've been spending a lot of time practicing on LeetCode recently, so I thought I'd share some of my favorite intermediate-level Python tricks. I'll also cover some newer features of Python you may not
Link: http://www.jjinux.com/2022/08/python-my-favorite-python-tricks-for.html
I've been spending a lot of time practicing on LeetCode recently, so I thought I'd share some of my favorite intermediate-level Python tricks. I'll also cover some newer features of Python you may not
Jjinux
Python: My Favorite Python Tricks for LeetCode Questions
I've been spending a lot of time practicing on LeetCode recently, so I thought I'd share some of my favorite intermediate-level Python trick...
Django Weblog: Django bugfix releases issued: 5.0.6 and 4.2.13
Link: https://www.djangoproject.com/weblog/2024/may/07/bugfix-releases/
Today we've issued
5.0.6 and
4.2.13 as
reissues of the
5.0.5 and
4.2.12 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package In
Link: https://www.djangoproject.com/weblog/2024/may/07/bugfix-releases/
Today we've issued
5.0.6 and
4.2.13 as
reissues of the
5.0.5 and
4.2.12 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package In
Django Project
Django bugfix releases issued: 5.0.6 and 4.2.13
Posted by Natalia Bidart on May 7, 2024
PyCoder’s Weekly: Issue #628 (May 7, 2024)
Link: https://pycoders.com/issues/628
#628 – MAY 7, 2024 View in Browser » TypeIs Does What I Thought TypeGuard Would Do in Python In this post, Redowan discusses the fact that TypeGuard has always confused him, and that the newer T
Link: https://pycoders.com/issues/628
#628 – MAY 7, 2024 View in Browser » TypeIs Does What I Thought TypeGuard Would Do in Python In this post, Redowan discusses the fact that TypeGuard has always confused him, and that the newer T
Pycoders
PyCoder’s Weekly | Issue #628
Issue #628 of the PyCoder’s Weekly newsletter, published May 7, 2024.
Python Bytes: #382 A Simple Game
Link: https://pythonbytes.fm/episodes/show/382/a-simple-game
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/nektos/act"><strong>act: Run your GitHub Actions locally!</strong> </a></li>
<li><a href="https://portr.dev"
Link: https://pythonbytes.fm/episodes/show/382/a-simple-game
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/nektos/act"><strong>act: Run your GitHub Actions locally!</strong> </a></li>
<li><a href="https://portr.dev"
pythonbytes.fm
A Simple Game
News and announcements from the Python community for the week of May 7th, 2024
Python Engineering at Microsoft: Announcing Data Wrangler: Code-centric viewing and cleaning of tabular data in Visual Studio Code
Link: https://devblogs.microsoft.com/python/announcing-data-wrangler-code-centric-viewing-and-cleaning-of-tabular-data-in-visual-studio-code/
Today, we are excited to announce the general availability of the Data Wrangler extension for Visual Studio Code! Data Wrangler is a free extension that offers data viewing and cleaning that is direct
Link: https://devblogs.microsoft.com/python/announcing-data-wrangler-code-centric-viewing-and-cleaning-of-tabular-data-in-visual-studio-code/
Today, we are excited to announce the general availability of the Data Wrangler extension for Visual Studio Code! Data Wrangler is a free extension that offers data viewing and cleaning that is direct
Microsoft News
Announcing Data Wrangler: Code-centric viewing and cleaning of tabular data in Visual Studio Code
Today, we are excited to announce the general availability of the Data Wrangler extension for Visual Studio Code! Data Wrangler is a free extension that offers data viewing and cleaning that is directly integrated into VS Code and the Jupyter extension.
Python Software Foundation: PSF Board Election Dates for 2024
Link: https://pyfound.blogspot.com/2024/05/psf-board-election-dates-for-2024.html
PSF Board elections are a chance for the community to choose representatives to help the PSF create a vision for and build the future of the Python community. This year there are 3 seats open on the P
Link: https://pyfound.blogspot.com/2024/05/psf-board-election-dates-for-2024.html
PSF Board elections are a chance for the community to choose representatives to help the PSF create a vision for and build the future of the Python community. This year there are 3 seats open on the P
Python Software Foundation Blog
PSF Board Election Dates for 2024
PSF Board elections are a chance for the community to choose representatives to help the PSF create a vision for and build the future of the...
Glyph Lefkowitz: Hope
Link: https://blog.glyph.im/2024/05/hope.html
Humans are pattern-matching machines. As a species, it is our superpower. To
summarize the core of my own epistemic philosophy, here is a brief list of the
activities in the core main-loop of a huma
Link: https://blog.glyph.im/2024/05/hope.html
Humans are pattern-matching machines. As a species, it is our superpower. To
summarize the core of my own epistemic philosophy, here is a brief list of the
activities in the core main-loop of a huma
blog.glyph.im
Hope
Your words are doing something. Do you know what that something is?
Python Anywhere: CPU resetting issues report: 3 - 5 May 2024
Link: https://blog.pythonanywhere.com/211/
tl;dr
We have a number of background processes that execute periodically on
our systems; one of these is the one that resets the amount of CPU
used, so that you get a fresh allowance every day. Early
Link: https://blog.pythonanywhere.com/211/
tl;dr
We have a number of background processes that execute periodically on
our systems; one of these is the one that resets the amount of CPU
used, so that you get a fresh allowance every day. Early
Python Software Foundation: PSF Grants Program 2022 & 2023 Transparency Report
Link: https://pyfound.blogspot.com/2024/05/psf-grants-program-2022-2023.html
The PSF’s Grants Program is a key plank in our charitable mission to promote,
protect, and advance the Python programming language, and to support and
facilitate the growth of a diverse and int
Link: https://pyfound.blogspot.com/2024/05/psf-grants-program-2022-2023.html
The PSF’s Grants Program is a key plank in our charitable mission to promote,
protect, and advance the Python programming language, and to support and
facilitate the growth of a diverse and int
Python Software Foundation Blog
PSF Grants Program 2022 & 2023 Transparency Report
The PSF’s Grants Program is a key plank in our charitable mission to promote, protect, and advance the Python programming language, and...
Real Python: PyTorch vs TensorFlow for Your Python Deep Learning Project
Link: https://realpython.com/pytorch-vs-tensorflow/
PyTorch vs TensorFlow: What’s the difference? Both are open-source Python libraries that use graphs to perform numerical computations on data in deep learning applications. Both are used extensively i
Link: https://realpython.com/pytorch-vs-tensorflow/
PyTorch vs TensorFlow: What’s the difference? Both are open-source Python libraries that use graphs to perform numerical computations on data in deep learning applications. Both are used extensively i
Realpython
PyTorch vs TensorFlow for Your Python Deep Learning Project – Real Python
PyTorch vs Tensorflow: Which one should you use? Learn about these two popular deep learning libraries and how to choose the best one for your project.
The Python Show: 40 - Open Source Development with Antonio Cuni
Link: https://www.pythonshow.com/p/40-open-source-development-with-antonio
In this episode, we discuss working on several different open-source Python packages. Antonio Cuni is our guest, and he chats about his work on PyScript, pdb++, pypy, HPy, and SPy.Listen in as we chat
Link: https://www.pythonshow.com/p/40-open-source-development-with-antonio
In this episode, we discuss working on several different open-source Python packages. Antonio Cuni is our guest, and he chats about his work on PyScript, pdb++, pypy, HPy, and SPy.Listen in as we chat
Pythonshow
40 - Open Source Development with Antonio Cuni
In this episode, we discuss working on several different open-source Python packages. Antonio Cuni is our guest, and he chats about his work on PyScript, pdb++, pypy, HPy, and SPy. Listen in as we chat about Python, packages, open source, and so much more!
Daniel Roy Greenfeld: TIL: Running UV outside a virtualenv
Link: https://daniel.feldroy.com/posts/til-2024-05-running-uv-outside-a-virtualenv
Breaking the rules to satisfy continuous integration.
A few months ago I blogged about forcing pip to require a virtualenv. However, when automating tests and deployments sometimes you work outside of
Link: https://daniel.feldroy.com/posts/til-2024-05-running-uv-outside-a-virtualenv
Breaking the rules to satisfy continuous integration.
A few months ago I blogged about forcing pip to require a virtualenv. However, when automating tests and deployments sometimes you work outside of
Daniel Roy Greenfeld
TIL: Running UV outside a virtualenv
Breaking the rules to satisfy continuous integration.
Trey Hunner: My favorite Python 3.13 feature
Link: https://treyhunner.com/2024/05/my-favorite-python-3-dot-13-feature/
Python 3.13 just hit feature freeze with the first beta release today.
Just before the feature freeze, a shiny new feature was added: a brand new Python REPL. ✨
This new Python REPL is will likely be
Link: https://treyhunner.com/2024/05/my-favorite-python-3-dot-13-feature/
Python 3.13 just hit feature freeze with the first beta release today.
Just before the feature freeze, a shiny new feature was added: a brand new Python REPL. ✨
This new Python REPL is will likely be
Treyhunner
The new REPL in Python 3.13
Python 3.13 just hit feature freeze with the first beta release today. Just before the feature freeze, a shiny new feature was added: a brand new …
Python Insider: Python 3.13.0 beta 1 released
Link: https://pythoninsider.blogspot.com/2024/05/python-3130-beta-1-released.html
I'm pleased to announce the release of Python 3.13 beta 1 (and feature freeze for Python 3.13).https://www.python.org/downloads/release/python-3130b1/ This is a beta preview of Python 3.13
Python 3.13
Link: https://pythoninsider.blogspot.com/2024/05/python-3130-beta-1-released.html
I'm pleased to announce the release of Python 3.13 beta 1 (and feature freeze for Python 3.13).https://www.python.org/downloads/release/python-3130b1/ This is a beta preview of Python 3.13
Python 3.13
Blogspot
Python Insider: Python 3.13.0 beta 1 released
Robin Wilson: New Projects page on my website
Link: https://blog.rtwilson.com/new-projects-page-on-my-website/
Just a quick post here to say that I’ve added a new Projects page to my freelance website. I realised I didn’t have anywhere online that I could point people to that had links to all of the ‘non-work’
Link: https://blog.rtwilson.com/new-projects-page-on-my-website/
Just a quick post here to say that I’ve added a new Projects page to my freelance website. I realised I didn’t have anywhere online that I could point people to that had links to all of the ‘non-work’