Daniel Roy Greenfeld: TIL: Undecorating a functools.wraps decorated function
Link: https://daniel.feldroy.com/posts/til-2025-02-unwrapping-a-wrapped-function
Another reason to use functools.wraps!
Link: https://daniel.feldroy.com/posts/til-2025-02-unwrapping-a-wrapped-function
Another reason to use functools.wraps!
https://daniel.feldroy.com
TIL: Undecorating a functools.wraps decorated function
Another reason to use functools.wraps!
DataWars.io: 7 free Machine Learning projects to practice using Python | DataWars
Link: https://www.datawars.io/articles/7-free-machine-learning-projects-to-practice-using-python
Link: https://www.datawars.io/articles/7-free-machine-learning-projects-to-practice-using-python
www.datawars.io
7 free Machine Learning projects to practice using Python
A collection of free projects to practice machine learning with real life examples using Python
Real Python: Quiz: How to Use sorted() and .sort() in Python
Link: https://realpython.com/quizzes/python-sort/
In this quiz, you’ll test your understanding of
sorting in Python.
By working through this quiz, you’ll revisit how to sort various types of data in different data structures, customize the order, and
Link: https://realpython.com/quizzes/python-sort/
In this quiz, you’ll test your understanding of
sorting in Python.
By working through this quiz, you’ll revisit how to sort various types of data in different data structures, customize the order, and
Realpython
How to Use sorted() and .sort() in Python Quiz – Real Python
In this quiz, you'll test your understanding of sorting in Python using sorted() and .sort(). You'll revisit how to sort various types of data in different data structures, customize the order, and work with two different ways of sorting in Python.
Django Weblog: Call for Proposals for DjangoCon Africa 2025 is now open!
Link: https://www.djangoproject.com/weblog/2025/feb/24/cfp-for-djangocon-africa-2025-is-now-open/
The call for proposals for DjangoCon Africa 2025 is officially open! 💃🏻 Come be a part of this headline event by submitting a talk.
Submit a proposal for DjangoCon Africa 2025
Why speak at DjangoCon A
Link: https://www.djangoproject.com/weblog/2025/feb/24/cfp-for-djangocon-africa-2025-is-now-open/
The call for proposals for DjangoCon Africa 2025 is officially open! 💃🏻 Come be a part of this headline event by submitting a talk.
Submit a proposal for DjangoCon Africa 2025
Why speak at DjangoCon A
Django Project
Call for Proposals for DjangoCon Africa 2025 is now open!
Posted by DjangoCon Africa 2025 organizers on Feb. 24, 2025
Real Python: How to Use sorted() and .sort() in Python
Link: https://realpython.com/python-sort/
Sorting in Python is a fundamental task that you can accomplish using sorted() and .sort(). The sorted() function returns a new sorted list from the elements of any iterable, without modifying the ori
Link: https://realpython.com/python-sort/
Sorting in Python is a fundamental task that you can accomplish using sorted() and .sort(). The sorted() function returns a new sorted list from the elements of any iterable, without modifying the ori
Realpython
How to Use sorted() and .sort() in Python – Real Python
In this tutorial, you'll learn how to sort various types of data in different data structures in Python. You'll explore custom sorting orders and work with two distinct ways of sorting.
Python Bytes: #421 22 years old
Link: https://pythonbytes.fm/episodes/show/421/22-years-old
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://github.com/cle-b/httpdbg?featured_on=pythonbytes">httpdbg</a></strong></li>
<li><strong><a href="https://socket
Link: https://pythonbytes.fm/episodes/show/421/22-years-old
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://github.com/cle-b/httpdbg?featured_on=pythonbytes">httpdbg</a></strong></li>
<li><strong><a href="https://socket
pythonbytes.fm
22 years old
News and announcements from the Python community for the week of Feb 24th, 2025
Łukasz Langa: A peek into a possible future of Python in the browser
Link: https://lukasz.langa.pl/f37aa97a-9ea3-4aeb-b6a0-9daeea5a7505/
My Python code was too slow, so I made it faster with Python. For some definition of “Python”.
Link: https://lukasz.langa.pl/f37aa97a-9ea3-4aeb-b6a0-9daeea5a7505/
My Python code was too slow, so I made it faster with Python. For some definition of “Python”.
lukasz.langa.pl
A peek into a possible future of Python in the browser - Łukasz Langa
My Python code was too slow, so I made it faster with Python. For some definition of “Python”.
Talk Python to Me: #495: OSMnx: Python and OpenStreetMap
Link: https://talkpython.fm/episodes/show/495/osmnx-python-and-openstreetmap
On this episode, I’m joined by Dr. Jeff Boeing, an assistant professor at the University of Southern California whose research spans urban planning, spatial analysis, and data science. We explore why
Link: https://talkpython.fm/episodes/show/495/osmnx-python-and-openstreetmap
On this episode, I’m joined by Dr. Jeff Boeing, an assistant professor at the University of Southern California whose research spans urban planning, spatial analysis, and data science. We explore why
talkpython.fm
OSMnx: Python and OpenStreetMap
On this episode, I'm joined by Dr. Geoff Boeing, an assistant professor at the University of Southern California whose research spans urban planning, spatial analysis, and data science. We explore why OpenStreetMap is such a powerful source of global map…
PyPy: Low Overhead Allocation Sampling with VMProf in PyPy's GC
Link: https://www.pypy.org/posts/2025/02/pypy-gc-sampling.html
Introduction
There are many time-based statistical profilers around (like VMProf or py-spy
just to name a few). They allow the user to pick a trade-off between profiling
precision and runtime overhead
Link: https://www.pypy.org/posts/2025/02/pypy-gc-sampling.html
Introduction
There are many time-based statistical profilers around (like VMProf or py-spy
just to name a few). They allow the user to pick a trade-off between profiling
precision and runtime overhead
PyPy
Low Overhead Allocation Sampling with VMProf in PyPy's GC
Introduction
There are many time-based statistical profilers around (like VMProf or py-spy
just to name a few). They allow the user to pick a trade-off between profiling
precision and runtime overhead
There are many time-based statistical profilers around (like VMProf or py-spy
just to name a few). They allow the user to pick a trade-off between profiling
precision and runtime overhead
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.