Shannon -jj Behrens: Python: Advice for Patching Your Code at Runtime
Link: http://www.jjinux.com/2023/05/python-advice-to-patchers.html
A lot of people use mock.patch() in their tests, but it's also sometimes useful to monkey-patch code at runtime. This blog post talks about why and how.
Let's imagine that you're using some library (p
Link: http://www.jjinux.com/2023/05/python-advice-to-patchers.html
A lot of people use mock.patch() in their tests, but it's also sometimes useful to monkey-patch code at runtime. This blog post talks about why and how.
Let's imagine that you're using some library (p
Jjinux
Python: Advice for Patching Your Code at Runtime
A lot of people use mock.patch() in their tests, but it's also sometimes useful to monkey-patch code at runtime. This blog post talks about...
Zero to Mastery: Python Monthly Newsletter 💻🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-may-2023/?utm_source=python-rss-feed
42nd issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Link: https://zerotomastery.io/blog/python-monthly-newsletter-may-2023/?utm_source=python-rss-feed
42nd issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Zero To Mastery
[May 2023] Python Monthly Newsletter 💻🐍 | Zero To Mastery
42nd issue of the Python Monthly Newsletter! Read by 25,000+ Python developers, Andrei covers the most important Python news to keep you sharp & up-to-date.
PyBites: From 0 to 1 in Python: how Charles shipped his Fusion Chronicles Django app
Link: https://pybit.es/articles/from-0-to-1-in-python-how-charles-shipped-his-fusion-chronicles-django-app/
Welcome back to the Pybites podcast!
Watch here:
Listen here:
In this insightful conversation with software developer, PDM-er, and entrepreneur Charles Carriere, we delve into his journey of launch
Link: https://pybit.es/articles/from-0-to-1-in-python-how-charles-shipped-his-fusion-chronicles-django-app/
Welcome back to the Pybites podcast!
Watch here:
Listen here:
In this insightful conversation with software developer, PDM-er, and entrepreneur Charles Carriere, we delve into his journey of launch
PyBites
From 0 To 1 In Python: How Charles Shipped His Fusion Chronicles Django App - PyBites
He shares his experience of creating a Django app in our PDM program around fusion energy, aggregating and summarizing (using AI!) articles, and his future
Stack Abuse: Simple NLP in Python with TextBlob: Pluralization and Singularization
Link: https://stackabuse.com/simple-nlp-in-python-with-textblob-pluralization-and-singularization/
Introduction
In today's digital world, there is a vast amount of text data created and transferred in the form of news, tweets, and social media posts. Can you imagine the time and effort needed to pr
Link: https://stackabuse.com/simple-nlp-in-python-with-textblob-pluralization-and-singularization/
Introduction
In today's digital world, there is a vast amount of text data created and transferred in the form of news, tweets, and social media posts. Can you imagine the time and effort needed to pr
Stack Abuse
Simple NLP in Python with TextBlob: Pluralization and Singularization
In today's digital world, there is a vast amount of text data created and transferred in the form of news, tweets, and social media posts. Can you imagine the...
Mike Driscoll: PyDev of the Week: Draga Doncila Pop
Link: https://www.blog.pythonlibrary.org/2023/05/29/pydev-of-the-week-draga-doncila-pop/
This week we welcome Draga Doncila Pop as our PyDev of the Week! Draga is a core developer of the napari package, which is a multi-dimensional image viewer for Python. Draga also speaks at Python conf
Link: https://www.blog.pythonlibrary.org/2023/05/29/pydev-of-the-week-draga-doncila-pop/
This week we welcome Draga Doncila Pop as our PyDev of the Week! Draga is a core developer of the napari package, which is a multi-dimensional image viewer for Python. Draga also speaks at Python conf
Mouse Vs Python
PyDev of the Week: Draga Doncila Pop - Mouse Vs Python
This week we welcome Draga Doncila Pop as our PyDev of the Week! Draga is a core developer of the napari package, which is a multi-dimensional image
Python for Beginners: Tuple Comprehension in Python
Link: https://www.pythonforbeginners.com/basics/tuple-comprehension-in-python
You might have read about list comprehension, dictionary comprehension, set comprehension, etc in Python. However, there is no tuple comprehension in Python. In this article, we will discuss why there
Link: https://www.pythonforbeginners.com/basics/tuple-comprehension-in-python
You might have read about list comprehension, dictionary comprehension, set comprehension, etc in Python. However, there is no tuple comprehension in Python. In this article, we will discuss why there
PythonForBeginners.com
Tuple Comprehension in Python - PythonForBeginners.com
Tuple Comprehension in Python will help you improve your python skills with easy to follow examples and tutorials.
Python Software Foundation: The Python Language Summit 2023
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023_29.html
Every year, just before the start of PyCon US, core developers, triagers, and special guests gather for the Python Language Summit: an all-day event of talks where the future direction of Python is di
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023_29.html
Every year, just before the start of PyCon US, core developers, triagers, and special guests gather for the Python Language Summit: an all-day event of talks where the future direction of Python is di
Python Software Foundation Blog
The Python Language Summit 2023
Every year, just before the start of PyCon US, core developers, triagers, and special guests gather for the Python Language Summit: an all-...
Python Software Foundation: The Python Language Summit 2023: What is the Standard Library for?
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-what-is.html
Brett Cannon came to the Python Language Summit this year with a fundamental question for the assembled core developers: What is the standard library for?According to a quick python -c "import sys; p
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-what-is.html
Brett Cannon came to the Python Language Summit this year with a fundamental question for the assembled core developers: What is the standard library for?According to a quick python -c "import sys; p
Python Software Foundation Blog
The Python Language Summit 2023: What is the Standard Library for?
Brett Cannon came to the Python Language Summit this year with a fundamental question for the assembled core developers: What is the stand...
Python Software Foundation: The Python Language Summit 2023: Lightning Talks
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023.html
The Python Language Summit 2023 closed off with a trio of lightning talks from Dong-hee Na, Carl Meyer and Amethyst Reese.Dong-hee Na: Let’s support LLVM-BOLT as an official featureCPython Core Develo
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023.html
The Python Language Summit 2023 closed off with a trio of lightning talks from Dong-hee Na, Carl Meyer and Amethyst Reese.Dong-hee Na: Let’s support LLVM-BOLT as an official featureCPython Core Develo
Python Software Foundation Blog
The Python Language Summit 2023: Lightning Talks
The Python Language Summit 2023 closed off with a trio of lightning talks from Dong-hee Na, Carl Meyer and Amethyst Reese. Dong-hee Na: Le...
Python Software Foundation: The Python Language Summit 2023: Pattern Matching, __match__, and View Patterns
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-pattern.html
One of the most exciting new features in Python 3.10 was the introduction of pattern matching (introduced in PEPs 634, 635 and 636). Pattern matching has a wide variety of uses, but really shines in s
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-pattern.html
One of the most exciting new features in Python 3.10 was the introduction of pattern matching (introduced in PEPs 634, 635 and 636). Pattern matching has a wide variety of uses, but really shines in s
Python Software Foundation Blog
The Python Language Summit 2023: Pattern Matching, __match__, and View Patterns
One of the most exciting new features in Python 3.10 was the introduction of pattern matching (introduced in PEPs 634 , 635 and 636 ). Pat...
Python Software Foundation: The Python Language Summit 2023: Python on Mobile
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-python.html
At the Python Language Summit 2023, Russell Keith-Magee presented on the ongoing efforts of BeeWare, a project that aims to make it easier to run Python on mobile platforms such as Android and iOS.The
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-python.html
At the Python Language Summit 2023, Russell Keith-Magee presented on the ongoing efforts of BeeWare, a project that aims to make it easier to run Python on mobile platforms such as Android and iOS.The
Python Software Foundation Blog
The Python Language Summit 2023: Python on Mobile
At the Python Language Summit 2023 , Russell Keith-Magee presented on the ongoing efforts of BeeWare , a project that aims to make it easie...
Real Python: Choosing the Best Coding Font for Programming
Link: https://realpython.com/coding-font/
When you’re coding, there’s always a font involved in displaying the text on the screen. Yet, the font that you use is an often-overlooked piece in your programming tool kit. Many operating systems an
Link: https://realpython.com/coding-font/
When you’re coding, there’s always a font involved in displaying the text on the screen. Yet, the font that you use is an often-overlooked piece in your programming tool kit. Many operating systems an
Realpython
Choosing the Best Coding Font for Programming – Real Python
The font that you use is an important piece in your tool kit as a programmer. After all, you look at your programming font the whole time when writing code. In this tutorial, you'll find your perfect font for coding.
Python Software Foundation: The Python Language Summit 2023: Making the Global Interpreter Lock Optional
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-making.html
The Global Interpreter Lock (“GIL”), is one of the most fundamental parts of how Python works today. It’s also one of the most controversial parts, as it prevents true concurrency between threads – an
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-making.html
The Global Interpreter Lock (“GIL”), is one of the most fundamental parts of how Python works today. It’s also one of the most controversial parts, as it prevents true concurrency between threads – an
Python Software Foundation Blog
The Python Language Summit 2023: Making the Global Interpreter Lock Optional
The Global Interpreter Lock (“GIL”), is one of the most fundamental parts of how Python works today. It’s also one of the most controversia...
Python Software Foundation: The Python Language Summit 2023: Burnout is Real
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-burnout.html
Guido van Rossum, creator of the Python programming language, spoke at the 2023 Python Language Summit on the subject of open-source burnout, strategies for tackling it, and how to avoid it.The first
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-burnout.html
Guido van Rossum, creator of the Python programming language, spoke at the 2023 Python Language Summit on the subject of open-source burnout, strategies for tackling it, and how to avoid it.The first
Python Software Foundation Blog
The Python Language Summit 2023: Burnout is Real
Guido van Rossum, creator of the Python programming language, spoke at the 2023 Python Language Summit on the subject of open-source burno...
Python Software Foundation: The Python Language Summit 2023: Towards Native Profiling for Python
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-towards.html
Joannah Nanjekye came to the Python Language Summit 2023 to discuss innovations by Scalene, a sampling-based Python profiler that can distinguish between native code and Python code in its reports. Af
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-towards.html
Joannah Nanjekye came to the Python Language Summit 2023 to discuss innovations by Scalene, a sampling-based Python profiler that can distinguish between native code and Python code in its reports. Af
Python Software Foundation Blog
The Python Language Summit 2023: Towards Native Profiling for Python
Joannah Nanjekye came to the Python Language Summit 2023 to discuss innovations by Scalene , a sampling-based Python profiler that can dis...
Python Software Foundation: The Python Language Summit 2023: Three Talks on the C API
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-three.html
The Python Language Summit 2023 began with an extended discussion of Python’s C API – the interface through which it is possible to communicate between code written in Python and code written in low-l
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-three.html
The Python Language Summit 2023 began with an extended discussion of Python’s C API – the interface through which it is possible to communicate between code written in Python and code written in low-l
Python Software Foundation Blog
The Python Language Summit 2023: Three Talks on the C API
The Python Language Summit 2023 began with an extended discussion of Python’s C API – the interface through which it is possible to commun...
Tryton News: News from the Tryton Unconference 2023 in Berlin
Link: https://discuss.tryton.org/t/news-from-the-tryton-unconference-2023-in-berlin/6198
The Tryton Unconference 2023 in Berlin has come to an end. We had a great time and shared lots of information, work and fun. We would also like to thank all the wonderful people in the conference,
Link: https://discuss.tryton.org/t/news-from-the-tryton-unconference-2023-in-berlin/6198
The Tryton Unconference 2023 in Berlin has come to an end. We had a great time and shared lots of information, work and fun. We would also like to thank all the wonderful people in the conference,
Tryton Discussion
News from the Tryton Unconference 2023 in Berlin
The Tryton Unconference 2023 in Berlin has come to an end. We had a great time and shared lots of information, work and fun. We would also like to thank all the wonderful people in the conference, the organisers and sponsors and the Tryton Foundation for…
Stack Abuse: How to Remove Whitespaces from a String in Python
Link: https://stackabuse.com/how-to-remove-whitespaces-from-a-string-in-python/
Introduction
In programming, data often doesn't come in a neat, ready-to-use format. This is particularly true when we deal with strings, which often need to be cleaned, formatted, or manipulated in s
Link: https://stackabuse.com/how-to-remove-whitespaces-from-a-string-in-python/
Introduction
In programming, data often doesn't come in a neat, ready-to-use format. This is particularly true when we deal with strings, which often need to be cleaned, formatted, or manipulated in s
Stack Abuse
How to Remove Whitespaces from a String in Python
In programming, data often doesn't come in a neat, ready-to-use format. This is particularly true when we deal with strings, which often need to be cleaned, fo...
Talk Python to Me: #417: Test-Driven Prompt Engineering for LLMs with Promptimize
Link: https://talkpython.fm/episodes/show/417/test-driven-prompt-engineering-for-llms-with-promptimize
Large language models and chat-based AIs are kind of mind blowing at the moment. Many of us are playing with them for working on code or just as a fun alternative to search. But others of us are build
Link: https://talkpython.fm/episodes/show/417/test-driven-prompt-engineering-for-llms-with-promptimize
Large language models and chat-based AIs are kind of mind blowing at the moment. Many of us are playing with them for working on code or just as a fun alternative to search. But others of us are build
talkpython.fm
Test-Driven Prompt Engineering for LLMs with Promptimize
Large language models and chat-based AIs are kind of mind blowing at the moment. Many of us are playing with them for working on code or just as a fun alternative to search. But others of us are building applications with AI at the core. And when doing that…
Real Python: Getting the First Match From a Python List or Iterable
Link: https://realpython.com/courses/python-first-match/
At some point in your Python journey, you may need to find the first item that matches a certain criterion in a Python iterable, such as a list or dictionary.
The simplest case is that you need to con
Link: https://realpython.com/courses/python-first-match/
At some point in your Python journey, you may need to find the first item that matches a certain criterion in a Python iterable, such as a list or dictionary.
The simplest case is that you need to con
Realpython
Getting the First Match From a Python List or Iterable – Real Python
In this video course, you'll learn about the best ways to get the first match from a Python list or iterable. You'll look into two different strategies, for loops and generators, and compare their performance. Then you'll finish up by creating a reusable…