PyCoder’s Weekly: Issue #651 (Oct. 15, 2024)
Link: https://pycoders.com/issues/651
#651 – OCTOBER 15, 2024 View in Browser » Exploring the New Features of Python 3.13 Python 3.13 is here! Our regular guests, Geir Arne Hjelle and Christopher Trudeau, return to discuss the new v
Link: https://pycoders.com/issues/651
#651 – OCTOBER 15, 2024 View in Browser » Exploring the New Features of Python 3.13 Python 3.13 is here! Our regular guests, Geir Arne Hjelle and Christopher Trudeau, return to discuss the new v
Pycoders
PyCoder’s Weekly | Issue #651
Issue #651 of the PyCoder’s Weekly newsletter, published Oct. 15, 2024.
Python Insider: Python 3.14.0 alpha 1 is now available
Link: https://pythoninsider.blogspot.com/2024/10/python-3140-alpha-1-is-now-available.html
It's now time for a new alpha of a new version of Python!
https://www.python.org/downloads/release/python-3140a1/
This is an early developer preview of Python
3.14
Major
new features of the 3.14 serie
Link: https://pythoninsider.blogspot.com/2024/10/python-3140-alpha-1-is-now-available.html
It's now time for a new alpha of a new version of Python!
https://www.python.org/downloads/release/python-3140a1/
This is an early developer preview of Python
3.14
Major
new features of the 3.14 serie
Blogspot
Python Insider: Python 3.14.0 alpha 1 is now available
Real Python: Structural Pattern Matching in Python
Link: https://realpython.com/structural-pattern-matching/
Structural pattern matching is a powerful control flow construct invented decades ago that’s traditionally used by compiled languages, especially within the functional programming paradigm.
Most main
Link: https://realpython.com/structural-pattern-matching/
Structural pattern matching is a powerful control flow construct invented decades ago that’s traditionally used by compiled languages, especially within the functional programming paradigm.
Most main
Realpython
Structural Pattern Matching in Python – Real Python
In this tutorial, you'll learn how to harness the power of structural pattern matching in Python. You'll explore the new syntax, delve into various pattern types, and find appropriate applications for pattern matching, all while identifying common pitfalls.
Mike Driscoll: SSH Scripting with Fabric and Python
Link: https://www.blog.pythonlibrary.org/2024/10/16/ssh-scripting-with-fabric-and-python/
Reading and writing files is a basic task that most software applications need to do. You will also find that you sometimes need to read and write files to a remote machine or perhaps run commands on
Link: https://www.blog.pythonlibrary.org/2024/10/16/ssh-scripting-with-fabric-and-python/
Reading and writing files is a basic task that most software applications need to do. You will also find that you sometimes need to read and write files to a remote machine or perhaps run commands on
Mouse Vs Python
SSH Scripting with Fabric and Python - Mouse Vs Python
Reading and writing files is a basic task that most software applications need to do. You will also find that you sometimes need to read and write files
Django Weblog: Announcing weekly DSF office hours
Link: https://www.djangoproject.com/weblog/2024/oct/16/announcing-weekly-dsf-office-hours/
For the last year, Thibaud Colas and I have had a weekly DSF co-working session — we get on a video call and spend an hour quietly working together on DSF things. It's worked well to help us carve out
Link: https://www.djangoproject.com/weblog/2024/oct/16/announcing-weekly-dsf-office-hours/
For the last year, Thibaud Colas and I have had a weekly DSF co-working session — we get on a video call and spend an hour quietly working together on DSF things. It's worked well to help us carve out
Django Project
Announcing weekly DSF office hours
Posted by Jacob Kaplan-Moss on October 16, 2024
Julien Tayon: 3D ploter in python-tk with matplotlib.
Link: http://beauty-of-imagination.blogspot.com/2024/10/3d-ploter-in-python-tk-with-matplotlib.html
Wishing to prove my assertion wrong on python-tk that piping python directly into tk/tcl interpreter is simple I tried to contradict myself by making a full GUI in matplotlib. Because, if you are no
Link: http://beauty-of-imagination.blogspot.com/2024/10/3d-ploter-in-python-tk-with-matplotlib.html
Wishing to prove my assertion wrong on python-tk that piping python directly into tk/tcl interpreter is simple I tried to contradict myself by making a full GUI in matplotlib. Because, if you are no
Blogspot
3D ploter in python-tk with matplotlib.
Wishing to prove my assertion wrong on python-tk that piping python directly into tk/tcl interpreter is simple I tried to contradict myse...
Programiz: Python match…case Statement
Link: https://www.programiz.com/python-programming/match-case
The match…case statement allows us to execute different actions based on the value of an expression. In this tutorial, you will learn how to use the Python match…case with the help of examples.
Link: https://www.programiz.com/python-programming/match-case
The match…case statement allows us to execute different actions based on the value of an expression. In this tutorial, you will learn how to use the Python match…case with the help of examples.
Programiz
Python match…case Statement
The match…case statement allows us to execute different actions based on the value of an expression. In this tutorial, you will learn how to use the Python match…case with the help of examples.
Real Python: Quiz: Getting Started With Async Features in Python
Link: https://realpython.com/quizzes/python-async-features/
In this quiz, you’ll test your understanding of
Asynchronous Programming in Python.
By working through this quiz, you’ll revisit the concepts of synchronous and asynchronous programs,
why you might wa
Link: https://realpython.com/quizzes/python-async-features/
In this quiz, you’ll test your understanding of
Asynchronous Programming in Python.
By working through this quiz, you’ll revisit the concepts of synchronous and asynchronous programs,
why you might wa
Realpython
Getting Started With Async Features in Python Quiz – Real Python
In this quiz, you'll test your understanding of asynchronous programming in Python. You'll revisit the concepts of synchronous and asynchronous programs, and why you might want to write an asynchronous program. You'll also test your knowledge on how to use…
Talk Python to Me: #481: Python Opinions and Zeitgeist with Hynek
Link: https://talkpython.fm/episodes/show/481/python-opinions-and-zeitgeist-with-hynek
Hynek has been writing and speaking on some of the most significant topics in the Python space and I've enjoyed his takes. So I invited him on the show to share them with all of us. This episode reall
Link: https://talkpython.fm/episodes/show/481/python-opinions-and-zeitgeist-with-hynek
Hynek has been writing and speaking on some of the most significant topics in the Python space and I've enjoyed his takes. So I invited him on the show to share them with all of us. This episode reall
talkpython.fm
Python Opinions and Zeitgeist with Hynek
Hynek has been writing and speaking on some of the most significant topics in the Python space and I've enjoyed his takes. So I invited him on the show to share them with all of us. This episode really epitomizes one of the reasons I launched Talk Python…
Spyder IDE: Officially announcing the release of Spyder 6!
Link: https://www.spyder-ide.org/blog/release-spyder-6.0.0
After two years in development and more than 2600 commits from over two dozen authors around the world, Spyder 6.0.0 had its stable release on September 3, 2024! Now that 6.0.1 is out and the dust has
Link: https://www.spyder-ide.org/blog/release-spyder-6.0.0
After two years in development and more than 2600 commits from over two dozen authors around the world, Spyder 6.0.0 had its stable release on September 3, 2024! Now that 6.0.1 is out and the dust has
Real Python: The Real Python Podcast – Episode #224: Narwhals: Expanding DataFrame Compatibility Between Libraries
Link: https://realpython.com/podcasts/rpp/224/
How does a Python tool support all types of DataFrames and their various features? Could a lightweight library be used to add compatibility for newer formats like Polars or PyArrow? This week on the s
Link: https://realpython.com/podcasts/rpp/224/
How does a Python tool support all types of DataFrames and their various features? Could a lightweight library be used to add compatibility for newer formats like Polars or PyArrow? This week on the s
Realpython
Episode #224: Narwhals: Expanding DataFrame Compatibility Between Libraries – The Real Python Podcast
How does a Python tool support all types of DataFrames and their various features? Could a lightweight library be used to add compatibility for newer formats like Polars or PyArrow? This week on the show, we speak with Marco Gorelli about his project, Narwhals.
Real Python: Quiz: Single and Double Underscores in Python Names
Link: https://realpython.com/quizzes/python-double-underscore/
In this quiz, you’ll test your understanding of Single and Double Underscores in Python Names.
By working through this quiz, you’ll revisit Python naming conventions that rely on using underscores (_)
Link: https://realpython.com/quizzes/python-double-underscore/
In this quiz, you’ll test your understanding of Single and Double Underscores in Python Names.
By working through this quiz, you’ll revisit Python naming conventions that rely on using underscores (_)
Realpython
Single and Double Underscores in Python Names Quiz – Real Python
In this quiz, you'll test your understanding of the use of single and double underscores in Python names. This knowledge will help you differentiate between public and non-public names, avoid name clashes, and write code that looks Pythonic and consistent.
Matt Layman: Epic Debugging, Hilarious Outcome - Building SaaS #205
Link: https://www.mattlayman.com/blog/2024/epic-debugging-hilarious-outcome-building-saas-205/
In this episode, I dug into an issue with sign up. What I thought was going to be a minor issue to fix turned into a massively intense debugging session. We ended up going very deep with the django-al
Link: https://www.mattlayman.com/blog/2024/epic-debugging-hilarious-outcome-building-saas-205/
In this episode, I dug into an issue with sign up. What I thought was going to be a minor issue to fix turned into a massively intense debugging session. We ended up going very deep with the django-al
Matt Layman
Epic Debugging, Hilarious Outcome - Building SaaS #205
In this episode, I dug into an issue with sign up. What I thought was going to be a minor issue to fix turned into a massively intense debugging session. We ended up going very deep with the django-allauth package to understand what was going on.
Armin Ronacher: Serendipity
Link: http://lucumr.pocoo.org/2024/10/19/serendipity
Life begins.
An empty page.
A hollow echo on an barren stage.
We wander through the quiet air,
Unsure of what awaits us there.
With work and study, I filled the days,
But purpose wanes in fading ha
Link: http://lucumr.pocoo.org/2024/10/19/serendipity
Life begins.
An empty page.
A hollow echo on an barren stage.
We wander through the quiet air,
Unsure of what awaits us there.
With work and study, I filled the days,
But purpose wanes in fading ha
Armin Ronacher's Thoughts and Writings
Serendipity
A poem to my wife.
Python Does What?!: Enums make good singletons
Link: https://www.pythondoeswhat.com/2024/10/enums-make-good-singletons.html
It's simple and common to allocate a marker object to represent missing or null data.
MISSING = object()
There's a slightly more verbose construct with some advantages:
import enum
class MissingType
Link: https://www.pythondoeswhat.com/2024/10/enums-make-good-singletons.html
It's simple and common to allocate a marker object to represent missing or null data.
MISSING = object()
There's a slightly more verbose construct with some advantages:
import enum
class MissingType
Pythondoeswhat
Enums make good singletons
It's simple and common to allocate a marker object to represent missing or null data. MISSING = object() There's a slightly more verbose...
Julien Tayon: Revisiting hello world : coding print from scratch part I
Link: http://beauty-of-imagination.blogspot.com/2024/10/revisiting-hello-world-coding-print.html
The « hello world » example is about standing on the shoulders of the giant and learn how to use function as tools.
Most coders will use print during their whole life without actually coding it. Howev
Link: http://beauty-of-imagination.blogspot.com/2024/10/revisiting-hello-world-coding-print.html
The « hello world » example is about standing on the shoulders of the giant and learn how to use function as tools.
Most coders will use print during their whole life without actually coding it. Howev
Blogspot
Revisiting hello world : coding print from scratch part I
The « hello world » example is about standing on the shoulders of the giant and learn how to use function as tools. Most coders will use p...
Seth Michael Larson: Python and Sigstore
Link: https://sethmlarson.dev/python-and-sigstore?utm_campaign=rss
Python and Sigstore
Link: https://sethmlarson.dev/python-and-sigstore?utm_campaign=rss
Python and Sigstore
sethmlarson.dev
Python and Sigstore
This critical role would not be possible without funding from the Alpha-Omega project. Massive thank-you to Alpha-Omega for investing in the security of the Python ecosystem!
I was a guest on ...
I was a guest on ...
Zato Blog: HL7 FHIR Security with Basic Auth, OAuth and SSL/TLS
Link: https://zato.io/en/blog/hl7-fhir-security.html
HL7 FHIR Security with Basic Auth, OAuth and SSL/TLS
2024-10-21, by Dariusz Suchojad
HL7 FHIR Security
Preliminary reading: HL7 FHIR Integrations in Python
FHIR servers offer their APIs using
Link: https://zato.io/en/blog/hl7-fhir-security.html
HL7 FHIR Security with Basic Auth, OAuth and SSL/TLS
2024-10-21, by Dariusz Suchojad
HL7 FHIR Security
Preliminary reading: HL7 FHIR Integrations in Python
FHIR servers offer their APIs using
Julien Tayon: Hello world part II : actually recoding print
Link: http://beauty-of-imagination.blogspot.com/2024/10/hello-world-part-ii-actually-recoding.html
In part I we explored the pre-requisite in order to code print : having a grasp on the framebuffer.
Here, we are gonna deep inside one of the most overlooked object oriented abastraction : a file an
Link: http://beauty-of-imagination.blogspot.com/2024/10/hello-world-part-ii-actually-recoding.html
In part I we explored the pre-requisite in order to code print : having a grasp on the framebuffer.
Here, we are gonna deep inside one of the most overlooked object oriented abastraction : a file an
Blogspot
Hello world part II : actually recoding print
Real Python: Python's property(): Add Managed Attributes to Your Classes
Link: https://realpython.com/python-property/
With Python’s property(), you can create managed attributes in your classes. You can use managed attributes when you need to modify an attribute’s internal implementation and don’t want to change the
Link: https://realpython.com/python-property/
With Python’s property(), you can create managed attributes in your classes. You can use managed attributes when you need to modify an attribute’s internal implementation and don’t want to change the
Realpython
Python's property(): Add Managed Attributes to Your Classes – Real Python
In this tutorial, you'll learn how to create managed attributes in your classes using Python's property(). Managed attributes are attributes that have function-like behavior, which allows for performing actions during the attribute access and update.