Lucas Cimon: Useful short Python decorator to convert generators into lists
Link: https://chezsoi.org/lucas/blog/useful-short-python-decorator-to-convert-generators-into-lists.html
Python generators are awesome. Why ?
their syntax is simple an concise
they lazily generate values and hence are very memory efficient
bonus point: since Python 3 you can chain them with yield from
  
  Link: https://chezsoi.org/lucas/blog/useful-short-python-decorator-to-convert-generators-into-lists.html
Python generators are awesome. Why ?
their syntax is simple an concise
they lazily generate values and hence are very memory efficient
bonus point: since Python 3 you can chain them with yield from
Ludochaordic
  
  Useful short python decorator to convert generators into lists
  Python generators are awesome. Why ? their syntax is simple an concise they lazily generate values and hence are very memory efficient bonus point: since Python 3 you can chain them with yield from Their drawback ? They can be iterated only once, and they…
  Python for Beginners: Count Digits Of An Integer in Python
Link: https://www.pythonforbeginners.com/basics/count-digits-of-an-integer-in-python
In python, integer data type is used to represent positive and negative integers. In this article, we will discuss a program to count digits of an integer in python.
How to Count Digits of an Integer
  
  Link: https://www.pythonforbeginners.com/basics/count-digits-of-an-integer-in-python
In python, integer data type is used to represent positive and negative integers. In this article, we will discuss a program to count digits of an integer in python.
How to Count Digits of an Integer
PythonForBeginners.com
  
  Count Digits Of An Integer in Python - PythonForBeginners.com
  Count Digits Of An Integer in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
  PyCoder’s Weekly: Issue #511 (Feb. 8, 2022)
Link: https://pycoders.com/issues/511
#511 – FEBRUARY 8, 2022 View in Browser » Defining Python Functions With Optional Arguments Learn about Python optional arguments and how to define functions with default values. You’ll also see
  
  Link: https://pycoders.com/issues/511
#511 – FEBRUARY 8, 2022 View in Browser » Defining Python Functions With Optional Arguments Learn about Python optional arguments and how to define functions with default values. You’ll also see
Pycoders
  
  PyCoder’s Weekly | Issue #511
  Issue #511 of the PyCoder’s Weekly newsletter, published Feb. 8, 2022.
  Read the Docs: Read the Docs newsletter - February 2022
Link: https://blog.readthedocs.com/newsletter-february-2022/
Welcome to the latest edition of our monthly newsletter, where we
share the most relevant updates around Read the Docs,
offer a summary of new features we shipped
during the previous month,
and share
  Link: https://blog.readthedocs.com/newsletter-february-2022/
Welcome to the latest edition of our monthly newsletter, where we
share the most relevant updates around Read the Docs,
offer a summary of new features we shipped
during the previous month,
and share
Andre Roberge: Friendly-traceback and IPython: update
Link: https://aroberge.blogspot.com/2022/02/friendly-traceback-and-ipython-update.html
In my previous post, I mentioned that, unlike IPython, friendly/friendly-traceback included values of relevant objects in a traceback. As I wrote in the update, Alex Hall pointed out that one could g
  
  Link: https://aroberge.blogspot.com/2022/02/friendly-traceback-and-ipython-update.html
In my previous post, I mentioned that, unlike IPython, friendly/friendly-traceback included values of relevant objects in a traceback. As I wrote in the update, Alex Hall pointed out that one could g
Blogspot
  
  Friendly-traceback and IPython: update
  In my previous post , I mentioned that, unlike IPython, friendly/friendly-traceback included values of relevant objects in a traceback.  As ...
  Talk Python to Me: #352: Running Python in Production
Link: https://talkpython.fm/episodes/show/352/running-python-in-production
Do we talk about running Python in production enough? I can tell you that the Talk Python infrastructure (courses, podcasts, APIs, etc.) get a fair amount of traffic, but they look nothing like what G
  
  Link: https://talkpython.fm/episodes/show/352/running-python-in-production
