The Python Show: 39 - Buttondown - A Python SaaS with Justin Duke
Link: https://www.pythonshow.com/p/39-buttondown-a-python-saas-with
In this episode, we invite the founder of Buttondown, a Python-based Software as a Service (SaaS) application for creating and managing newsletters.Mike Driscoll, the host of the show, chats with Just
Link: https://www.pythonshow.com/p/39-buttondown-a-python-saas-with
In this episode, we invite the founder of Buttondown, a Python-based Software as a Service (SaaS) application for creating and managing newsletters.Mike Driscoll, the host of the show, chats with Just
Pythonshow
39 - Buttondown - A Python SaaS with Justin Duke
In this episode, we invite the founder of Buttondown, a Python-based Software as a Service (SaaS) application for creating and managing newsletters. Mike Driscoll, the host of the show, chats with Justin about the following topics: Why he created a SaaS with…
Wingware: Wing Python IDE Version 10.0.4 - May 3, 2024
Link: https://wingware.com/news/2024-05-02
Wing 10.0.4 improves performance of the Python 3.12+ debugger, fixes debugging
the Python Shell with Python 3.12, and makes several other improvements.
See the change log for details.
Download Wing 10
Link: https://wingware.com/news/2024-05-02
Wing 10.0.4 improves performance of the Python 3.12+ debugger, fixes debugging
the Python Shell with Python 3.12, and makes several other improvements.
See the change log for details.
Download Wing 10
Wingware
Wing Python IDE Version 10.0.4 - May 3, 2024 - Wing Python IDE
Wing 10.0.4 improves performance of the Python 3.12+ debugger, fixes debugging
the Python Shell with Python 3.12, and makes several other improvements.
the Python Shell with Python 3.12, and makes several other improvements.
Real Python: The Real Python Podcast – Episode #203: Embarking on a Relaxed and Friendly Python Coding Journey
Link: https://realpython.com/podcasts/rpp/203/
Do you get stressed while trying to learn Python? Do you prefer to build small programs or projects as you continue your coding journey? This week on the show, Real Python author Stephen Gruppetta is
Link: https://realpython.com/podcasts/rpp/203/
Do you get stressed while trying to learn Python? Do you prefer to build small programs or projects as you continue your coding journey? This week on the show, Real Python author Stephen Gruppetta is
Realpython
Episode #203: Embarking on a Relaxed and Friendly Python Coding Journey – The Real Python Podcast
Do you get stressed while trying to learn Python? Do you prefer to build small programs or projects as you continue your coding journey? This week on the show, Real Python author Stephen Gruppetta is here to talk about his new book, "The Python Coding Book."
Python Software Foundation: The PSF's 2023 Annual Impact Report is here!
Link: https://pyfound.blogspot.com/2024/05/the-psfs-2023-annual-impact-report-is.html
2023 was an exciting year of growth for the Python Software Foundation! We’ve captured some of the key numbers, details, and information in our latest Annual Impact Report. Some highlights of what yo
Link: https://pyfound.blogspot.com/2024/05/the-psfs-2023-annual-impact-report-is.html
2023 was an exciting year of growth for the Python Software Foundation! We’ve captured some of the key numbers, details, and information in our latest Annual Impact Report. Some highlights of what yo
Python Software Foundation Blog
The PSF's 2023 Annual Impact Report is here!
2023 was an exciting year of growth for the Python Software Foundation! We’ve captured some of the key numbers, details, and information i...
Python Engineering at Microsoft: Python in Visual Studio Code – May 2024 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-may-2024-release/
We’re excited to announce the May 2024 release of the Python and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
“Implement all inherited abstract classe
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-may-2024-release/
We’re excited to announce the May 2024 release of the Python and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
“Implement all inherited abstract classe
Microsoft News
Python in Visual Studio Code – May 2024 Release
The May 2024 release of the Python and Jupyter extensions for Visual Studio Code are now available. Keep reading to learn more!
Trey Hunner: Installing a custom Python build with pyenv
Link: https://treyhunner.com/2024/05/installing-a-custom-python-build-with-pyenv/
I am so excited about the new Python REPL that will likely land in Python 3.13.
I’ve been following this CPython pull request since I heard Pablo and Łukasz announce their work on the new Python REPL
Link: https://treyhunner.com/2024/05/installing-a-custom-python-build-with-pyenv/
I am so excited about the new Python REPL that will likely land in Python 3.13.
I’ve been following this CPython pull request since I heard Pablo and Łukasz announce their work on the new Python REPL
Treyhunner
Installing a custom Python build with pyenv
I am so excited about the new Python REPL that will likely land in Python 3.13.
I’ve been following this CPython pull request since I heard …
I’ve been following this CPython pull request since I heard …
scikit-learn: Note on Inline Authorship Information in scikit-learn
Link: https://blog.scikit-learn.org/updates/authorship-info/
Historically, scikit-learn’s files have included authorship information similar
to the following format:
# Authors: Author1, Author2, ...
# Li
Link: https://blog.scikit-learn.org/updates/authorship-info/
Historically, scikit-learn’s files have included authorship information similar
to the following format:
# Authors: Author1, Author2, ...
# Li
scikit-learn Blog
Note on Inline Authorship Information in scikit-learn
Author: Adrin Jalali
Eli Bendersky: Elegant Python code for a Markov chain text generator
Link: https://eli.thegreenplace.net/2018/elegant-python-code-for-a-markov-chain-text-generator/
While preparing the post on minimal char-based RNNs,
I coded a simple Markov chain text generator to serve as a comparison for the
quality of the RNN model. That code turned out to be concise and quit
Link: https://eli.thegreenplace.net/2018/elegant-python-code-for-a-markov-chain-text-generator/
While preparing the post on minimal char-based RNNs,
I coded a simple Markov chain text generator to serve as a comparison for the
quality of the RNN model. That code turned out to be concise and quit
Eli Bendersky: Unification
Link: https://eli.thegreenplace.net/2018/unification/
In logic and computer science, unification is a process of automatically solving
equations between symbolic terms. Unification has several interesting
applications, notably in logic programming and ty
Link: https://eli.thegreenplace.net/2018/unification/
In logic and computer science, unification is a process of automatically solving
equations between symbolic terms. Unification has several interesting
applications, notably in logic programming and ty
Eli Bendersky: Type inference
Link: https://eli.thegreenplace.net/2018/type-inference/
Type inference is a major feature of several programming languages, most notably
languages from the ML family like Haskell. In this post I want to provide a
brief overview of type inference, along wit
Link: https://eli.thegreenplace.net/2018/type-inference/
Type inference is a major feature of several programming languages, most notably
languages from the ML family like Haskell. In this post I want to provide a
brief overview of type inference, along wit
Eli Bendersky: Faster XML stream processing in Go
Link: https://eli.thegreenplace.net/2019/faster-xml-stream-processing-in-go/
XML processing was all the rage 15 years ago; while it's less
prominent these days, it's still an important task in some application domains.
In this post I'm going to compare the speed of stream-proc
Link: https://eli.thegreenplace.net/2019/faster-xml-stream-processing-in-go/
XML processing was all the rage 15 years ago; while it's less
prominent these days, it's still an important task in some application domains.
In this post I'm going to compare the speed of stream-proc
Eli Bendersky: My favorite prime number generator
Link: https://eli.thegreenplace.net/2023/my-favorite-prime-number-generator/
Many years ago I've re-posted a Stack Overflow answer with Python code for a terse prime sieve
function that generates a potentially infinite sequence of prime
numbers ("potentially" because it will r
Link: https://eli.thegreenplace.net/2023/my-favorite-prime-number-generator/
Many years ago I've re-posted a Stack Overflow answer with Python code for a terse prime sieve
function that generates a potentially infinite sequence of prime
numbers ("potentially" because it will r
Test and Code: 220: Getting the most out of PyCon, including juggling - Rob Ludwick
Link: https://podcast.pythontest.com/episodes/220-juggling-pycon
PyCon US is just around the corner. I've asked Rob Ludwick to come on the show to discuss how to get the most out of your PyCon experience. There's a lot to do. A lot of activities to juggle, includi
Link: https://podcast.pythontest.com/episodes/220-juggling-pycon
PyCon US is just around the corner. I've asked Rob Ludwick to come on the show to discuss how to get the most out of your PyCon experience. There's a lot to do. A lot of activities to juggle, includi
Python Test
Python Test | 220: Getting the most out of PyCon, including juggling - Rob Ludwick
PyCon US is just around the corner. I've asked Rob Ludwick to come on the show to discuss how to get the most out of your PyCon experience. There's a lot to do. A lot of activities to juggle, incl...
Python People: Rob Ludwick - Getting the most out of PyCon, including juggling
Link: https://pythonpeople.fm/episodes/rob-ludwick-getting-the-most-out-of-pycon-including-juggling
PyCon US is just around the corner. I've asked Rob Ludwick to come on the show to discuss how to get the most out of your PyCon experience. There's a lot to do. A lot of activities to juggle, includi
Link: https://pythonpeople.fm/episodes/rob-ludwick-getting-the-most-out-of-pycon-including-juggling
PyCon US is just around the corner. I've asked Rob Ludwick to come on the show to discuss how to get the most out of your PyCon experience. There's a lot to do. A lot of activities to juggle, includi
Python People
Python People | Rob Ludwick - Getting the most out of PyCon, including juggling
PyCon US is just around the corner. I've asked Rob Ludwick to come on the show to discuss how to get the most out of your PyCon experience. There's a lot to do. A lot of activities to juggle, incl...
Programiz: Getting Started with Python
Link: https://www.programiz.com/python-programming/getting-started
In this tutorial, you will learn to write your first Python program.
Link: https://www.programiz.com/python-programming/getting-started
In this tutorial, you will learn to write your first Python program.
Programiz
Getting Started with Python
In this tutorial, you will learn to write your first Python program.
Django Weblog: Last call for DjangoCon Europe 2025 organizers
Link: https://www.djangoproject.com/weblog/2024/may/05/last-call-djangocon-europe-2025-organizers/
Note: This text is an updated and clarified version of the previous call. We
have opened up more 2025 event dates; targeting January - April and now also
June 2025.
DjangoCon Euro
Link: https://www.djangoproject.com/weblog/2024/may/05/last-call-djangocon-europe-2025-organizers/
Note: This text is an updated and clarified version of the previous call. We
have opened up more 2025 event dates; targeting January - April and now also
June 2025.
DjangoCon Euro
Django Project
Last call for DjangoCon Europe 2025 organizers
Posted by Thibaud Colas & DjangoCon Europe Support working group on May 5, 2024
Doug Hellmann: sphinxcontrib-sqltable 2.1.0 - SQLAlchemy 2.0 support
Link: https://doughellmann.com/releases/sphinxcontrib-sqltable-2-1-0/
What’s new in 2.1.0? update packaging to use pyproject.toml Update sqltable.py to support SQLAlchemy 2.0 (contributions by Gabriel Gaona) Pin SQLAlchemy>=2.0 to prevent backwards incompatibility with
Link: https://doughellmann.com/releases/sphinxcontrib-sqltable-2-1-0/
What’s new in 2.1.0? update packaging to use pyproject.toml Update sqltable.py to support SQLAlchemy 2.0 (contributions by Gabriel Gaona) Pin SQLAlchemy>=2.0 to prevent backwards incompatibility with
Doug Hellmann
sphinxcontrib-sqltable 2.1.0 - SQLAlchemy 2.0 support
What’s new in 2.1.0? update packaging to use pyproject.toml Update sqltable.py to support SQLAlchemy 2.0 (contributions by Gabriel Gaona) Pin SQLAlchemy>=2.0 to prevent backwards incompatibility with changes to the query execution interface. (contributions…
HoloViz: Plotting made easy with hvPlot: 0.9 and 0.10 releases
Link: https://blog.holoviz.org/posts/hvplot_release_0.10/
Link: https://blog.holoviz.org/posts/hvplot_release_0.10/
HoloViz Blog
HoloViz Blog - Plotting made easy with hvPlot: 0.9 and 0.10 releases
Release announcement for hvPlot 0.9 and 0.10, including: Polars integration, Xarray support added to the Explorer, Large timeseries exploration made easier, and more!
Zato Blog: What is an API gateway?
Link: https://zato.io/en/blog/what-is-an-api-gateway.html
What is an API gateway?
2024-05-06, by Dariusz Suchojad
In this article, we are going to use
Zato
in its capacity as a multi-protocol Python API gateway - we will integrate a few popular techn
Link: https://zato.io/en/blog/what-is-an-api-gateway.html
What is an API gateway?
2024-05-06, by Dariusz Suchojad
In this article, we are going to use
Zato
in its capacity as a multi-protocol Python API gateway - we will integrate a few popular techn
Seth Michael Larson: Backup Game Boy ROMs and saves on Ubuntu
Link: http://sethmlarson.dev/backup-game-boy-roms-and-saves-on-ubuntu?date=2024-05-06
Backup Game Boy ROMs and saves on Ubuntu
Link: http://sethmlarson.dev/backup-game-boy-roms-and-saves-on-ubuntu?date=2024-05-06
Backup Game Boy ROMs and saves on Ubuntu
Seth Michael Larson
Backup Game Boy ROMs and saves on Ubuntu
I'm a big fan of retro video games,
specifically the Game Boy Color, Advance, and GameCube collections.
The physicality of cartridges, link cables, and accessories before the internet was widely
...
specifically the Game Boy Color, Advance, and GameCube collections.
The physicality of cartridges, link cables, and accessories before the internet was widely
...