death and gravity: reader 3.13 released – scheduled updates
Link: https://death.andgravity.com/reader-3-13
Hi there!
I'm happy to announce version 3.13 of reader, a Python feed reader library.
What's new? #
Here are the highlights since reader 3.12.
Scheduled updates #
reader now allows updating feeds at d
Link: https://death.andgravity.com/reader-3-13
Hi there!
I'm happy to announce version 3.13 of reader, a Python feed reader library.
What's new? #
Here are the highlights since reader 3.12.
Scheduled updates #
reader now allows updating feeds at d
Real Python: The Real Python Podcast – Episode #209: Python's Command-Line Utilities & Music Information Retrieval Tools
Link: https://realpython.com/podcasts/rpp/209/
What are the built-in Python modules that can work as useful command-line tools? How can these tools add more functionality to Windows machines? Christopher Trudeau is back on the show this week, brin
Link: https://realpython.com/podcasts/rpp/209/
What are the built-in Python modules that can work as useful command-line tools? How can these tools add more functionality to Windows machines? Christopher Trudeau is back on the show this week, brin
Realpython
Episode #209: Python's Command-Line Utilities & Music Information Retrieval Tools – The Real Python Podcast
What are the built-in Python modules that can work as useful command-line tools? How can these tools add more functionality to Windows machines? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.
Ned Batchelder: Coverage at a crossroads
Link: https://nedbatchelder.com/blog/202406/coverage_at_a_crossroads.html
This is an interesting time for coverage.py: I’m trying to make use of new
facilities in Python to drastically reduce the execution-time overhead, but it’s
raising tricky questions about how coverage
Link: https://nedbatchelder.com/blog/202406/coverage_at_a_crossroads.html
This is an interesting time for coverage.py: I’m trying to make use of new
facilities in Python to drastically reduce the execution-time overhead, but it’s
raising tricky questions about how coverage
Nedbatchelder
Coverage at a crossroads
This is an interesting time for coverage.py: I’m trying to make use of new facilities in Python to drastically reduce the execution-time overhead, but it’s raising tricky questions about how coverage should work.
DataWars.io: Replit Teams for Education Deprecation: All you need to know | DataWars
Link: https://www.datawars.io/articles/replit-teams-for-education-deprecation-all-you-need-to-know
Link: https://www.datawars.io/articles/replit-teams-for-education-deprecation-all-you-need-to-know
www.datawars.io
Replit Teams for Education Deprecation: All you need to know
Replit Teams for Education will shut down on August 1st, 2024. Here is all you need to know to find an alternative.
Python Software Foundation: Affirm your PSF Membership Voting Status
Link: https://pyfound.blogspot.com/2024/06/affirm-your-psf-membership-voting-status.html
Every PSF voting-eligible Member (Supporting, Managing, Contributing, and Fellow) needs to affirm their membership to vote in this year’s election.If you wish to vote in this year’s election, you must
Link: https://pyfound.blogspot.com/2024/06/affirm-your-psf-membership-voting-status.html
Every PSF voting-eligible Member (Supporting, Managing, Contributing, and Fellow) needs to affirm their membership to vote in this year’s election.If you wish to vote in this year’s election, you must
Python Software Foundation Blog
Affirm your PSF Membership Voting Status
Every PSF voting-eligible Member (Supporting, Managing, Contributing, and Fellow) needs to affirm their membership to vote in this year’s el...
Brett Cannon: My impressions of ReScript
Link: https://snarky.ca/my-impressions-of-rescript/
I maintain a GitHub Action called check-for-changed-files. For the purpose of this blog post what the action does isn&apost important, but the fact that I authored it originally in TypeScript is. See,
Link: https://snarky.ca/my-impressions-of-rescript/
I maintain a GitHub Action called check-for-changed-files. For the purpose of this blog post what the action does isn&apost important, but the fact that I authored it originally in TypeScript is. See,
Tall, Snarky Canadian
My impressions of ReScript
I maintain a GitHub Action called check-for-changed-files. For the purpose of this blog post what the action does isn't important, but the fact that I authored it originally in TypeScript is. See, one day I tried to update the NPM dependencies. Unfortunately…
Zato Blog: Getting started with network automation in Python
Link: https://zato.io/en/blog/network-automation-getting-started.html
Getting started with network automation in Python
2024-06-24, by Dariusz Suchojad
All network engineers and architects understand that automation is essential for efficiency and reliability,
e
Link: https://zato.io/en/blog/network-automation-getting-started.html
Getting started with network automation in Python
2024-06-24, by Dariusz Suchojad
All network engineers and architects understand that automation is essential for efficiency and reliability,
e
Python Bytes: #389 More OOP for Python?
Link: https://pythonbytes.fm/episodes/show/389/more-oop-for-python
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://solara.dev">Solara UI Framework</a></li>
<li><a href="https://nedbatchelder.com/blog/202406/coverage_at_a_crossroads.ht
Link: https://pythonbytes.fm/episodes/show/389/more-oop-for-python
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://solara.dev">Solara UI Framework</a></li>
<li><a href="https://nedbatchelder.com/blog/202406/coverage_at_a_crossroads.ht
pythonbytes.fm
More OOP for Python?
News and announcements from the Python community for the week of Jun 24th, 2024
Daniel Roy Greenfeld: London Tech Zero Hackathon on July 1 and 2!
Link: https://daniel.feldroy.com/posts/2024-06-london-hackathon-on-july-1-and-2
On the 1st and 2nd of July is the first-ever London Tech Zero Hackathon, supported by Kraken Tech.
Taking place in the Vinyl Factory in Soho, for two days developers, designers, and others will hack o
Link: https://daniel.feldroy.com/posts/2024-06-london-hackathon-on-july-1-and-2
On the 1st and 2nd of July is the first-ever London Tech Zero Hackathon, supported by Kraken Tech.
Taking place in the Vinyl Factory in Soho, for two days developers, designers, and others will hack o
Daniel Roy Greenfeld
London Tech Zero Hackathon on July 1 and 2!
On the 1st and 2nd of July is the first-ever London Tech Zero Hackathon, supported by Kraken Tech.
Real Python: Creating Great README Files for Your Python Projects
Link: https://realpython.com/readme-python-project/
Most software projects benefit from having a piece of documentation that provides a quick start guide for setting up, using, and contributing to the project. This is especially true in open-source pro
Link: https://realpython.com/readme-python-project/
Most software projects benefit from having a piece of documentation that provides a quick start guide for setting up, using, and contributing to the project. This is especially true in open-source pro
Realpython
Creating Great README Files for Your Python Projects – Real Python
In this tutorial, you'll learn how to create, organize, and format high-quality README files for your Python projects.
eGenix.com: Python Meeting Düsseldorf - 2024-07-03
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2024-07-03
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
03.0
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2024-07-03
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
03.0
eGenix.com
eGenix.com: Python Meeting Düsseldorf - 2024-07-03
We are pleased to announce the next Python Meeting Düsseldorf on 2024-07-03.
Python Software Foundation: It’s time to make nominations for the PSF Board Election!
Link: https://pyfound.blogspot.com/2024/06/its-time-to-make-nominations-for-psf.html
This year’s Board Election Nomination period opens tomorrow and closes on June 25th. Who runs for the board? People who care about the Python community, who want to see it flourish and grow, and also
Link: https://pyfound.blogspot.com/2024/06/its-time-to-make-nominations-for-psf.html
This year’s Board Election Nomination period opens tomorrow and closes on June 25th. Who runs for the board? People who care about the Python community, who want to see it flourish and grow, and also
Python Software Foundation Blog
It’s time to make nominations for the PSF Board Election!
This year’s Board Election Nomination period opens tomorrow and closes on June 25th. Who runs for the board? People who care about the Pytho...
pygame: pygame 2.6.0
Link: https://www.pygame.org/news/2024/6/pygame-2-6-0
python3 -m pip install -U pygame==2.6.0
Read the release notes to find out what changed.
Please file an issue if you notice a problem:
https://github.com/pygame/pygame/issues
Link: https://www.pygame.org/news/2024/6/pygame-2-6-0
python3 -m pip install -U pygame==2.6.0
Read the release notes to find out what changed.
Please file an issue if you notice a problem:
https://github.com/pygame/pygame/issues
www.pygame.org
pygame 2.6.0 — 25 Jun, 2024
A new release of pygame is out.
Real Python: Build a GUI Calculator With PyQt and Python
Link: https://realpython.com/courses/build-gui-calculator-pyqt/
Even though web and mobile applications appear to have taken over the software development market, there’s still demand for traditional graphical user interface (GUI) desktop applications. If you’re i
Link: https://realpython.com/courses/build-gui-calculator-pyqt/
Even though web and mobile applications appear to have taken over the software development market, there’s still demand for traditional graphical user interface (GUI) desktop applications. If you’re i
Realpython
Build a GUI Calculator With PyQt and Python – Real Python
In this video course, you'll learn how to create graphical user interface (GUI) applications with Python and PyQt. Once you've covered the basics, you'll build a fully functional desktop calculator that can respond to user events with concrete actions.
Python Software Foundation: FAQ for Proposed Changes to PSF Bylaws
Link: https://pyfound.blogspot.com/2024/06/faq-for-proposed-changes-to-psf-bylaws.html
As part of the PSF Board Election, there are three proposed changes to the PSF Bylaws which will be on the upcoming ballot. We have received a significant amount of feedback relating to proposed chang
Link: https://pyfound.blogspot.com/2024/06/faq-for-proposed-changes-to-psf-bylaws.html
As part of the PSF Board Election, there are three proposed changes to the PSF Bylaws which will be on the upcoming ballot. We have received a significant amount of feedback relating to proposed chang
Python Software Foundation Blog
FAQ for Proposed Changes to PSF Bylaws
As part of the PSF Board Election, there are three proposed changes to the PSF Bylaws which will be on the upcoming ballot. We have receive...
PyCharm: PyCharm 2024.1.4: What’s New!
Link: https://blog.jetbrains.com/pycharm/2024/06/pycharm-2024-1-4/
PyCharm 2024.1.4 is here! View and navigate to URLs directly from the Editor tab, get context-based model suggestions for Hugging Face, and enjoy smart code assistance for TypedDict (PEP 692).
You can
Link: https://blog.jetbrains.com/pycharm/2024/06/pycharm-2024-1-4/
PyCharm 2024.1.4 is here! View and navigate to URLs directly from the Editor tab, get context-based model suggestions for Hugging Face, and enjoy smart code assistance for TypedDict (PEP 692).
You can
PyCoder’s Weekly: Issue #635 (June 25, 2024)
Link: https://pycoders.com/issues/635
#635 – JUNE 25, 2024 View in Browser » PEP 2026: Calendar Versioning for Python This PEP proposes updating the versioning scheme for Python to include the calendar year. This aims to make the su
Link: https://pycoders.com/issues/635
#635 – JUNE 25, 2024 View in Browser » PEP 2026: Calendar Versioning for Python This PEP proposes updating the versioning scheme for Python to include the calendar year. This aims to make the su
Pycoders
PyCoder’s Weekly | Issue #635
Issue #635 of the PyCoder’s Weekly newsletter, published June 25, 2024.
Armin Ronacher: What is Self Hosted? What is a Stack?
Link: http://lucumr.pocoo.org/2024/6/26/what-is-self-hosted
My colleague Ben Vingar wrote a tool called
Counterscale which I would describe as
“deploy your own analytics”. Except there is a catch: it needs Cloudflare
to run. Is it really self hosted if your
Link: http://lucumr.pocoo.org/2024/6/26/what-is-self-hosted
My colleague Ben Vingar wrote a tool called
Counterscale which I would describe as
“deploy your own analytics”. Except there is a catch: it needs Cloudflare
to run. Is it really self hosted if your
Armin Ronacher's Thoughts and Writings
What is Self Hosted? What is a Stack?
Some thoughts on self hosted Open Source software.
Real Python: Understanding the Python Mock Object Library
Link: https://realpython.com/python-mock-library/
Python’s unittest.mock library is a tool that helps you create mock objects to simulate complex logic and unpredictable dependencies.
This helps you write valuable tests that verify your application l
Link: https://realpython.com/python-mock-library/
Python’s unittest.mock library is a tool that helps you create mock objects to simulate complex logic and unpredictable dependencies.
This helps you write valuable tests that verify your application l
Realpython
Understanding the Python Mock Object Library – Real Python
In this tutorial, you'll learn how to use the Python mock object library, unittest.mock, to create and use mock objects to improve your tests. Obstacles like complex logic and unpredictable dependencies make writing valuable tests difficult, but unittest.mock…
Django Weblog: Django 5.1 beta 1 released
Link: https://www.djangoproject.com/weblog/2024/jun/26/django-51-beta-1-released/
Django 5.1 beta 1 is now available. It represents the second stage in the 5.1
release cycle and is an opportunity for you to try out the changes coming in
Django 5.1.
Django 5.1 brings a kaleidoscope
Link: https://www.djangoproject.com/weblog/2024/jun/26/django-51-beta-1-released/
Django 5.1 beta 1 is now available. It represents the second stage in the 5.1
release cycle and is an opportunity for you to try out the changes coming in
Django 5.1.
Django 5.1 brings a kaleidoscope
Django Project
Django 5.1 beta 1 released
Posted by Natalia Bidart on June 26, 2024
Mark Dufour: Shed Skin restricted-Python-to-C++ compiler 0.9.9
Link: http://shed-skin.blogspot.com/2024/06/shed-skin-restricted-python-to-c.html
I have just released version 0.9.9 of Shed Skin, a restricted-Python-to-C++ compiler. It comes with many changes under the hood to improve the code base. For example, Shakeeb has started adding type a
Link: http://shed-skin.blogspot.com/2024/06/shed-skin-restricted-python-to-c.html
I have just released version 0.9.9 of Shed Skin, a restricted-Python-to-C++ compiler. It comes with many changes under the hood to improve the code base. For example, Shakeeb has started adding type a
Blogspot
Shed Skin restricted-Python-to-C++ compiler 0.9.9
I have just released version 0.9.9 of Shed Skin, a restricted-Python-to-C++ compiler. It comes with many changes under the hood to improve t...