Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: The Real Python Podcast – Episode #45: Processing Images in Python With Pillow

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

Are you interested in processing images in Python? Do you need to load and modify images for your Flask or Django website or CMS? Then you most likely will be working with Pillow, the friendly fork of
Stack Abuse: How to Format Number as Currency String in Python

Link: https://stackabuse.com/format-number-as-currency-string-in-python/

Introduction
Having to manually format a number as a currency string can be a tedious process. You may have just a few lines of modifications to make, however, when we need to do a fair bit of convers
PyCharm: The Transition to Apple Silicon

Link: http://feedproxy.google.com/~r/Pycharm/~3/qui-IkjbVRM/

In June of last year, Apple announced that the Mac would transition to Apple’s own chips, called Apple Silicon. Here at PyCharm, this would mean major changes to the way we build our software. A chang
Daniel Roy Greenfeld: Recap of 2020 and Resolutions for 2021

Link:

Recap of 2020
I got a job saving the planet
For years I've been worried about climate change. I've tried to live a mostly ecologically friendly life, and this year I dived in with making compost for t
Ben Cook: Iterating over rows in Pandas

Link: https://jbencook.com/pandas-iterate-over-rows/

When you absolutely have to iterate over rows in a Pandas DataFrame, use the .itertuples() method.
Ben Cook: How to pad arrays in NumPy: Basic usage of np.pad() with examples

Link: https://jbencook.com/numpy-pad/

The np.pad() function has a complex, powerful API. But basic usage is very simple and complex usage is achievable!
Weekly Python StackOverflow Report: (cclxi) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/01/cclxi-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-01-30 15:03:53 GMTpip install failing on python2 - [21/3]Installin
John Cook: Python triple quote strings and regular expressions

Link: https://www.johndcook.com/blog/2021/01/30/python-triple-quote-regex/

There are several ways to quote strings in Python. Triple quotes let strings span multiple lines. Line breaks in your source file become line break characters in your string. A triple-quoted string in
Matt Layman: Are Django and Flask Similar?

Link: https://www.mattlayman.com/blog/2021/are-django-flask-similar/

Maybe you’re new to web development in Python, and you’ve encountered the two most popular Python web frameworks, Django and Flask, and have questions about which one you should use. Are Django and Fl
Juri Pakaste: Alfred Script Filter with find and jq

Link: https://juripakaste.fi/jq-alfred-script-filter/

Looks like this is a jq blog now, so here's another one.
I work on an iOS repository that's used to create a large number of apps and a few frameworks. Each app has a directory with configuration and
Zato Blog: How to invoke REST APIs from Zato microservices

Link: https://zato.io/blog/posts/invoke-rest-api.html

This Zato article is a companion to
an earlier post
- previously we covered accepting REST API calls and now we look at how Zato services can invoke external REST endpoints.
Outgoing connections
Just
Python Pool: Matplotlib Zorder Explained with Examples

Link: https://www.pythonpool.com/matplotlib-zorder/?utm_source=rss&utm_medium=rss&utm_campaign=matplotlib-zorder

Hello geeks and welcome in this article, we will cover Matplotlib Zorder. Along with that, we look at its syntax, what difference does it make to the graph. To do so, we will look at a couple of examp
Mike Driscoll: PyDev of the Week: Carl Friedrich Bolz

Link: https://www.blog.pythonlibrary.org/2021/02/01/pydev-of-the-week-carl-friedrich-bolz/

This week we welcome Carl Friedrich Bolz (@cfbolz) as our PyDev of the Week! Carl is a core developer of PyPy, which is an RPython variant of CPython that runs faster in general than regular Python. I
Django Weblog: Django security releases issued: 3.1.6, 3.0.12, and 2.2.18

Link: https://www.djangoproject.com/weblog/2021/feb/01/security-releases/

In accordance with our security release policy, the Django team is issuing
Django 3.1.6,
Django 3.0.12 and
Django 2.2.18.
These releases address the security issue with severity "low" detailed below.
Stack Abuse: Python: How to Handle Missing Data in Pandas DataFrame

Link: https://stackabuse.com/python-how-to-handle-missing-dataframe-values-in-pandas/

Introduction
Pandas is a Python library for data analysis and manipulation. Almost all operations in pandas revolve around DataFrames, an abstract data structure tailor-made for handling a metric ton
Django Weblog: DjangoCon Europe 2021 Announcement

Link: https://www.djangoproject.com/weblog/2021/feb/01/djangocon-europe-2021-announcement/

We are happy to announce that DjangoCon Europe 2021 will take place in Porto, Portugal 🇵🇹 and online between between June 2 and 6! The website is will be online soon at 2021.djangocon.eu and it will b