Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyBites: 5 Helpful Python Decorator Use Cases

Link: https://pybit.es/articles/5-helpful-python-decorator-use-cases/

Some time ago I asked on Twitter:
I was curious what you use #Python decorators for? 
And I got quite an amazing / insightful response:

I was curious what you use #Python decorators for?It would be n
Python Morsels: Making a read-only attribute

Link: https://www.pythonmorsels.com/topics/making-read-only-attribute/




Transcript
How can we make a read-only attribute in Python?
A property is like an auto-updating attribute
We have a class called Square which accepts a length and an optional color and stores those
Python for Beginners: Absolute value of a number in Python

Link: https://www.pythonforbeginners.com/basics/absolute-value-of-a-number-in-python

While working with numbers in python,we need to compare the magnitude of two numbers irrespective of their sign. For example, Magnitude of -10 is greater than magnitude of 1. But when -10 and 1 is com
Python Insider: Python 3.10.0rc1 is available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/jWAUuem6-u4/python-3100rc1-is-available.html

Python 3.10.0 is almost ready. This release, 3.10.0rc1, is the penultimate release preview. You can get it here:https://www.python.org/downloads/release/python-3100rc1/This release, **3.10.0rc1**, is
PyCoder’s Weekly: Issue #484 (Aug. 3, 2021)

Link: https://pycoders.com/issues/484

#484 – AUGUST 3, 2021 View in Browser » Python and REST APIs: Interacting With Web Services In this tutorial, you’ll learn how to use Python to communicate with REST APIs. You’ll learn about RES
Podcast.__init__: Delivering Deep Learning Powered Speech Recognition As A Service For Developers At AssemblyAI

Link: https://www.pythonpodcast.com/assemblyai-deep-learning-speech-recognition-episode-326/

Building a software-as-a-service (SaaS) business is a fairly well understood pattern at this point. When the core of the service is a set of machine learning products it introduces a whole new set of
Programiz: Python Program to Compute the Power of a Number

Link: https://www.programiz.com/python-programming/examples/power

In this example, you will learn to compute the power of a number.
Test and Code: 162: Flavors of TDD

Link: https://testandcode.com/162

What flavor of TDD do you practice?
In this episode we talk about:

Classical vs Mockist TDD
Detroit vs London (I actually refer to it in the episode as Chicago instead of Detroit. Oh well.)
Static v
Programiz: Python Program to Check If Two Strings are Anagram

Link: https://www.programiz.com/python-programming/examples/anagram

In this example, you will learn to check if two strings are anagram.
Programiz: Python Program to Compute all the Permutation of the String

Link: https://www.programiz.com/python-programming/examples/permutation-of-string

In this example, you will learn to compute all the permutation of the string.
Reuven Lerner: Improve your “pandas” skills with “Pandas Workout”

Link: https://lerner.co.il/2021/08/04/improve-your-pandas-skills-with-pandas-workout/

As you might know, I’ve been working lately on my new book, Pandas Workout, with 50 exercises to improve your fluency using the “pandas” library for data analysis.

Well, I have exciting news: The boo
Django Weblog: 2021 Django Developers Survey

Link: https://www.djangoproject.com/weblog/2021/aug/04/2021-django-developers-survey/

The 2021 Django Developers Survey is now live. Please take a moment to fill it out. The survey sheds light on how different developers use Django and the related tools and technologies. After the surv
Python⇒Speed: NumPy views: saving memory, leaking memory, and subtle bugs

Link: https://pythonspeed.com/articles/numpy-memory-views/

If you’re using Python’s NumPy library, it’s usually because you’re processing large arrays that use plenty of memory.
To reduce your memory usage, chances are you want to minimize unnecessary copying
Python Bytes: #245 Fire up your Python time machine (and test some code)

Link: https://pythonbytes.fm/episodes/show/245/fire-up-your-python-time-machine-and-test-some-code

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

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

<p><strong>About the show</strong></p>
Python Anywhere: Ten years on

Link: https://blog.pythonanywhere.com/197/

Ten years ago today, on the blog for Project Dirigible, we announced that we’d recently
launched a new site called PythonAnywhere. It almost didn’t happen! The project
we were working on was somethi