Do we talk about running Python in production enough? I can tell you that the Talk Python infrastructure (courses, podcasts, APIs, etc.) get a fair amount of traffic, but they look nothing like what G
talkpython.fm
  
  Running Python in Production
  Do we talk about running Python in production enough? I can tell you that the Talk Python infrastructure (courses, podcasts, APIs, etc.) get a fair amount of traffic, but they look nothing like what Google, or Instagram, or insert [BIG TECH NAME] here's deployments…
  Test and Code: 179: Exploratory Testing
Link: https://testandcode.com/179
Exploratory testing is absolutely an essential part of a testing strategy.
This episode discusses what exploratory testing is, its benefits, and how it fits within a framework of relying on automated
  
  Link: https://testandcode.com/179
Exploratory testing is absolutely an essential part of a testing strategy.
This episode discusses what exploratory testing is, its benefits, and how it fits within a framework of relying on automated
Test & Code in Python
  
  Test & Code in Python 179: Exploratory Testing
  Exploratory testing is absolutely an essential part of a testing strategy. 
This episode discusses what exploratory testing is, its benefits, and how it fits within a framework of relying on automated tests for most of our testing.
  This episode discusses what exploratory testing is, its benefits, and how it fits within a framework of relying on automated tests for most of our testing.
Real Python: Python's all(): Check Your Iterables for Truthiness
Link: https://realpython.com/python-all/
When programming, you’ll often need to check if all the items in an iterable are truthy. Coding this functionality repeatedly can be annoying and inefficient. Luckily, Python provides the built-in all
  
  Link: https://realpython.com/python-all/
When programming, you’ll often need to check if all the items in an iterable are truthy. Coding this functionality repeatedly can be annoying and inefficient. Luckily, Python provides the built-in all
Realpython
  
  Python's all(): Check Your Iterables for Truthiness – Real Python
  In this step-by-step tutorial, you'll learn how to use Python's all() function to check if all the items in an iterable are truthy. You'll also code various examples that showcase a few interesting use cases of all() and highlight how you can use this function…
  Python for Beginners: Remove Commas From String in Python
Link: https://www.pythonforbeginners.com/strings/remove-commas-from-string-in-python
In python, we use strings to analyze text data. We need to preprocess the text data before analysis. Sometimes, we might need to remove characters like commas or apostrophes from the text. In this ar
  
  Link: https://www.pythonforbeginners.com/strings/remove-commas-from-string-in-python
In python, we use strings to analyze text data. We need to preprocess the text data before analysis. Sometimes, we might need to remove characters like commas or apostrophes from the text. In this ar
PythonForBeginners.com
  
  Remove Commas From String in Python - PythonForBeginners.com
  Remove Commas From String in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
  Twisted Matrix Labs: Twisted 22.1.0 Final Release Announcement
Link: https://labs.twistedmatrix.com/2022/02/twisted-2210-final-release-announcement.html
HiOn behalf of the Twisted contributors I announce the final release of Twisted 22.1.0This is mainly a bugfix release.The main bug is:CVE-2022-21712 / GHSA-92x2-jw7w-xvvx twisted.web.client.RedirectAg
  
  Link: https://labs.twistedmatrix.com/2022/02/twisted-2210-final-release-announcement.html
HiOn behalf of the Twisted contributors I announce the final release of Twisted 22.1.0This is mainly a bugfix release.The main bug is:CVE-2022-21712 / GHSA-92x2-jw7w-xvvx twisted.web.client.RedirectAg
Twistedmatrix
  
  Twisted 22.1.0 Final Release Announcement
  Hi On behalf of the Twisted contributors I announce the final release of Twisted 22.1.0 This is mainly a bugfix release. The main bug is: CV...
  PyCharm: Webinar “Beginner Concurrency with asyncio” with Jeremy Schulman
Link: https://blog.jetbrains.com/pycharm/2022/02/webinar-beginner-concurrency-with-asyncio-with-jeremy-schulman/
Interested in learning async Python using a real-world example? Concurrency can be hard. Getting started with asyncio may feel intimidating if you are starting off by reading the language reference do
  
  Link: https://blog.jetbrains.com/pycharm/2022/02/webinar-beginner-concurrency-with-asyncio-with-jeremy-schulman/
