Python Bytes: #261 Please re-enable spacebar heating
Link: https://pythonbytes.fm/episodes/show/261/please-re-enable-spacebar-heating
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=ySdl6JIxzec' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/261/please-re-enable-spacebar-heating
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=ySdl6JIxzec' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
Please re-enable spacebar heating
News and announcements from the Python community for the week of Dec 3rd, 2021
"Mathspp Pydon'ts": Why mastering Python is impossible, and why that's ok | Pydon't 🐍
Link: https://mathspp.com/blog/pydonts/why-mastering-python-is-impossible
Let me tell you why it is impossible to truly master Python, but also show you how to get as close to it as possible.
Photo by Migle Siauciulyte on Unsplash.Introduction
It has been said that you nee
Link: https://mathspp.com/blog/pydonts/why-mastering-python-is-impossible
Let me tell you why it is impossible to truly master Python, but also show you how to get as close to it as possible.
Photo by Migle Siauciulyte on Unsplash.Introduction
It has been said that you nee
Mathspp
Why mastering Python is impossible, and why that's ok | Pydon't 🐍
Let me tell you why it is impossible to truly master Python, but also show you how to get as close to it as possible.
Weekly Python StackOverflow Report: (ccciv) stackoverflow python report
Link: http://python-weekly.blogspot.com/2021/12/ccciv-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-12-04 16:23:51 GMTSorting multiple lists together in place - [8/1]
Link: http://python-weekly.blogspot.com/2021/12/ccciv-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-12-04 16:23:51 GMTSorting multiple lists together in place - [8/1]
Blogspot
(ccciv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2021...
Hynek Schlawack: How to Ditch Codecov for Python Projects
Link: https://hynek.me/articles/ditch-codecov-python/
Codecov’s unreliability breaking CI on my open source projects has been a constant source of frustration for me for years. I have found a way to enforce coverage over a whole GitHub Actions build matr
Link: https://hynek.me/articles/ditch-codecov-python/
Codecov’s unreliability breaking CI on my open source projects has been a constant source of frustration for me for years. I have found a way to enforce coverage over a whole GitHub Actions build matr
Hynek Schlawack
How to Ditch Codecov for Python Projects
Codecov’s unreliability breaking CI on my open source projects has been a constant source of frustration for me for years. I have found a way to enforce coverage over a whole GitHub Actions build matrix that doesn’t rely on third-party services.
Paolo Amoroso: Suite8080 0.4.0
Link: http://blog.paoloamoroso.com/2021/12/suite8080-040.html
I released version 0.4.0 of Suite8080, the suite of Intel 8080 Assembly cross-development tools I’m writing in Python. It bundles some minor features and changes I did while thinking about what major
Link: http://blog.paoloamoroso.com/2021/12/suite8080-040.html
I released version 0.4.0 of Suite8080, the suite of Intel 8080 Assembly cross-development tools I’m writing in Python. It bundles some minor features and changes I did while thinking about what major
Paoloamoroso
Suite8080 0.4.0
The assembler can save the symbol table in .sym CP/M format and recognize the double quote as a string delimiter, plus more design & usage notes.
Jaime Buelta: “Python Architecture Patterns” book announced!
Link: https://wrongsideofmemphis.com/2021/12/04/python-architecture-patterns-book-announced/
We are getting close to the end of the year, but I have great news! A new Python book is on the way, and will be released soon. Current software systems can be extremely big and complex, and Software
Link: https://wrongsideofmemphis.com/2021/12/04/python-architecture-patterns-book-announced/
We are getting close to the end of the year, but I have great news! A new Python book is on the way, and will be released soon. Current software systems can be extremely big and complex, and Software
Wrong Side of Memphis
“Python Architecture Patterns” book announced!
We are getting close to the end of the year, but I have great news! A new Python book is on the way, and will be released soon. Fun with software architecture Current software systems can be extrem…
PyPy: Error Message Style Guides of Various Languages
Link: https://www.pypy.org/posts/2021/12/error-message-style-guides.html
Error Message Style Guides of Various Languages
PyPy has been trying to produce good SyntaxErrors and other errors for
a long time. CPython has also made an enormous push to improve its
SyntaxErrors i
Link: https://www.pypy.org/posts/2021/12/error-message-style-guides.html
Error Message Style Guides of Various Languages
PyPy has been trying to produce good SyntaxErrors and other errors for
a long time. CPython has also made an enormous push to improve its
SyntaxErrors i
PyPy
Error Message Style Guides of Various Languages
Error Message Style Guides of Various Languages
PyPy has been trying to produce good SyntaxErrors and other errors for
a long time. CPython has also made an enormous push to improve its
SyntaxErrors i
PyPy has been trying to produce good SyntaxErrors and other errors for
a long time. CPython has also made an enormous push to improve its
SyntaxErrors i
ItsMyCode: Remove Character From String Python
Link: https://itsmycode.com/remove-character-from-string-python/
ItsMyCode |
We can remove a character from String in Python using replace() and translate() methods. In this tutorial, let’s look at How to remove a character from a string in Python with examples.
Py
Link: https://itsmycode.com/remove-character-from-string-python/
ItsMyCode |
We can remove a character from String in Python using replace() and translate() methods. In this tutorial, let’s look at How to remove a character from a string in Python with examples.
Py
ItsMyCode
Remove Character From String Python - ItsMyCode
We can remove character from String in Python using replace() and translate() methods. These method can be used to replace and remove chars.
ItsMyCode: Python Print to File
Link: https://itsmycode.com/python-print-to-file/
ItsMyCode |
We always use print statements in Python to display the output in the console or command line terminal. However, sometimes we want to change this behavior to print to a text file instead o
Link: https://itsmycode.com/python-print-to-file/
ItsMyCode |
We always use print statements in Python to display the output in the console or command line terminal. However, sometimes we want to change this behavior to print to a text file instead o
ItsMyCode
Python Print to File - ItsMyCode
We can print to file in Python using the file argument in print method or by Redirecting the Standard Output Stream to a file using stdout.
ItsMyCode: Python Split list into chunks
Link: https://itsmycode.com/python-split-list-into-chunks/
ItsMyCode |
In this tutorial, you will learn how to split a list into chunks in Python using different ways with examples.
Python Split list into chunks
Lists are mutable and heterogenous, meaning the
Link: https://itsmycode.com/python-split-list-into-chunks/
ItsMyCode |
In this tutorial, you will learn how to split a list into chunks in Python using different ways with examples.
Python Split list into chunks
Lists are mutable and heterogenous, meaning the
ItsMyCode
Python Split list into chunks - ItsMyCode
In Python, we can Split list into chunks using List Comprehension, itertools, NumPy, for loop, lambda function and yield statement.
Sandipan Dey: Implementing a few algorithms with python
Link:
In this blog, we shall focus on implementing a few famous of algorithms with python – the algorithms will be from various topics, such as graph theory, compiler construction, theory of computation, nu
Link:
In this blog, we shall focus on implementing a few famous of algorithms with python – the algorithms will be from various topics, such as graph theory, compiler construction, theory of computation, nu
ItsMyCode: How To Convert Python String To Array
Link: https://itsmycode.com/how-to-convert-python-string-to-array/
ItsMyCode |
In Python, we do not have an in-built array data type. However, we can convert Python string to list, which can be used as an array type.
Python String to Array
In the earlier tutorial, w
Link: https://itsmycode.com/how-to-convert-python-string-to-array/
ItsMyCode |
In Python, we do not have an in-built array data type. However, we can convert Python string to list, which can be used as an array type.
Python String to Array
In the earlier tutorial, w
ItsMyCode
How To Convert Python String To Array - ItsMyCode
In Python, we do not have an in-built array data type. However, we can convert Python string to list, which can be used as an array type.
Mike Driscoll: PyDev of the Week: Fanilo Andrianasolo
Link: https://www.blog.pythonlibrary.org/2021/12/06/pydev-of-the-week-fanilo-andrianasolo/
This week we welcome Fanilo Andrianasolo (@andfanilo) as our PyDev of the Week! Fanilo is a core developer for several Streamlit extensions and a Community Ambassador for Streamlit itself. He also has
Link: https://www.blog.pythonlibrary.org/2021/12/06/pydev-of-the-week-fanilo-andrianasolo/
This week we welcome Fanilo Andrianasolo (@andfanilo) as our PyDev of the Week! Fanilo is a core developer for several Streamlit extensions and a Community Ambassador for Streamlit itself. He also has
Mouse Vs Python
PyDev of the Week: Fanilo Andrianasolo - Mouse Vs Python
Fanilo Andrianasolo is PyDev of the Week! He contributes to Streamlit and multiple extensions for Streamlit. Read the full interview!
Real Python: Prettify Your Data Structures With Pretty Print in Python
Link: https://realpython.com/python-pretty-print/
Dealing with data is essential for any Pythonista,
but sometimes that data is just not very pretty.
Computers don’t care about formatting,
but without good formatting, humans may find
something hard t
Link: https://realpython.com/python-pretty-print/
Dealing with data is essential for any Pythonista,
but sometimes that data is just not very pretty.
Computers don’t care about formatting,
but without good formatting, humans may find
something hard t
Realpython
Prettify Your Data Structures With Pretty Print in Python – Real Python
The pprint module, Python's data pretty printer, is a useful part of the standard library. You can work with it for debugging data structures and increasing the readability of your output. In this tutorial, you'll find that pprint is both straightforward…
Python Morsels: Turn a list into a string
Link: https://www.pythonmorsels.com/topics/turn-a-list-into-a-string/
Let's talk about how you can convert a list into a string in Python.
Converting a list into a string with str
Let's say we have a list of strings called things:
>>> things = ["apples", "ducks", "le
Link: https://www.pythonmorsels.com/topics/turn-a-list-into-a-string/
Let's talk about how you can convert a list into a string in Python.
Converting a list into a string with str
Let's say we have a list of strings called things:
>>> things = ["apples", "ducks", "le
Pythonmorsels
Turn a list into a string
Python Insider: Python 3.10.1 is available
Link: https://pythoninsider.blogspot.com/2021/12/python-3101-is-available.html
I hope you like bug fixes, because we have a whole shipment of them! Python 3.10.1 is the first maintenance release of Python 3.10 as we have packed more than 330 commits of fixes and general improvem
Link: https://pythoninsider.blogspot.com/2021/12/python-3101-is-available.html
I hope you like bug fixes, because we have a whole shipment of them! Python 3.10.1 is the first maintenance release of Python 3.10 as we have packed more than 330 commits of fixes and general improvem
Blogspot
Python Insider: Python 3.10.1 is available
Django Weblog: Django security releases issued: 3.2.10, 3.1.14, and 2.2.25
Link: https://www.djangoproject.com/weblog/2021/dec/07/security-releases/
In accordance with our security release policy, the Django team
is issuing
Django 3.2.10,
Django 3.1.14, and
Django 2.2.25.
These release addresses the security issue detailed below. We encourage all
Link: https://www.djangoproject.com/weblog/2021/dec/07/security-releases/
In accordance with our security release policy, the Django team
is issuing
Django 3.2.10,
Django 3.1.14, and
Django 2.2.25.
These release addresses the security issue detailed below. We encourage all
Django Weblog: Django 4.0 released
Link: https://www.djangoproject.com/weblog/2021/dec/07/django-40-released/
The Django team is happy to announce the release of Django 4.0.
The release notes cover the abundance of new features in detail, but a few highlights are:
The new RedisCache backend provides built-in
Link: https://www.djangoproject.com/weblog/2021/dec/07/django-40-released/
The Django team is happy to announce the release of Django 4.0.
The release notes cover the abundance of new features in detail, but a few highlights are:
The new RedisCache backend provides built-in
Python⇒Speed: Creating a better flamegraph visualization
Link: https://pythonspeed.com/articles/a-better-flamegraph/
How do you visualize performance data so you can easily spot bottlenecks?
Brendan Gregg’s flamegraphs are a great solution, adopted by a large number of profilers and performance tools.
However, even
Link: https://pythonspeed.com/articles/a-better-flamegraph/
How do you visualize performance data so you can easily spot bottlenecks?
Brendan Gregg’s flamegraphs are a great solution, adopted by a large number of profilers and performance tools.
However, even
Python⇒Speed
Creating a better flamegraph visualization
Flamegraphs are a great way to visualize performance and memory bottlenecks, but with a little tweaking, you can make them even more useful.
Python Software Foundation: A message from the PSF's outgoing Executive Director
Link: http://pyfound.blogspot.com/2021/12/a-message-from-psfs-outgoing-executive.html
Today is my last day at the PSF. It's been an honor and a pleasure serving the Python community for over a decade. It's a very bittersweet feeling for me. Although I recognized that I needed change, t
Link: http://pyfound.blogspot.com/2021/12/a-message-from-psfs-outgoing-executive.html
Today is my last day at the PSF. It's been an honor and a pleasure serving the Python community for over a decade. It's a very bittersweet feeling for me. Although I recognized that I needed change, t
Blogspot
A message from the PSF's outgoing Executive Director
Today is my last day at the PSF. It's been an honor and a pleasure serving the Python community for over a decade. It's a very bittersweet ...