Real Python: Single and Double Underscore Naming Conventions in Python
Link: https://realpython.com/courses/single-double-underscore-naming-conventions/
Python has a few important naming conventions that are based on using either a single or double underscore character (_). These conventions allow you to differentiate between public and non-public nam
Link: https://realpython.com/courses/single-double-underscore-naming-conventions/
Python has a few important naming conventions that are based on using either a single or double underscore character (_). These conventions allow you to differentiate between public and non-public nam
Realpython
Single and Double Underscore Naming Conventions in Python – Real Python
In this video course, you'll learn a few Python naming conventions involving single and double underscores (_). You'll learn how to use this character to differentiate between public and non-public names in APIs, write safe classes for subclassing purposes…
PyCoder’s Weekly: Issue #670: pyproject.toml, DuckDB, Flet, and More (Feb. 25, 2025)
Link: https://pycoders.com/issues/670
#670 – FEBRUARY 25, 2025 View in Browser » How to Manage Python Projects With pyproject.toml Learn how to manage Python projects with the pyproject.toml configuration file. In this tutorial, you
Link: https://pycoders.com/issues/670
#670 – FEBRUARY 25, 2025 View in Browser » How to Manage Python Projects With pyproject.toml Learn how to manage Python projects with the pyproject.toml configuration file. In this tutorial, you
Pycoders
PyCoder’s Weekly | Issue #670
Issue #670 of the PyCoder’s Weekly newsletter, published Feb. 25, 2025.
Python GUIs: Which Python GUI library should you use? — Comparing the Python GUI libraries available in 2025
Link: https://www.pythonguis.com/faq/which-python-gui-library/
Python is a popular programming used for everything from scripting routine tasks to building websites and performing complex data analysis. While you can accomplish a lot with command line tools, some
Link: https://www.pythonguis.com/faq/which-python-gui-library/
Python is a popular programming used for everything from scripting routine tasks to building websites and performing complex data analysis. While you can accomplish a lot with command line tools, some
Python GUIs
Which Python GUI library should you use in 2025?
Comparing the Python GUI libraries available in 2025. Python is a popular programming used for everything from scripting routine tasks to building websites and performing complex data analysis.
👍1
Zato Blog: Automate Microsoft 365 Like a Pro: Skip the OAuth Headaches
Link: https://zato.io/en/blog/automate-microsoft-365-in-python.html
Automate Microsoft 365 Like a Pro: Skip the OAuth Headaches
2025-02-26, by Dariusz Suchojad
Are you tired of fighting with Microsoft 365 APIs and complex authentication flows? This
practical tu
Link: https://zato.io/en/blog/automate-microsoft-365-in-python.html
Automate Microsoft 365 Like a Pro: Skip the OAuth Headaches
2025-02-26, by Dariusz Suchojad
Are you tired of fighting with Microsoft 365 APIs and complex authentication flows? This
practical tu
Real Python: Quiz: How to Work With Polars LazyFrames
Link: https://realpython.com/quizzes/polars-lazyframe/
In this quiz, you’ll test your understanding of the techniques covered in
How to Work With Polars LazyFrames.
By working through the questions, you’ll review your understanding of why LazyFrames are a
Link: https://realpython.com/quizzes/polars-lazyframe/
In this quiz, you’ll test your understanding of the techniques covered in
How to Work With Polars LazyFrames.
By working through the questions, you’ll review your understanding of why LazyFrames are a
Realpython
How to Work With Polars LazyFrames Quiz – Real Python
This quiz will challenge your knowledge of working with Polars LazyFrames. You won't find all the answers in the tutorial, so you'll need to do some extra investigating. By finding all the answers, you're sure to learn some interesting things along the way.
PyPy: PyPy v7.3.19 release
Link: https://www.pypy.org/posts/2025/02/pypy-v7319-release.html
PyPy v7.3.19: release of python 2.7, 3.10 and 3.11 beta
The PyPy team is proud to release version 7.3.19 of PyPy. This is primarily a
bug-fix release fixing JIT-related problems and follows quickly on
Link: https://www.pypy.org/posts/2025/02/pypy-v7319-release.html
PyPy v7.3.19: release of python 2.7, 3.10 and 3.11 beta
The PyPy team is proud to release version 7.3.19 of PyPy. This is primarily a
bug-fix release fixing JIT-related problems and follows quickly on
PyPy
PyPy v7.3.19 release
PyPy v7.3.19: release of python 2.7, 3.10 and 3.11 beta
The PyPy team is proud to release version 7.3.19 of PyPy. This is primarily a
bug-fix release fixing JIT-related problems and follows quickly on
The PyPy team is proud to release version 7.3.19 of PyPy. This is primarily a
bug-fix release fixing JIT-related problems and follows quickly on
Real Python: How to Work With Polars LazyFrames
Link: https://realpython.com/polars-lazyframe/
A Polars LazyFrame provides an efficient way to handle large datasets through lazy evaluation. Unlike traditional DataFrames, LazyFrames don’t contain data but instead store a set of instructions know
Link: https://realpython.com/polars-lazyframe/
A Polars LazyFrame provides an efficient way to handle large datasets through lazy evaluation. Unlike traditional DataFrames, LazyFrames don’t contain data but instead store a set of instructions know
Realpython
How to Work With Polars LazyFrames – Real Python
In this tutorial, you'll gain an understanding of the principles behind Polars LazyFrames. You'll also learn why using LazyFrames is often the preferred option over more traditional DataFrames.
Ahmed Bouchefra: Python 3.13 in 2025 Breakthroughs: No-GIL, JIT, and iOS Support Explained
Link: https://efficientcoder.net/news/python-313-2025-breakthroughs-no-gil-jit-ios-support-explained/
Python 3.13 dropped its first stable release on October 7, 2024, and with the latest maintenance update—Python 3.13.2—released on February 6, 2025, the community’s still buzzing about what this versio
Link: https://efficientcoder.net/news/python-313-2025-breakthroughs-no-gil-jit-ios-support-explained/
Python 3.13 dropped its first stable release on October 7, 2024, and with the latest maintenance update—Python 3.13.2—released on February 6, 2025, the community’s still buzzing about what this versio
Efficient Coder
Python 3.13 in 2025 Breakthroughs: No-GIL, JIT, and iOS Support Explained | EfficientCoder
Learn modern web development.
Sebastian Pölsterl: scikit-survival 0.24.0 released
Link: https://k-d-w.org/blog/2025/02/scikit-survival-0.24.0-released/
It’s my pleasure to announce the release of scikit-survival 0.24.0.
A highlight of this release the addition of
cumulative_incidence_competing_risks()
which implements a non-parameteric estimator of t
Link: https://k-d-w.org/blog/2025/02/scikit-survival-0.24.0-released/
It’s my pleasure to announce the release of scikit-survival 0.24.0.
A highlight of this release the addition of
cumulative_incidence_competing_risks()
which implements a non-parameteric estimator of t
Sebastian Pölsterl
scikit-survival 0.24.0 released | Sebastian Pölsterl
It’s my pleasure to announce the release of scikit-survival 0.24.0.
A highlight of this release the addition of
cumulative_incidence_competing_risks()
which implements a non-parameteric estimator of the cumulative incidence function in the presence of competing…
A highlight of this release the addition of
cumulative_incidence_competing_risks()
which implements a non-parameteric estimator of the cumulative incidence function in the presence of competing…
Bojan Mihelac: Django-treebeard: Converting an Existing Model to MP_Node
Link: http://code.informatikamihelac.com/en/django-treebeard-converting-an-existing-model-to-mp_node/
This article explains how to convert an existing Django model into an MP_Node model in django-treebeard, handling migrations, data population, and field constraints.
Link: http://code.informatikamihelac.com/en/django-treebeard-converting-an-existing-model-to-mp_node/
This article explains how to convert an existing Django model into an MP_Node model in django-treebeard, handling migrations, data population, and field constraints.
Informatikamihelac
Django-treebeard: Converting an Existing Model to MP_Node
This article explains how to convert an existing Django model into an MP_Node model in django-treebeard, handling migrations, data population, and field constraints.
Zero to Mastery: Python Monthly Newsletter 💻🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-february-2025/?utm_source=python-rss-feed
63rd issue of Andrei Neagoie's must-read monthly Python Newsletter: which AI tool to use in 2025, Django vs. FastAPI, and much more. Read the full newsletter to get up-to-date with everything you need
Link: https://zerotomastery.io/blog/python-monthly-newsletter-february-2025/?utm_source=python-rss-feed
63rd issue of Andrei Neagoie's must-read monthly Python Newsletter: which AI tool to use in 2025, Django vs. FastAPI, and much more. Read the full newsletter to get up-to-date with everything you need
Zero To Mastery
[February 2025] Python Monthly Newsletter 💻🐍 | Zero To Mastery
Andrei Neagoie's must-read monthly Python Newsletter read by 15,000+ Pythonistas. Get up-to-date with the top Python news from last month.
Anarcat: testing the fish shell
Link: https://anarc.at/blog/2025-02-28-fish/
I have been testing fish for a couple months now (this file started on
2025-01-03T23:52:15-0500 according to stat(1)), and those are my
notes. I suspect people will have Opinions about my comments her
Link: https://anarc.at/blog/2025-02-28-fish/
I have been testing fish for a couple months now (this file started on
2025-01-03T23:52:15-0500 according to stat(1)), and those are my
notes. I suspect people will have Opinions about my comments her
Real Python: The Real Python Podcast – Episode #241: Deciphering Python Jargon & Compiling Python 1.0
Link: https://realpython.com/podcasts/rpp/241/
How do you learn the terms commonly used when speaking about Python? How is the jargon similar to other programming languages? Christopher Trudeau is back on the show this week, bringing another batch
Link: https://realpython.com/podcasts/rpp/241/
How do you learn the terms commonly used when speaking about Python? How is the jargon similar to other programming languages? Christopher Trudeau is back on the show this week, bringing another batch
Realpython
Episode #241: Deciphering Python Jargon & Compiling Python 1.0 – The Real Python Podcast
How do you learn the terms commonly used when speaking about Python? How is the jargon similar to other programming languages? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.
PyCon: Launching the PyCon US 2025 Schedule!
Link: https://pycon.blogspot.com/2025/02/launching-pycon-us-2025-schedule.html
We’re excited to announce the full schedule for PyCon US 2025!For another year in a row, PyCon US received over 900 proposal submissions with this year’s final count totalling 938 proposals! We are so
Link: https://pycon.blogspot.com/2025/02/launching-pycon-us-2025-schedule.html
We’re excited to announce the full schedule for PyCon US 2025!For another year in a row, PyCon US received over 900 proposal submissions with this year’s final count totalling 938 proposals! We are so
Blogspot
Launching the PyCon US 2025 Schedule!
We’re excited to announce the full schedule for PyCon US 2025! For another year in a row, PyCon US received over 900 proposal submissions wi...
Test and Code: pytest-md and pytest-md-report: Markdown reports for pytest
Link: https://testandcode.com/episodes/markdown-reports-pytest-md-pytest-md-report
Markdown reports as either text or markdown tables.Links:pytest-md-reportpytest-mdTop pytest Plugins
Learn pytestpytest is the number one test framework for Python.Learn the basics super fast with He
Link: https://testandcode.com/episodes/markdown-reports-pytest-md-pytest-md-report
Markdown reports as either text or markdown tables.Links:pytest-md-reportpytest-mdTop pytest Plugins
Learn pytestpytest is the number one test framework for Python.Learn the basics super fast with He
Test & Code
Test & Code | pytest-md and pytest-md-report: Markdown reports for pytest
Markdown reports as either text or markdown tables.Two fun plugins discussed.Links:pytest-md-reportpytest-mdTop pytest Plugins
Techiediaries - Django: Python 3.13 in 2025 Breakthroughs: No-GIL, JIT, and iOS Support Explained
Link: https://www.techiediaries.com/news/python-313-2025-breakthroughs-no-gil-jit-ios-support-explained/
Python 3.13 brings No-GIL, JIT compilation, and iOS support. Find out how it changes Python development in 2025.
Link: https://www.techiediaries.com/news/python-313-2025-breakthroughs-no-gil-jit-ios-support-explained/
Python 3.13 brings No-GIL, JIT compilation, and iOS support. Find out how it changes Python development in 2025.
Python GUIs: Build a To-do App With Python and Kivy — Magange Your Todo Items With Ease
Link: https://www.pythonguis.com/examples/kivy-to-do-app/
A To-do app is a program for managing tasks or activities that you intend to do at some point. It is a classic programming project for beginners, especially for those learning to create graphical user
Link: https://www.pythonguis.com/examples/kivy-to-do-app/
A To-do app is a program for managing tasks or activities that you intend to do at some point. It is a classic programming project for beginners, especially for those learning to create graphical user
Python GUIs
Build a To-do App With Python and Kivy
In this tutorial, you'll go through a series of steps to build a basic To-do app with Python, SQLite, and Kivy. A To-do app is a program for managing tasks or activities that you intend to do at some point.
Tryton News: Newsletter March 2025
Link: https://discuss.tryton.org/t/newsletter-march-2025/8350
During the last month we focused on adding and clarifying documentation,
fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes from our last relea
Link: https://discuss.tryton.org/t/newsletter-march-2025/8350
During the last month we focused on adding and clarifying documentation,
fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes from our last relea
Tryton Discussion
Newsletter March 2025
During the last month we focused on adding and clarifying documentation, fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes from our last release. We also added some new features which we would like to…
Real Python: Quiz: Python while Loops: Repeating Tasks Conditionally
Link: https://realpython.com/quizzes/python-while-loop/
In this quiz, you’ll test your understanding of Python while Loops: Repeating Tasks Conditionally.
The while keyword is used to initiate a loop that repeats a block of code while a condition is true.
Link: https://realpython.com/quizzes/python-while-loop/
In this quiz, you’ll test your understanding of Python while Loops: Repeating Tasks Conditionally.
The while keyword is used to initiate a loop that repeats a block of code while a condition is true.
Realpython
Python while Loops: Repeating Tasks Conditionally Quiz – Real Python
In this quiz, you'll test your understanding of Python's while loop. This loop allows you to execute a block of code repeatedly as long as a given condition remains true. Understanding how to use while loops effectively is a crucial skill for any Python developer.
Real Python: Quiz: Python Bytes
Link: https://realpython.com/quizzes/python-bytes/
In this quiz, you’ll test your understanding of Bytes Objects: Handling Binary Data in Python. By working through this quiz, you’ll revisit the key concepts related to this low-level data type.
[ Imp
Link: https://realpython.com/quizzes/python-bytes/
In this quiz, you’ll test your understanding of Bytes Objects: Handling Binary Data in Python. By working through this quiz, you’ll revisit the key concepts related to this low-level data type.
[ Imp
Realpython
Python Bytes Quiz – Real Python
In this quiz, you'll test your understanding of Python bytes objects. By working through this quiz, you'll revisit the key concepts related to this low-level data type.