Anarcat: Last year on this blog
Link: https://anarc.at/blog/2024-01-08-one-more-year/
So this blog is now celebrating its 21st birthday (or 20 if you count
from zero, or 18 if you want to be pedantic), and I figured I would do
this yearly thing of reviewing how that went.
Number of pos
Link: https://anarc.at/blog/2024-01-08-one-more-year/
So this blog is now celebrating its 21st birthday (or 20 if you count
from zero, or 18 if you want to be pedantic), and I figured I would do
this yearly thing of reviewing how that went.
Number of pos
Django Weblog: DSF Board 2024 Elections – New board members 👋
Link: https://www.djangoproject.com/weblog/2024/jan/08/dsf-board-2024-elections-new-board-members/
Following our
2024 DSF Board Election Results
, here are quick introductions from our two new board members, Sarah
Abderemane and Thibaud Colas, elected for a two-year term for 2024-2
Link: https://www.djangoproject.com/weblog/2024/jan/08/dsf-board-2024-elections-new-board-members/
Following our
2024 DSF Board Election Results
, here are quick introductions from our two new board members, Sarah
Abderemane and Thibaud Colas, elected for a two-year term for 2024-2
Django Project
DSF Board 2024 Elections – New board members 👋
Posted by Thibaud Colas on January 8, 2024
Montreal Python User Group: Montréal-Python 2024 Elections
Link: https://montrealpython.org/en/2024/01/2024-elections/
Dear Pythonistas, after many years of commitment, the current Python Montreal board of directors team has decided to pass the torch. We are now opening the doors to new, passionate members of the Pyth
Link: https://montrealpython.org/en/2024/01/2024-elections/
Dear Pythonistas, after many years of commitment, the current Python Montreal board of directors team has decided to pass the torch. We are now opening the doors to new, passionate members of the Pyth
Python⇒Speed: NumPy 2 is coming: preventing breakage, updating your code
Link: https://pythonspeed.com/articles/numpy-2/
If you’re writing scientific or data science code with Python, there’s a good chance you’re using NumPy, directly or indirectly.
Pandas, Scikit-Image, SciPy, Scikit-Learn, AstroPy… these and many othe
Link: https://pythonspeed.com/articles/numpy-2/
If you’re writing scientific or data science code with Python, there’s a good chance you’re using NumPy, directly or indirectly.
Pandas, Scikit-Image, SciPy, Scikit-Learn, AstroPy… these and many othe
Python⇒Speed
NumPy 2 is coming: preventing breakage, updating your code
NumPy 2 is coming, and it’s backwards incompatible. Learn how to keep your code from breaking, and how to upgrade.
Real Python: Python Basics Exercises: Functions and Loops
Link: https://realpython.com/courses/python-exercises-functions-loops/
As you learned in Python Basics: Functions and Loops, functions serve as the fundamental building blocks in almost every Python program. They’re where the real action happens!
You now know that functi
Link: https://realpython.com/courses/python-exercises-functions-loops/
As you learned in Python Basics: Functions and Loops, functions serve as the fundamental building blocks in almost every Python program. They’re where the real action happens!
You now know that functi
Realpython
Python Basics Exercises: Functions and Loops – Real Python
In this Python Basics Exercises course, you'll practice creating user-defined functions that you can execute multiple times in your code. Additionally, you'll gain experience in repeating code using for and while loops.
Seth Michael Larson: Security Developer-in-Residence Weekly Report #24
Link: http://sethmlarson.dev/security-developer-in-residence-weekly-report-24?date=2024-01-09
Security Developer-in-Residence Weekly Report #24
About •
Blog •
Link: http://sethmlarson.dev/security-developer-in-residence-weekly-report-24?date=2024-01-09
Security Developer-in-Residence Weekly Report #24
About •
Blog •
Seth Michael Larson
Security Developer-in-Residence Weekly Report #24
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!
Welcome t...
Welcome t...
PyCoder’s Weekly: Issue #611 (Jan. 9, 2024)
Link: https://pycoders.com/issues/611
#611 – JANUARY 9, 2024 View in Browser » How to Get the Current Time in Python In this video course, you’ll be getting the current time in Python. You’ll get your hands on a datetime object that
Link: https://pycoders.com/issues/611
#611 – JANUARY 9, 2024 View in Browser » How to Get the Current Time in Python In this video course, you’ll be getting the current time in Python. You’ll get your hands on a datetime object that
Pycoders
PyCoder’s Weekly | Issue #611
Issue #611 of the PyCoder’s Weekly newsletter, published Jan. 9, 2024.
Python Bytes: #366 Put It In The Backlog
Link: https://pythonbytes.fm/episodes/show/366/put-it-in-the-backlog
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://tonybaloney.github.io/posts/python-gets-a-jit.html"><strong>Python 3.13 gets a JIT</strong></a></li>
<li><a href="https
Link: https://pythonbytes.fm/episodes/show/366/put-it-in-the-backlog
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://tonybaloney.github.io/posts/python-gets-a-jit.html"><strong>Python 3.13 gets a JIT</strong></a></li>
<li><a href="https
pythonbytes.fm
Put It In The Backlog
News and announcements from the Python community for the week of Jan 9th, 2024
Real Python: Python range(): Represent Numerical Ranges
Link: https://realpython.com/python-range/
A range is a Python object that represents an interval of integers. Usually, the numbers are consecutive, but you can also specify that you want to space them out. You can create ranges by calling ran
Link: https://realpython.com/python-range/
A range is a Python object that represents an interval of integers. Usually, the numbers are consecutive, but you can also specify that you want to space them out. You can create ranges by calling ran
Realpython
Python range(): Represent Numerical Ranges – Real Python
Master the Python range() function and learn how it works under the hood. You most commonly use ranges in loops. In this tutorial, you'll learn how to iterate over ranges but also identify when there are better alternatives.
TestDriven.io: Django vs. Flask in 2024: Which Framework to Choose
Link: https://testdriven.io/blog/django-vs-flask/
In this article, we'll look at the best use cases for Django and Flask along with what makes them unique, from an educational and development standpoint.
Link: https://testdriven.io/blog/django-vs-flask/
In this article, we'll look at the best use cases for Django and Flask along with what makes them unique, from an educational and development standpoint.
testdriven.io
Django vs. Flask in 2024: Which Framework to Choose
In this article, we'll look at the best use cases for Django and Flask along with what makes them unique, from an educational and development standpoint.
Django Weblog: DSF membership now recognizes a much broader range of contributions to Django
Link: https://www.djangoproject.com/weblog/2024/jan/10/dsf-membership/
Recently, the DSF made some changes to our bylaws to change the definition of DSF Membership. You can read the legalese of the new language in the meeting minutes for the October 12 board meeting, but
Link: https://www.djangoproject.com/weblog/2024/jan/10/dsf-membership/
Recently, the DSF made some changes to our bylaws to change the definition of DSF Membership. You can read the legalese of the new language in the meeting minutes for the October 12 board meeting, but
Django Project
DSF membership now recognizes a much broader range of contributions to Django
Posted by Jacob Kaplan-Moss on January 10, 2024
Read the Docs: Read the Docs newsletter - January 2024
Link: https://blog.readthedocs.com/newsletter-january-2024/
News and updates
We have shipped New improvements to redirects, making our redirects much more powerful and flexible.
We have shipped an updated approach to notifications. Currently there isn’t much
Link: https://blog.readthedocs.com/newsletter-january-2024/
News and updates
We have shipped New improvements to redirects, making our redirects much more powerful and flexible.
We have shipped an updated approach to notifications. Currently there isn’t much
Read the Docs Blog
Read the Docs newsletter - January 2024
News and updates: We have shipped New improvements to redirects, making our redirects much more powerful and flexible., We have shipped an updated approach to notifications. Currently there isn’t much UX difference, but as we move forward with this project…
Nikola: Nikola v8.3.0 is out!
Link: https://getnikola.com/blog/nikola-v830-is-out.html
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.3.0. This release adds support for Python 3.12,
with some other features and bugfixes.
Note that Nikola v
Link: https://getnikola.com/blog/nikola-v830-is-out.html
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.3.0. This release adds support for Python 3.12,
with some other features and bugfixes.
Note that Nikola v
Nikola
Nikola v8.3.0 is out!
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.3.0. This release adds support for Python 3.12,
with some other features and bugfixes.
Note that Nikola v
availability of Nikola v8.3.0. This release adds support for Python 3.12,
with some other features and bugfixes.
Note that Nikola v
TypeThePipe: Plot your GIS data with GeoPandas and Plotnine. A single glance insightful visualization
Link: https://typethepipe.com/post/python-geopandas-plot/
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/post/python-geopandas-plot/
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
Plot your GIS data with GeoPandas and Plotnine. A single glance insightful visualization | TypeThePipe
Learn how to use GeoPandas and Plotnine to create high impact and insightful visualization with Python.
TechBeamers Python: How to Import Another Python File
Link: https://www.techbeamers.com/how-to-import-another-python-file/
When working on big Python projects or trying to organize your code better, you need to know how to bring in code from other Python files. This is called “importing,” and it’s a crucial skill for reus
Link: https://www.techbeamers.com/how-to-import-another-python-file/
When working on big Python projects or trying to organize your code better, you need to know how to bring in code from other Python files. This is called “importing,” and it’s a crucial skill for reus
TechBeamers
How to Import Another Python File
Learn how to import another Python file into your main. Import common functions, classes, and other code from separate files with ease.
Kay Hayen: Nuitka this week #14
Link: https://nuitka.net/posts/nuitka-this-week-14.html
Contents
Nuitka this week #14
Communication vs. Coding
Nuitka has evolved a lot
Community
Optimization Work
Current Evolutions
Teasers
Twitter and Mastodon
Help Wanted
Communication vs. Coding
Af
Link: https://nuitka.net/posts/nuitka-this-week-14.html
Contents
Nuitka this week #14
Communication vs. Coding
Nuitka has evolved a lot
Community
Optimization Work
Current Evolutions
Teasers
Twitter and Mastodon
Help Wanted
Communication vs. Coding
Af
Real Python: The Real Python Podcast – Episode #187: Serializing Data With Python & Underscore Naming Conventions
Link: https://realpython.com/podcasts/rpp/187/
Do you need to transfer an extensive data collection for a science project? What's the best way to send executable code over the wire for distributed processing? What are the different ways to seriali
Link: https://realpython.com/podcasts/rpp/187/
Do you need to transfer an extensive data collection for a science project? What's the best way to send executable code over the wire for distributed processing? What are the different ways to seriali
Realpython
Episode #187: Serializing Data With Python & Underscore Naming Conventions – The Real Python Podcast
Do you need to transfer an extensive data collection for a science project? What's the best way to send executable code over the wire for distributed processing? What are the different ways to serialize data in Python? Christopher Trudeau is back on the show…
Python Software Foundation: EU’s Cyber Resilience Act Passes with Wins for Open Source
Link: https://pyfound.blogspot.com/2024/01/CRA-update.html
Back in April, we wrote to the community about our concerns for the future of the open source ecosystem generally and CPython and PyPI specifically if the European Cyber Resilience Act (CRA) were to p
Link: https://pyfound.blogspot.com/2024/01/CRA-update.html
Back in April, we wrote to the community about our concerns for the future of the open source ecosystem generally and CPython and PyPI specifically if the European Cyber Resilience Act (CRA) were to p
Python Software Foundation Blog
EU’s Cyber Resilience Act Passes with Wins for Open Source
Back in April, we wrote to the community about our concerns for the future of the open source ecosystem generally and CPython and PyPI spec...
Python Engineering at Microsoft: Data Science Day Announcement and Call for Speaker Proposals
Link: https://devblogs.microsoft.com/python/python-data-science-day/
We are thrilled to announce Python Data Science Day will be taking place March 14th, 2024; a “PyDay” on Pi Day: 3.14 . If you’re a Python developer, entrepreneur, data scientist, student, or researche
Link: https://devblogs.microsoft.com/python/python-data-science-day/
We are thrilled to announce Python Data Science Day will be taking place March 14th, 2024; a “PyDay” on Pi Day: 3.14 . If you’re a Python developer, entrepreneur, data scientist, student, or researche
Microsoft News
Data Science Day Announcement and Call for Speaker Proposals
Python Data Science Day is a full day of 25 min and 5 min community contributed content March 14th, 2024 streaming on the VS Code YouTube channel. Submission deadline is January 25th AOE (Anywhere on Earth).
TechBeamers Python: Top 45 Python Exercises on Loops, Conditions, and Range() Function
Link: https://www.techbeamers.com/python-exercises-on-loops-conditions-range/
Here are 45 Python exercises on loops (for, while), if-else statements, and the range() function, along with their solutions. Each exercise comes with a brief description of the problem and a solution
Link: https://www.techbeamers.com/python-exercises-on-loops-conditions-range/
Here are 45 Python exercises on loops (for, while), if-else statements, and the range() function, along with their solutions. Each exercise comes with a brief description of the problem and a solution
TechBeamers
Top 45 Python Exercises on Loops, Conditions, and Range() Function
Practice with 45 Python exercises on loops (for, while), if-else statements, and the range() function, along with their solutions.