Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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,
Learn PyQt: Animations and Transformations with QtQuick — Building an animated analog clock in QML

Link: https://www.mfitzp.com/tutorials/qml-animations-transformations/

In the previous tutorial we implemented a basic QML clock application using Python code to get the current time, format it into a string and send that through to our QML layout for display using Qt si
Stack Abuse: Creating a PDF Document in Python with pText

Link: https://stackabuse.com/creating-a-pdf-document-in-python-with-ptext/

The Portable Document Format (PDF) is not a WYSIWYG (What You See is What You Get) format. It was developed to be platform-agnostic, independent of the underlying operating system and rendering engine
PyCharm

Link:


PyCharm had Django support from version 1.0. Over this time, the Django support has been gone through many changes, as well as many maintainers.
In this episode of Early Access PyCharm, I talked to b
Real Python: Python's map() Function: Transforming Iterables

Link: https://realpython.com/courses/map-function-transform-iterables/

Python’s map() is a built-in function that allows you to process and transform all the items in an iterable without using an explicit for loop, a technique commonly known as mapping. map() is useful w
Python for Beginners: Linked List in Python

Link: https://www.pythonforbeginners.com/lists/linked-list-in-python


Linked list is a data structure which contains data objects which are connected by link. Each linked list consists of nodes which have a data field and a reference to the next node in the linked list
PyCon: Launching Project Signups for PyCon US Sprints

Link: https://pycon.blogspot.com/2021/04/launching-project-signups-for-pycon-us.html

 We are super excited to announce the launch of the PyCon US 2021 Sprints!When: Sprints will take place on May 17th and May 18thWhere: On a private Discord server! (invitation link will be announced l
A. Jesse Jiryu Davis: Get a Coach for your PyCon 2021 Talk

Link: https://emptysqua.re/blog/pycon-2021-coaching/

I get professional coaching for nearly every conference talk I deliver. Now that most conference talks are pre-recorded videos shot from home, I need more help than ever to make my talks polished, con
PyCoder’s Weekly: Issue #470 (April 27, 2021)

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

#470 – APRIL 27, 2021 View in Browser » The Social Contract of Open Source What is open source software, and what is the relationship between a maintainer and a user? Python core developer and s