Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
ItsMyCode: Python TypeError: ‘float’ object is not callable

Link: https://itsmycode.com/typeerror-float-object-is-not-callable/

The TypeError: ‘float’ object is not callable error occurs if you call floating-point value as a function or if an arithmetic operator is missed while performing the calculations or the reserved keywo
Django Weblog: Could you host DjangoCon Europe 2023?

Link: https://www.djangoproject.com/weblog/2022/feb/03/could-you-host-djangocon-europe-2023/

DjangoCon Europe 2022 will be held from the 21st - 25th September in Porto, Portugal, hopefully, but we're already looking ahead to next year's conference. Could your town - or your football stadium,
Python GUIs: PyQt5 vs PyQt6: What are the differences, and is it time to upgrade?

Link: https://www.pythonguis.com/faq/pyqt5-vs-pyqt6/

If you are already developing Python GUI apps with PyQt5, you might be asking yourself whether it's time to upgrade to PyQt6 and use the latest version of the Qt library. In this article we'll look at
Python for Beginners: Lambda Function In Python

Link: https://www.pythonforbeginners.com/basics/lambda-function-in-python

While programming, we can face several situations where we need to use the same mathematical statement again and again. In such cases, using the same statement multiple times decreases the readability
Matt Layman: Admin Interface For PDFs - Building SaaS with Python and Django #126

Link: https://www.mattlayman.com/blog/2022/admin-interface-for-pdfs-building-saas-with-python-and-django-126/

In this episode, I need tools to inspect some PDF reports that I’m building that customers of my homeschool app will use at the end of the school year. I build the admin tools that allow me to see the
CodersLegacy: Python Object Serialization with Pickle

Link: https://coderslegacy.com/python-object-serialization-with-pickle/

Object Serialization is a fascinating programming concept, that is readily available in Python using the Pickle Library. Pickle provides a set of inbuilt functions and functionality that make dumping
Python Engineering at Microsoft: Python in Visual Studio Code – February 2022 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-february-2022-release/

We are pleased to announce that the February 2022 release of the Python Extension for Visual Studio Code is now available. This release includes:

Smart Selection
Folding support
Improvements to the P
Python Insider: Python 3.11.0a5 is available

Link: https://pythoninsider.blogspot.com/2022/02/python-3110a5-is-available.html

We needed to tame some angry buildbots, but after a small fight, we won with just some scratches! Here you have a shiny new alpha release: Python 3.11.0a5.https://www.python.org/downloads/release/pyth
Python Bytes: #269 Get Rich and replace your cat

Link: https://pythonbytes.fm/episodes/show/269/get-rich-and-replace-your-cat

<p><strong>Watch the live stream:</strong></p>

<a href='https://www.youtube.com/watch?v=7LkGcaehEek' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>
Talk Python to Me: #351: Machine Learning Ethics and Laws Panel

Link: https://talkpython.fm/episodes/show/351/machine-learning-ethics-and-laws-panel

The world of AI is changing fast. And the AI / ML space is a bit out of the ordinary for software developers. Typically in software, we can prove that given a certain situations, the code will always
Real Python: The Real Python Podcast – Episode #96: Manipulating and Analyzing Audio in Python

Link: https://realpython.com/podcasts/rpp/96/

Would you like to experiment with analyzing or manipulating audio with Python? This week on the show, we have Braden Riggs from DolbyIO to discuss extracting audio features and Python libraries for re
Andre Roberge: Friendly-traceback: trying to stay ahead of IPython

Link: https://aroberge.blogspot.com/2022/02/friendly-traceback-trying-to-stay-ahead.html

I'm writing this blog post in the hope that some people will be encouraged to test friendly/friendly-traceback with IPython/Jupyter and make suggestions as to how it could be even more useful.However,
Hynek Schlawack: typing.Protocol Across Python Versions

Link: https://hynek.me/til/typing-protocol/

How to seamlessly support typing.Protocol on Python versions older and newer than 3.8. At the same time.
Stack Abuse: Python - How to Sort List with sort() and sorted()

Link: https://stackabuse.com/python-how-to-sort-list-with-sort-and-sorted/

In this short guide, learn how to sort a list in Python using the built-in sort() and sorted() functions.

sort() is a method of the list class, and sorts the list in-place, returning None.
sorted() i
Malthe Borch: PowerShell Remoting on Windows using Airflow

Link: https://maltheborch.com/2021/11/powershell-remoting-on-windows-using-airflow.html

Apache
Airflow is an open-source platform that allows
you to programmatically author, schedule and monitor
workflows. It comes with out-of-the-box
ItsMyCode: [Solved] ImportError: No module named matplotlib.pyplot

Link: https://itsmycode.com/solved-importerror-no-module-named-matplotlib-pyplot/

The ImportError: No module named matplotlib.pyplot occurs if you have not installed the Matplotlib library in Python and trying to run the script which has matplotlib related code. Another issue might
Malthe Borch: PowerShell Remoting on Windows using Airflow

Link: https://maltheborch.com/2022/02/powershell-remoting-on-windows-using-airflow.html

Apache
Airflow is an open-source platform that allows
you to programmatically author, schedule and monitor
workflows. It comes with out-of-the-box
IslandT: Move chess piece on the chessboard with python

Link: https://islandtropicaman.com/wp/2022/02/06/move-chess-piece-on-the-chessboard-with-python/

Hello, it is me again and this is the second article about the chess game project which I have created earlier with python. In this article, I have updated the previous python program which will now b
PyPy: Natural Language Processing for Icelandic with PyPy: A Case Study

Link: https://www.pypy.org/posts/2022/02/nlp-icelandic-case-study.html

Natural Language Processing for Icelandic with PyPy: A Case Study
Icelandic is one
of the smallest languages of the world, with about 370.000 speakers. It
is a language in the Germanic family, most si