Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Weekly Python StackOverflow Report: (cclxxii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/04/cclxxii-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-04-24 19:06:09 GMTWhy is a=a*100 almost two times faster than a*=1
Python Pool: 6 Examples to Demystify Python locals() Function

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

Introduction
In python, we have discussed many concepts and conversions. But sometimes, we come to a situation where we need to return the dictionary according to the current local symbol table. In th
PyPy: Some Ways that PyPy uses Graphviz

Link: https://www.pypy.org/posts/2021/04/ways-pypy-graphviz.html

Some way that PyPy uses Graphviz
Somebody wrote this super cool thread on Twitter about using Graphviz to make
software visualize its internal state:
🧵 Make yours and everybody else's lives slightly l
Brett Cannon: The social contract of open source

Link: https://snarky.ca/the-social-contract-of-open-source/

Even though I gave a keynote with an accompanying blog post all about setting expectations for open source participation, I felt it was time to do another blog post to directly address the issue of en
The No Title® Tech Blog: Just updated - Optimize Images X v0.9.1 (Beta 2)

Link: https://no-title.victordomingos.com/articles/2021/updated_optimize-images-x_beta2

So, just 3 days after the first public beta, here we got the second beta for Optimize Images X. It includes an important hot fix for Windows and Linux, and two new usability features.
Red Hat Developers: Continuous learning in Project Thoth using Kafka and Argo

Link: https://developers.redhat.com/blog/2021/04/26/continuous-learning-in-project-thoth-using-kafka-and-argo/

Project Thoth provides Python programmers with information about support for packages they use, dependencies, performance, and security. Right now it focuses on pre-built binary packages hosted on the
Mike Driscoll: PyDev of the Week: Haki Benita

Link: https://www.blog.pythonlibrary.org/2021/04/26/pydev-of-the-week-haki-benita/

This week we welcome Haki Benita (@be_haki) as our PyDev of the Week! Haki is a contributor at Real Python. You can also see some of Haki’s work over on their own website or by checking out their GitH
ABlog for Sphinx: ABlog v0.10.18 released

Link: https://ablog.readthedocs.org/release/ablog-v0.10-released/#ablog-v0-10-18-released

ABlog v0.10.18 released
Zato Blog: Checking your Zato version details

Link: https://zato.io/blog/posts/zato-version-cli.html

The seemingly simple zato --version command packs in several interesting details that are helpful in understanding
what Zato version one currently uses - let’s find out what they all mean.
General pat
Montreal Python User Group: Evening of Programming Exercises

Link: https://montrealpython.org/en/2021/04/soiree-programmation-2021-04-27/

Tomorrow evening is our first “Evening of Programming Exercises”.
This event is aimed toward the ones that are new to programming or new to Python. The idea is to get together in a rather informal set
Real Python: Python Basics: Paperback Now Available!

Link: https://realpython.com/python-basics-paperback/

After years of writing, reviewing, and testing, we’re delighted to announce that Python Basics: A Practical Introduction to Python 3 is now available in paperback!
It’s been rewarding to hear how read
Python Pool: 3 Proven Ways to Convert ASCII to String in Python

Link: https://www.pythonpool.com/python-ascii-to-string/?utm_source=rss&utm_medium=rss&utm_campaign=python-ascii-to-string

Introduction
In python, we have discussed many concepts and conversions. But sometimes, we come to a situation where we need to convert ASCII into string in python. In this tutorial, we will be discus
Podcast.__init__: Extensible Open Source Authorization For Your Applications With Oso

Link: https://www.pythonpodcast.com/oso-open-source-authorization-episode-312/

Any project that is used by more than one person will eventually need to handle permissions for each of those users. It is certainly possible to write that logic yourself, but you'll almost certainly
Python Pool: 4 Examples to Use Python globals() Function

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

In python, we have discussed many concepts and conversions. But sometimes, we come to a situation where we need to return the dictionary according to the current global symbol table. In this tutorial,
Python Pool: 6 Examples to Demystify Python locals() Function

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

Introduction
In python, we have discussed many concepts and conversions. But sometimes, we come to a situation where we need to return the dictionary according to the current local symbol table. In th
Python Pool: 3 Proven Ways to Convert ASCII to String in Python

Link: https://www.pythonpool.com/python-ascii-to-string/?utm_source=rss&utm_medium=rss&utm_campaign=python-ascii-to-string

Introduction
In python, we have discussed many concepts and conversions. But sometimes, we come to a situation where we need to convert ASCII into string in python. In this tutorial, we will be discus
Red Hat Developers: 4 reasons you’ll love using Red Hat OpenShift Data Science

Link: https://developers.redhat.com/blog/2021/04/27/4-reasons-youll-love-using-red-hat-openshift-data-science/

Red Hat OpenShift Data Science is a managed cloud service built from a curated set of components from the upstream Open Data Hub project. It aims to provide a stable sandbox in which data scientists c
Python Pool: 4 Examples to Use Python globals() Function

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

In python, we have discussed many concepts and conversions. But sometimes, we come to a situation where we need to return the dictionary according to the current global symbol table. In this tutorial,