Real Python: How to Manage Python Projects With pyproject.toml
Link: https://realpython.com/python-pyproject-toml/
The pyproject.toml file simplifies Python project configuration by unifying package setup, managing dependencies, and streamlining builds. In this tutorial, you’ll learn how it can improve your day-to
Link: https://realpython.com/python-pyproject-toml/
The pyproject.toml file simplifies Python project configuration by unifying package setup, managing dependencies, and streamlining builds. In this tutorial, you’ll learn how it can improve your day-to
Realpython
How to Manage Python Projects With pyproject.toml – Real Python
Learn how to manage Python projects with the pyproject.toml configuration file. In this tutorial, you'll explore key use cases of the pyproject.toml file, including configuring your build, installing your package locally, managing dependencies, and publishing…
Armin Ronacher: Ugly Code and Dumb Things
Link: http://lucumr.pocoo.org/2025/2/20/ugly-code
This week I had a conversation with one of our engineers about “shitty
code” which lead me to sharing with him one of my more unusual
inspirations: Flamework, a
pseudo framework created at Flickr.
Tw
Link: http://lucumr.pocoo.org/2025/2/20/ugly-code
This week I had a conversation with one of our engineers about “shitty
code” which lead me to sharing with him one of my more unusual
inspirations: Flamework, a
pseudo framework created at Flickr.
Tw
Armin Ronacher's Thoughts and Writings
Ugly Code and Dumb Things
Why ugly and dumb code sometimes blind sights engineers from the
PyBites: NLP Made Easy: How We Prioritize Exercise Improvements with a Few Lines of Code
Link: https://pybit.es/articles/nlp-made-easy-prioritizing-exercise-improvements-in-a-few-loc/
We highly appreciate user feedback for continuous improvement. With hundreds of Bite exercises and thousands of reviews, it’s easy to get overwhelmed by the data though. How do you uncover insights fr
Link: https://pybit.es/articles/nlp-made-easy-prioritizing-exercise-improvements-in-a-few-loc/
We highly appreciate user feedback for continuous improvement. With hundreds of Bite exercises and thousands of reviews, it’s easy to get overwhelmed by the data though. How do you uncover insights fr
Pybites
NLP Made Easy: How We Prioritize Exercise Improvements With A Few Lines Of Code - Pybites
Enter TextBlob, a Python library that abstracts away the complexities of Natural Language Processing (NLP).
Python Morsels: Multiline strings
Link: https://www.pythonmorsels.com/multi-line-strings/
Need to represent multiple lines of text in Python? Use Python's multi-line string syntax!
Table of contents
A string with line breaks in it
Using string concatenation to build up long strings
Mul
Link: https://www.pythonmorsels.com/multi-line-strings/
Need to represent multiple lines of text in Python? Use Python's multi-line string syntax!
Table of contents
A string with line breaks in it
Using string concatenation to build up long strings
Mul
Pythonmorsels
Multiline strings
Need to represent multiple lines of text in Python? Use Python's multi-line string syntax!
Real Python: The Real Python Podcast – Episode #240: Telling Effective Stories With Your Python Visualizations
Link: https://realpython.com/podcasts/rpp/240/
How do you make compelling visualizations that best convey the story of your data? What methods can you employ within popular Python tools to improve your plots and graphs? This week on the show, Matt
Link: https://realpython.com/podcasts/rpp/240/
How do you make compelling visualizations that best convey the story of your data? What methods can you employ within popular Python tools to improve your plots and graphs? This week on the show, Matt
Realpython
Episode #240: Telling Effective Stories With Your Python Visualizations – The Real Python Podcast
How do you make compelling visualizations that best convey the story of your data? What methods can you employ within popular Python tools to improve your plots and graphs? This week on the show, Matt Harrison returns to discuss his new book "Effective Visualization:…
Talk Python to Me: #494: Update on Flet: Python + Flutter UIs
Link: https://talkpython.fm/episodes/show/494/update-on-flet-python-flutter-uis
As Python developers, we're incredibly lucky to have over half a million packages that we can use to build our applications with over at PyPI. However, when it comes to choosing a UI framework, the op
Link: https://talkpython.fm/episodes/show/494/update-on-flet-python-flutter-uis
As Python developers, we're incredibly lucky to have over half a million packages that we can use to build our applications with over at PyPI. However, when it comes to choosing a UI framework, the op
talkpython.fm
Update on Flet: Python + Flutter UIs
As Python developers, we're incredibly lucky to have over half a million packages that we can use to build our applications with over at PyPI. However, when it comes to choosing a UI framework, the options get narrowed down very quickly. Intersect those choices…
👍1
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.