Michael Foord: Some Personal History with Python
Link: https://agileabstractions.com/personal-history-python/
📘
Written in 2021.
IronPython in Action was published on the 7th April 2009 and we sold a little over 7000 copies.
Royalties for last quarter amounted to $25.
It took me two years to write thirteen
Link: https://agileabstractions.com/personal-history-python/
📘
Written in 2021.
IronPython in Action was published on the 7th April 2009 and we sold a little over 7000 copies.
Royalties for last quarter amounted to $25.
It took me two years to write thirteen
Agileabstractions
Some Personal History with Python
Michael Foord: Python Metaclasses in Eight Words
Link: https://agileabstractions.com/metaclasses-in-eight-words/
Python metaclasses, considered advanced programming and Python “black magick” (*) explained in eight words:
The type of a class is a class.
Here’s what knowledge of Object Oriented theory and type sy
Link: https://agileabstractions.com/metaclasses-in-eight-words/
Python metaclasses, considered advanced programming and Python “black magick” (*) explained in eight words:
The type of a class is a class.
Here’s what knowledge of Object Oriented theory and type sy
Agileabstractions
Python Metaclasses in Eight Words
Michael Foord: Current Generative AI and the Future
Link: https://agileabstractions.com/gen-ai/
I’ve seen this meme a bunch of times recently. I always reply; what is asserted without evidence may be dismissed without consideration.
Current Gen AI is flawed by hallucination issues, mired in cop
Link: https://agileabstractions.com/gen-ai/
I’ve seen this meme a bunch of times recently. I always reply; what is asserted without evidence may be dismissed without consideration.
Current Gen AI is flawed by hallucination issues, mired in cop
Agileabstractions
Current Generative AI and the Future
Armin Ronacher: What if My Tribe Is Wrong?
Link: http://lucumr.pocoo.org/2024/11/8/what-if-my-tribe-is-wrong
I wrote in the past about how I'm a pessimist that strives for positive
outcomes. One of the things
that I gradually learned is is wishing others to succeed. That is
something that took me a long ti
Link: http://lucumr.pocoo.org/2024/11/8/what-if-my-tribe-is-wrong
I wrote in the past about how I'm a pessimist that strives for positive
outcomes. One of the things
that I gradually learned is is wishing others to succeed. That is
something that took me a long ti
Armin Ronacher's Thoughts and Writings
What if My Tribe Is Wrong?
Balancing empathy, group member with integrity and morals: a personal journey.
Real Python: The Real Python Podcast – Episode #227: New PEPs: Template Strings & External Wheel Hosting
Link: https://realpython.com/podcasts/rpp/227/
Have you wanted the flexibility of f-strings but need safety checks in place? What if you could have deferred evaluation for logging or avoiding injection attacks? Christopher Trudeau is back on the s
Link: https://realpython.com/podcasts/rpp/227/
Have you wanted the flexibility of f-strings but need safety checks in place? What if you could have deferred evaluation for logging or avoiding injection attacks? Christopher Trudeau is back on the s
Realpython
Episode #227: New PEPs: Template Strings & External Wheel Hosting – The Real Python Podcast
Have you wanted the flexibility of f-strings but need safety checks in place? What if you could have deferred evaluation for logging or avoiding injection attacks? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly…
Matt Layman: Deploy Your Own Web App With Kamal 2
Link: https://www.mattlayman.com/videos/deploy-your-own-web-app-with-kamal-2/
Kamal offers zero-downtime deploys, rolling restarts, asset bridging, remote builds, accessory service management, and everything else you need to deploy and manage your web app in production with Doc
Link: https://www.mattlayman.com/videos/deploy-your-own-web-app-with-kamal-2/
Kamal offers zero-downtime deploys, rolling restarts, asset bridging, remote builds, accessory service management, and everything else you need to deploy and manage your web app in production with Doc
Matt Layman
Deploy Your Own Web App With Kamal 2
Kamal offers zero-downtime deploys, rolling restarts, asset bridging, remote builds, accessory service management, and everything else you need to deploy and manage your web app in production with Docker. Originally built for Rails apps, Kamal will work with…
Glyph Lefkowitz: It’s Time For Democrats To Get More Annoying
Link: https://blog.glyph.im/2024/11/its-time-for-democrats-to-get-more-annoying.html
Kamala Harris lost. Here we are. So it goes.
Are you sad? Are you scared?
I am very sad. I am very scared.
But, like everyone else in this position, most of all, I want to know what to
do next.
A
Link: https://blog.glyph.im/2024/11/its-time-for-democrats-to-get-more-annoying.html
Kamala Harris lost. Here we are. So it goes.
Are you sad? Are you scared?
I am very sad. I am very scared.
But, like everyone else in this position, most of all, I want to know what to
do next.
A
blog.glyph.im
It’s Time For Democrats To Get More Annoying
The ground game is everywhere, now.
Django Weblog: Announcing DjangoCon Europe 2025 in Dublin, Ireland! 🍀
Link: https://www.djangoproject.com/weblog/2024/nov/11/announcing-djangocon-europe-2025-in-dublin-ireland/
We're thrilled to announce the much-anticipated return of DjangoCon Europe, set to take place in the vibrant city of Dublin, Ireland, in 2025! DjangoCon Europe has been a cornerstone of the Django com
Link: https://www.djangoproject.com/weblog/2024/nov/11/announcing-djangocon-europe-2025-in-dublin-ireland/
We're thrilled to announce the much-anticipated return of DjangoCon Europe, set to take place in the vibrant city of Dublin, Ireland, in 2025! DjangoCon Europe has been a cornerstone of the Django com
Django Project
Announcing DjangoCon Europe 2025 in Dublin, Ireland! 🍀
Posted by DjangoCon Europe 2025 Organizing Team on November 11, 2024
death and gravity: reader 3.15 released – Retry-After
Link: https://death.andgravity.com/reader-3-15
Hi there!
I'm happy to announce version 3.15 of reader, a Python feed reader library.
What's new? #
Here are the highlights since reader 3.13.
Retry-After #
Now that it supports scheduled updates,
rea
Link: https://death.andgravity.com/reader-3-15
Hi there!
I'm happy to announce version 3.15 of reader, a Python feed reader library.
What's new? #
Here are the highlights since reader 3.13.
Retry-After #
Now that it supports scheduled updates,
rea
Programiz: Python f-string
Link: https://www.programiz.com/python-programming/fstring
A Python f-string (formatted string literal) allows you to insert variables or expressions directly into a string by placing them inside curly braces {}. In this tutorial, you will learn about the Pyt
Link: https://www.programiz.com/python-programming/fstring
A Python f-string (formatted string literal) allows you to insert variables or expressions directly into a string by placing them inside curly braces {}. In this tutorial, you will learn about the Pyt
Programiz
Python f-string
A Python f-string (formatted string literal) allows you to insert variables or expressions directly into a string by placing them inside curly braces {}. In this tutorial, you will learn about the Pyt
Quansight Labs Blog: The Polars vs pandas difference nobody is talking about
Link: https://labs.quansight.org/blog/dataframe-group-by
A closer look at non-elementary group-by aggregations
Link: https://labs.quansight.org/blog/dataframe-group-by
A closer look at non-elementary group-by aggregations
labs.quansight.org
The Polars vs pandas difference nobody is talking about
A closer look at non-elementary group-by aggregations
Seth Michael Larson: Writing a blog on the internet
Link: https://sethmlarson.dev/writing-for-the-internet?utm_campaign=rss
Writing a blog on the internet
Link: https://sethmlarson.dev/writing-for-the-internet?utm_campaign=rss
Writing a blog on the internet
sethmlarson.dev
Writing a blog on the internet
Today is the 5-year anniversary of my first blog post in 2019.
Since that time I've written nearly 100 articles for my blog,
something that I am quite proud of!
Writing has had a huge positive impa...
Since that time I've written nearly 100 articles for my blog,
something that I am quite proud of!
Writing has had a huge positive impa...
Real Python: Python News Roundup: November 2024
Link: https://realpython.com/python-news-november-2024/
The latest Python developments all point to the same thing—Python is currently thriving. The recent GitHub Octoverse 2024 report has revealed that Python is now the most used language on GitHub. Also,
Link: https://realpython.com/python-news-november-2024/
The latest Python developments all point to the same thing—Python is currently thriving. The recent GitHub Octoverse 2024 report has revealed that Python is now the most used language on GitHub. Also,
Realpython
Python News Roundup: November 2024 – Real Python
This month, Python continues to shine as one of the top languages on GitHub. Python 3.13 was just released, bringing improvements and compatibility updates. Plus, the Python Developer Survey 2024 is now open, and PyCon US 2025 has launched its call for proposals.
Eli Bendersky: ML in Go with a Python sidecar
Link: https://eli.thegreenplace.net/2024/ml-in-go-with-a-python-sidecar/
Machine learning models are rapidly becoming more capable; how can we make
use of these powerful new tools in our Go applications?
For top-of-the-line commercial LLMs like ChatGPT, Gemini or Claude, t
Link: https://eli.thegreenplace.net/2024/ml-in-go-with-a-python-sidecar/
Machine learning models are rapidly becoming more capable; how can we make
use of these powerful new tools in our Go applications?
For top-of-the-line commercial LLMs like ChatGPT, Gemini or Claude, t
Python Docs Editorial Board: Meeting Minutes: Nov 11, 2024
Link: https://python.github.io/editorial-board/updates/2024-11-11-editorial-board-update/
Meeting Minutes from Python Docs Editorial Board: November 11, 2024
Link: https://python.github.io/editorial-board/updates/2024-11-11-editorial-board-update/
Meeting Minutes from Python Docs Editorial Board: November 11, 2024
python.github.io
Meeting Minutes: Nov 11, 2024
Meeting Minutes from Python Docs Editorial Board: November 11, 2024
Python⇒Speed: Using portable SIMD in stable Rust
Link: https://pythonspeed.com/articles/simd-stable-rust/
In a previous post we saw that you can speed up code significantly on a single core using SIMD: Single Instruction Multiple Data.
These specialized CPU instructions allow you to, for example, add 4 va
Link: https://pythonspeed.com/articles/simd-stable-rust/
In a previous post we saw that you can speed up code significantly on a single core using SIMD: Single Instruction Multiple Data.
These specialized CPU instructions allow you to, for example, add 4 va
Python⇒Speed
Using portable SIMD in stable Rust
SIMD can speed up your code; here’s how to use it with stable Rust.
Real Python: Formatting Floats Inside Python F-Strings
Link: https://realpython.com/courses/format-floats-f-strings/
You’ll often need to format and round a Python float to display the results of your calculations neatly within strings. In earlier versions of Python, this was a messy thing to do because you needed t
Link: https://realpython.com/courses/format-floats-f-strings/
You’ll often need to format and round a Python float to display the results of your calculations neatly within strings. In earlier versions of Python, this was a messy thing to do because you needed t
Realpython
Formatting Floats Inside Python F-Strings – Real Python
In this video course, you'll learn how to use Python format specifiers within an f-string to allow you to neatly format a float to your required precision.
PyCoder’s Weekly: Issue #655 (Nov. 12, 2024)
Link: https://pycoders.com/issues/655
#655 – NOVEMBER 12, 2024 View in Browser » Introduction to Web Scraping With Python In this video course, you’ll learn all about web scraping in Python. You’ll see how to parse data from website
Link: https://pycoders.com/issues/655
#655 – NOVEMBER 12, 2024 View in Browser » Introduction to Web Scraping With Python In this video course, you’ll learn all about web scraping in Python. You’ll see how to parse data from website
Pycoders
PyCoder’s Weekly | Issue #655
Issue #655 of the PyCoder’s Weekly newsletter, published Nov. 12, 2024.
Mirek Długosz: Understanding Linux virtualization stack
Link: https://mirekdlugosz.com/blog/2024/understanding-linux-virtualization-stack/
I find Linux virtualization stack confusing. KVM? ibvirt? QEMU? Xen? What does that even mean?
This post is my attempt at making sense of that all. I don’t claim it to be correct, but that’s the way I
Link: https://mirekdlugosz.com/blog/2024/understanding-linux-virtualization-stack/
I find Linux virtualization stack confusing. KVM? ibvirt? QEMU? Xen? What does that even mean?
This post is my attempt at making sense of that all. I don’t claim it to be correct, but that’s the way I
Mirek Długosz personal website
Understanding Linux virtualization stack
I find Linux virtualization stack confusing. KVM? libvirt? QEMU? Xen? What does that even mean? This post is my attempt at making sense of that all. I don’t claim it to be correct, but that’s the way I understand it. If I badly missed a mark somewhere, please…
Bojan Mihelac: Django cookie consent application
Link: http://code.informatikamihelac.com/en/django-cookie-consent-application/
django-cookie-consent is a reusable application for managing various cookies and visitors consent for their use in Django project.
Link: http://code.informatikamihelac.com/en/django-cookie-consent-application/
django-cookie-consent is a reusable application for managing various cookies and visitors consent for their use in Django project.
Informatikamihelac
Django cookie consent application