Interested in learning async Python using a real-world example? Concurrency can be hard. Getting started with asyncio may feel intimidating if you are starting off by reading the language reference do
The JetBrains Blog
  
  Webinar "Beginner Concurrency with asyncio" with Jeremy Schulman | The PyCharm Blog
  Interested in learning async Python using a real-world example? Concurrency can be hard. Getting started with asyncio may feel intimidating if you are starting off by reading the language reference do
  Daniel Roy Greenfeld: Speaking at Python Web Conf
Link: https://daniel.feldroy.com/posts/2022-02-speaking-at-python-web-conf
During the week of March 21-25 at Python Web Conf I'm giving my first public conference talk in three years. I'm both excited and apprehensive about returning to the speaker's podium.
To me, public sp
  
  Link: https://daniel.feldroy.com/posts/2022-02-speaking-at-python-web-conf
During the week of March 21-25 at Python Web Conf I'm giving my first public conference talk in three years. I'm both excited and apprehensive about returning to the speaker's podium.
To me, public sp
Daniel Roy Greenfeld
  
  Speaking at Python Web Conf
  My first public conference talk in three years
  ItsMyCode: Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
Link: https://itsmycode.com/python-was-not-found-run-without-arguments-to-install-from-the-microsoft-store-or-disable-this-shortcut-from-settings-manage-app-execution-aliases/
If you have not installed Python on your windows machine or if the path environment variables are not set properly in windows you will get Python was not found error.
In this tutorial, we will learn h
  
  Link: https://itsmycode.com/python-was-not-found-run-without-arguments-to-install-from-the-microsoft-store-or-disable-this-shortcut-from-settings-manage-app-execution-aliases/
If you have not installed Python on your windows machine or if the path environment variables are not set properly in windows you will get Python was not found error.
In this tutorial, we will learn h
ItsMyCode
  
  Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage…
  Python was not found; run without arguments to install from the Microsoft Store occurs if Python is not installed or the path variable is not set
  Stack Abuse: How to Pickle and Unpickle Objects in Python
Link: https://stackabuse.com/how-to-pickle-and-unpickle-objects-in-python/
Introduction
Converting an object into a saveable state (such as a byte stream, textual representation, etc) is called serialization, whereas deserialization converts data from the aforementioned form
  
  Link: https://stackabuse.com/how-to-pickle-and-unpickle-objects-in-python/
Introduction
Converting an object into a saveable state (such as a byte stream, textual representation, etc) is called serialization, whereas deserialization converts data from the aforementioned form
Stack Abuse
  
  How to Pickle and Unpickle Objects in Python
  In this article, you will learn how to serialize and deserialize data in Python with the Pickle module. Furthermore, you'll use data that's been serialized/deserialized with Pandas.
  Django Weblog: Join DEFNA! Board Member Recruitment
Link: https://www.djangoproject.com/weblog/2022/feb/10/join-defna-board-member-recruitment/
Django Events Foundation North America (DEFNA) is looking for another
board member. We have an eight-member board; last year one of our board
members stepped down. We are looking for a new board membe
  Link: https://www.djangoproject.com/weblog/2022/feb/10/join-defna-board-member-recruitment/
Django Events Foundation North America (DEFNA) is looking for another
board member. We have an eight-member board; last year one of our board
members stepped down. We are looking for a new board membe
Python for Beginners: Repeat Elements of a List in Python
Link: https://www.pythonforbeginners.com/lists/repeat-elements-of-a-list-in-python
Lists in python are one of the most used data structures. We have already discussed various operations on lists like counting the frequency of elements in a list or reversing a list. In this article,
  
  Link: https://www.pythonforbeginners.com/lists/repeat-elements-of-a-list-in-python
Lists in python are one of the most used data structures. We have already discussed various operations on lists like counting the frequency of elements in a list or reversing a list. In this article,
PythonForBeginners.com
  
  Repeat Elements of a List in Python - PythonForBeginners.com
  Repeat Elements of a List in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
  Mike Driscoll: Automating Excel with Python Now on ProductHunt
