Django Weblog: Django 5.1 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 of...
View ArticleMark Dufour: 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 the code base. For example, Shakeeb has started adding type...
View ArticlePython Software Foundation: Announcing the PSF Board Candidates for 2024!
What an exciting list! Please take a look at who is running for the PSF Board this year on the PSF Board Election 2024 Nominees page. This year there are 3 seats open on the PSF board. You can see who...
View ArticlePython Insider: Python 3.13.0 beta 3 released
I'm pleased to announce the release of Python 3.13 beta 3.https://www.python.org/downloads/release/python-3130b3/ This is a beta preview of Python 3.13Python 3.13 is still in development. This...
View ArticlePython Software Foundation: For your consideration: Proposed bylaws changes...
EDIT MADE ON JUNE 27th, 2024: A typographical error was discovered in the GitHub link for Change 2. The link in this post reflects the actual text that will be incorporated in the bylaws should the...
View ArticleRobin Wilson: A load of links…
For months now I’ve been collecting a load of links saying that I’ll get round to blogging them "soon". Well, I’m currently babysitting for a friend’s daughter (who is sleeping peacefully upstairs), so...
View ArticleLuke Plant: Keeping things in sync: derive vs test
An extremely common problem in programming is that multiple parts of a program need to be kept in sync – they need to do exactly the same thing or behave in a consistent way. It is in response to this...
View ArticleReal Python: The Real Python Podcast – Episode #210: Creating a Guitar...
What techniques go into synthesizing a guitar sound in Python? What higher-level programming and Python concepts can you practice while building advanced projects? This week on the show, we talk with...
View ArticleZero to Mastery: Python Monthly Newsletter 💻🐍
55th issue of Andrei Neagoie's must-read monthly Python Newsletter
View ArticleAwesome Python Applications: Codex
Codex: Self-hostable comic archive browser and reader.Links:RepoDemo
View ArticleAwesome Python Applications: Plane
Plane: Modern, self-hostable issue and product roadmap tracker. An alternative to JIRA, Linear, and Asana.Links:RepoHome
View ArticleAwesome Python Applications: napar
napar: A fast, interactive, multi-dimensional image viewer for annotation and analysis of large images.Links:RepoHomeFund
View ArticleAwesome Python Applications: aider
aider: Console-based LLM pair programming tool, to edit code in your local git repository.Links:RepoHome
View ArticlePython GUIs: PyQt6, PySide6, PyQt5 and PySide2 Books -- updated for 2024! —...
Hello! Today I have released new digital updates to my PyQt5, PyQt6, PySide2 and PySide6 book Create GUI Applications with Python & Qt.PyQt6 Book 5th Edition, Create GUI Applications with Python...
View ArticleSebastian Pölsterl: scikit-survival 0.23.0 released
I am pleased to announce the release of scikit-survival 0.23.0.This release adds support for scikit-learn 1.4 and 1.5, which includes missing value support for RandomSurvivalForest. For more details on...
View ArticleTestDriven.io: Reusable Components in Django with Stimulus and Tailwind CSS -...
This tutorial looks at how to build client-side UI components in Django with Stimulus and Tailwind.
View ArticleEuroPython: How to Maximize Your Experience at EuroPython 2024 🐍✨
EuroPython 2024 is set to be an electrifying event for Python enthusiasts, taking place in the vibrant city of Prague from July 8th to 14th. Whether you&aposre a first-timer or a seasoned attendee,...
View ArticleeGenix.com: eGenix PyRun - One file Python Runtime 2.5.0 GA
IntroductioneGenix PyRun™ is our open source, one file, no installation version of Python, making the distribution of a Python interpreter to run Python based scripts and applications to Unix based...
View ArticleTestDriven.io: Reusable Components in Django with Stimulus and Tailwind CSS -...
This tutorial looks at how to add server-side components to our client-side setup with Django.
View ArticleReal Python: Python's Built-in Functions: A Complete Exploration
Python has many built-in functions that you can use directly without importing anything. These functions cover a wide variety of common programming tasks that include performing math operations,...
View Article