Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Tomaž Muraus: Making StackStorm Fast

Link: https://www.tomaz.me/2021/07/04/making-stackstorm-fast.html

Making StackStorm Fast
In this post I will describe changes to the StackStorm database abstraction layer which landed in StackStorm v3.5.0. Those changes will substantially speed up action executions
Matthew Wright: Parameterizing and automating Jupyter notebooks with papermill

Link: https://www.wrighters.io/parameters-jupyter-notebooks-with-papermill/

Have you ever created a Jupyter notebook and wished you could generate the notebook with a different set of parameters? If so, you've probably done at least one of the following: Edited the variables
Mike Driscoll: PyDev of the Week: Adam Hopkins

Link: https://www.blog.pythonlibrary.org/2021/07/05/pydev-of-the-week-adam-hopkins/

This week we welcome Adam Hopkins (@AdmHpkns) as our PyDev of the Week! Adam is a core developer on Sanic, a Python server / web framework. You can see what Adam has been up to over on GitHub.
Let’s s
Made With Mu: Announcing Mu version 1.1.0-beta.5

Link: https://madewith.mu/mu/users/2021/07/05/beta5.html


Beta 5 is here (get it from the download page)!
Since this is a beta release and may contain bugs or unfinished features.
Please provide bug reports or feedback via GitHub.
We had hoped for a regular
Real Python: Python's Counter: The Pythonic Way to Count Objects

Link: https://realpython.com/python-counter/

Counting several repeated objects at once is a common problem in programming. Python offers a bunch of tools and techniques you can use to approach this problem. However, Python’s Counter from collect
Kushal Das: Reproducible wheel buidling failure on CircleCI container

Link: https://kushaldas.in/posts/reproducible-wheel-buidling-failure-on-circleci-container.html


At SecureDrop project we have
Python wheels built for Python 3.7 on Buster in a reproducible way. We use the
same wheels inside of the Debian packages. The whole process has checks to
verify the sha2
Python Pool: Python Increment Dictionary Value: 5 Ways to Achieve

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

The post Python Increment Dictionary Value: 5 Ways to Achieve appeared first on Python Pool.
A dictionary in python is a built-in data structure that consists of a collection of items. The data is sto
Python Pool: Traverse Trees Using Level Order Traversal in Python

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

The post Traverse Trees Using Level Order Traversal in Python appeared first on Python Pool.
Trees are a type of non – linear data structure. The trees are made up of nodes that are arranged in a hier
Python Pool: 6 Best Ways to Get Filename Without Extension in Python

Link: https://www.pythonpool.com/python-get-filename-without-extension/?utm_source=rss&utm_medium=rss&utm_campaign=python-get-filename-without-extension

The post 6 Best Ways to Get Filename Without Extension in Python appeared first on Python Pool.
Files are used for storing information with the ability to read and write on them. The operations which
Python Pool: 6 Easy Ways to Iterate Through Set in Python

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

The post 6 Easy Ways to Iterate Through Set in Python appeared first on Python Pool.
A set in Python is an unordered collection of items. Because the objects in a set are not ordered, indexes cannot b
Python Pool: 7 Efficient Ways to Replace Item in List in Python

Link: https://www.pythonpool.com/replace-item-in-list-python/?utm_source=rss&utm_medium=rss&utm_campaign=replace-item-in-list-python

The post 7 Efficient Ways to Replace Item in List in Python appeared first on Python Pool.
Lists in python are data structures used to store items of multiple types together under the same list. Using
William Minchin: Advanced Python: Self-Configuring Themes, and Seafoam 2.6.0 Released

Link: https://blog.minchin.ca/2021/07/seafoam-260.html

I’ve just released a groundbreaking version of my website theme Seafoam; I
believe this is the first Pelican theme designed to configure itself!
The root of this magic is that the theme has actually b
Python Pool: Find Out What is Run Length Encoding in Python

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

The post Find Out What is Run Length Encoding in Python appeared first on Python Pool.
Run length encoding in python is an algorithm using which we replace values inside a string that occurs repetitiv
John Ludhi/nbshare.io: How To Use Python Pip

Link:
https://www.nbshare.io/notebook/122327599/How-To-Use-Python-Pip/

How To Use Python Pip

Before you read this tutorial, make sure you have latest Pip installed. To updgrade pip follow this tutorial https://www.nbshare.io/notebook/228803083/How-to-Upgra
S. Lott: A Python Roadmap

Link: http://slott-softwarearchitect.blogspot.com/2021/07/a-python-roadmap.html

An interesting tweet. The  roadmap has three sections. I'm not sure this is actually complete, or even grouped correctly. It is a very good list of topics.  Pratham⁦@PrasoonPratham⁩Here's a complete