Link: https://www.blog.pythonlibrary.org/2022/02/10/automating-excel-with-python-now-on-producthunt/
My latest Python book, Automating Excel with Python is now on ProductHunt
If you have a ProductHunt account, I would appreciate it if you voted the book up.
The book is currently available for purcha
  
  Link: https://www.blog.pythonlibrary.org/2022/02/10/automating-excel-with-python-now-on-producthunt/
My latest Python book, Automating Excel with Python is now on ProductHunt
If you have a ProductHunt account, I would appreciate it if you voted the book up.
The book is currently available for purcha
Mouse Vs Python
  
  Automating Excel with Python Now on ProductHunt - Mouse Vs Python
  My latest Python book, Automating Excel with Python is now on ProductHunt If you have a ProductHunt account, I would appreciate it if you voted the book
  Python Bytes: #270 Can errors really be beautiful?
Link: https://pythonbytes.fm/episodes/show/270/can-errors-really-be-beautiful
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=JJpv8-w7lG8' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
  
  Link: https://pythonbytes.fm/episodes/show/270/can-errors-really-be-beautiful
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=JJpv8-w7lG8' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
  
  Can errors really be beautiful?
  News and announcements from the Python community for the week of Feb 10th, 2022
  Real Python: The Real Python Podcast – Episode #97: Improving Your Django and Python Developer Experience
Link: https://realpython.com/podcasts/rpp/97/
How often have you thought about your Developer Experience (DX)? How do you improve your workflow, find documentation, and simplify code formatting? This week on the show, Adam Johnson is here to talk
  
  Link: https://realpython.com/podcasts/rpp/97/
How often have you thought about your Developer Experience (DX)? How do you improve your workflow, find documentation, and simplify code formatting? This week on the show, Adam Johnson is here to talk
Realpython
  
  Episode #97: Improving Your Django and Python Developer Experience – The Real Python Podcast
  How often have you thought about your Developer Experience (DX)? How do you improve your workflow, find documentation, and simplify code formatting? This week on the show, Adam Johnson is here to talk about his new book, "Boost Your Django DX."
  Python⇒Speed: Faster Python calculations with Numba: 2 lines of code, 13× speed-up
Link: https://pythonspeed.com/articles/numba-faster-python/
Python is a slow language, so computation is best delegated to code written in something faster.
You can do this with existing libraries like NumPy and SciPy, but what happens when you need to impleme
  
  Link: https://pythonspeed.com/articles/numba-faster-python/
Python is a slow language, so computation is best delegated to code written in something faster.
You can do this with existing libraries like NumPy and SciPy, but what happens when you need to impleme
Python⇒Speed
  
  Faster Python calculations with Numba: 2 lines of code, 13× speed-up
  Python-based calculations, especially those that use NumPy, can run much faster by using the Numba library.
  Brian Okken: Beta 9.0 of Python Testing with pytest, 2nd ed, available.
Link: https://pythontest.com/book/2nd-ed-beta-9/
The Beta 9.0 is available for Python Testing with pytest, 2nd edition, as of Feb 9, 2022.
With this 9th beta release, copy edit and indexing are complete. Next it goes to layout, then to printing.
Am
  
  Link: https://pythontest.com/book/2nd-ed-beta-9/
The Beta 9.0 is available for Python Testing with pytest, 2nd edition, as of Feb 9, 2022.
With this 9th beta release, copy edit and indexing are complete. Next it goes to layout, then to printing.
Am
Pythontest
  
  Beta 9.0 of Python Testing with pytest, 2nd ed, available.
  The Beta 9.0 is available for Python Testing with pytest, 2nd edition, as of Feb 9, 2022.
With this 9th beta release, copy edit and indexing are complete. Next it goes to layout, then to printing.
Amazon has it for pre-order, listing March 22 as availability.…
  With this 9th beta release, copy edit and indexing are complete. Next it goes to layout, then to printing.
Amazon has it for pre-order, listing March 22 as availability.…