Planet Python RSS
212 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Podcast.__init__: Making Content Management A Smooth Experience With A Headless CMS

Link: https://www.pythonpodcast.com/buttercms-headless-cms-episode-295/

Building a web application requires integrating a number of separate concerns into a single experience. One of the common requirements is a content management system to allow product owners and market
Stack Abuse: Ultimate Guide to Heatmaps in Seaborn with Python

Link: https://stackabuse.com/ultimate-guide-to-heatmaps-in-seaborn-with-python/

Introduction
A heatmap is a data visualization technique that uses color to show how a value of interest changes depending on the values of two other variables.
For example, you could use a heatmap to
PyCoder’s Weekly: Issue #453 (Dec. 29, 2020)

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

#453 – DECEMBER 29, 2020 View in Browser » Accelerating Python on GPUs With nvc++ and Cython Python on GPUs has become a big topic for processing big data and scientific computing. In this artic
Zero to Mastery: Python Monthly 💻🐍 December 2020

Link: https://zerotomastery.io/blog/python-monthly-december-2020/?utm_source=python-rss-feed

13th issue of Python Monthly! Read by 20,000+ Python developers every month. This monthly newsletter is focused on keeping you up to date with the industry, keeping your skills sharp, without wasting
Python Anywhere: Brexit update

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

PythonAnywhere is a UK-based company, and the transition period for the UK’s exit from the European
Union on will end on 31 December 2020. This will not have any visible effect for people who use our
Mike Driscoll: Python Image Processing Kickstarter Coming Next Week!

Link: https://www.blog.pythonlibrary.org/2020/12/29/python-image-processing-kickstarter-coming-next-week/

I will be launching a new Kickstarter on Monday, January 4th to help launch my 9th book, Pillow: Image Processing with Python.
In this book, you will learn how to edit photos with Python. You will dis
Matthew Wright: Indexing and Selecting in pandas – slicing

Link: https://www.wrighters.io/2020/12/29/indexing-and-selecting-in-pandas-slicing/

Slicing data in pandas This is second in the series on indexing and selecting data in pandas. If you haven't read it yet, see the first post that covers the basics of selecting based on index or relat
The Open Sourcerer: Blogging about Python desktop apps improvements on Planet Python

Link: https://fortintam.com/blog/planet-python-introduction/

Hi, fellow pythonistas! Before I start publishing future Python-related posts to this aggregator, I would like to shortly introduce myself and the reason for this blog’s presence on the planet.


I am
Test and Code: 141: Visual Testing - Angie Jones

Link: https://testandcode.com/141

Visual Testing has come a long way from the early days of x,y mouse clicks and pixel comparisons. Angie Jones joins the show to discuss how modern visual testing tools work and how to incorporate visu
Python Morsels: Python's Two Different String Representations

Link: https://www.pythonmorsels.com/topics/pythons-two-different-string-representations/




Transcript:
Let's talk about the two different string representations that all Python objects have.
String Representation of an Object
We have a datetime.date object here that represents the Python
PyCharm: PyCharm 2020.3.2 Supports Apple Silicon

Link: http://feedproxy.google.com/~r/Pycharm/~3/jz_xdPWL-Vw/

We have special news for those of you using Mac with an M1 chip: PyCharm 2020.3.2 is out and brings support for Apple Silicon!


To start working, download the separate installer for PyCharm for Apple
PyPy Development: Mac meets Arm64

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/AwG2-7kWLFs/mac-meets-arm64.html

Looking for sponsorship
Apple now ships Macs which are running on an arm64 variant machine with the
latest version of MacOS, Big Sur M1. We are getting requests for PyPy to
support this new architect
Matt Layman: Customer Docs - Building SaaS #85

Link: https://www.mattlayman.com/building-saas/customer-docs/

In this episode, I integrated customer documentation into the app. I showed how to build Sphinx documentation into a Django project, then created a help view to link to the docs. Finally, I added docu
Sumana Harihareswara - Cogito, Ergo Sumana: MOSS Video, BSSw Honorable Mention, and The Maintainership Book I Am Writing

Link: https://www.harihareswara.net/sumana/2020/01/29/0

Video

Mozilla interviewed me about the Python Package Index (PyPI), a USD$170,000 Mozilla Open Source Support award I helped the Python Software Foundation get in 2017, and how we used that money to
Israel Fruchter: Taking Github Actions for a walk in the park

Link: http://fruch.github.io/2020/12/29/github-actions

Taking Github Actions for a walk in the park
Travis started to scare me a bit
People were talking about github actions for a while now, lot of hype around it.
I myself was quite happy with the things
Janusworx: My Plan for the New Year

Link: https://janusworx.com/blog/my-plan-for-the-new-year/

My plan for the new year …

A final thought from Atomic Habits as we start the new year:
“Improvements are only temporary until they become part of who you are.


The goal is not to read a book,
Stack Abuse: How to Use Global and Nonlocal Variables in Python

Link: https://stackabuse.com/how-to-use-global-and-nonlocal-variables-in-python/

Introduction
In this article we'll be taking a look at Global and Non-Local Variables in Python and how you to use them to avoid issues when writing code.
We'll be starting off with a brief primer on
Evennia: Happy new years 2021! Evennia things to come this year

Link: http://evennia.blogspot.com/2021/01/happy-new-years-2021-evennia-things-to.html

Another year passed with Evennia, the Python MU* creation system. The past year saw a lot of bug fixing and more gradual additions and in September we released version 0.9.5. This was an intermediary
Pythonicity: Hardest Logic Puzzle Ever

Link: https://coady.github.io/posts/hardest-logic-puzzle-ever/




How to solve the Hardest Logic Puzzle Ever programmatically.¶Three gods A, B, and C are called, in no particular order, True, False, and Random. True always speaks truly, False always speaks falsel