Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCoder’s Weekly: Issue #488 (Aug. 31, 2021)

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

#488 – AUGUST 31, 2021 View in Browser » Python Ranks #1 in IEEE “Top Programming Languages” “Python dominates as the de facto platform for new technologies” and “Learn Python. That’s the bigges
Sandipan Dey: Probabilistic Deep Learning with Tensorflow

Link:

In this blog, we shall discuss on how to implement probabilistic deep learning models using Tensorflow. The problems to be discussed in this blog appeared in the exercises / projects in the coursera c
Django Weblog: Django bugfix release: 3.2.7

Link: https://www.djangoproject.com/weblog/2021/sep/01/bugfix-release/

Today we've issued the 3.2.7 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
PyBites: Facial Recognition with Python

Link: https://pybit.es/articles/facial-recognition-with-python/

Identifying faces
I was asked by Bob to write a guest article for the PyBites blog, so whilst this isn’t my first blog article, it is my first ever guest blog article of which I’m immensely proud and
Mike Driscoll: Unit Conversion with Python and the Pint Package

Link: https://www.blog.pythonlibrary.org/2021/09/01/unit-conversion-pint/

Do you need to work measurements often? What about converting from one unit of measurement to another? There is a Python package called Pint that makes working with quantities easy to do. Pint allows
Python for Beginners: Binary Search Tree in Python

Link: https://www.pythonforbeginners.com/data-structures/binary-search-tree-in-python

You can use different data structures such as a python dictionary, a list, a tuple, or a set in programs. But these data structures are not sufficient for implementing hierarchical structures in the p
Stack Abuse: Guide to Numpy's arange() Function

Link: https://stackabuse.com/guide-to-numpys-arange-function/

Intro
Numpy is the most popular mathematical computing Python library. It offers a great number of mathematical tools including but not limited to multi-dimensional arrays and matrices, mathematical f
Mike Driscoll: Creating a File Search GUI with wxPython

Link: https://www.blog.pythonlibrary.org/2021/09/02/creating-a-file-search-gui-with-wxpython/

Have you ever needed to search for a file on your computer? Most operating systems have a way to do this. Windows Explorer has a search function and there’s also a search built-in to the Start Menu no
Python for Beginners: Check If a List has Duplicate Elements

Link: https://www.pythonforbeginners.com/basics/check-if-a-list-has-duplicate-elements

Lists are the most used data structures in Python. While programming, you may land into a situation where you will need a list containing only unique elements or you want to check if a list has duplic
Podcast.__init__: Monitor The Health Of Your Machine Learning Products In Production With Evidently

Link: https://www.pythonpodcast.com/evidently-machine-learning-monitoring-episode-330/

You've got a machine learning model trained and running in production, but that's only half of the battle. Are you certain that it is still serving the predictions that you tested? Are the inputs with
Kushal Das: Default values, documentation and Ansible

Link: https://kushaldas.in/posts/default-values-documentation-and-ansible.html


While testing my
qubes_ansible
project on the upcoming Qubes OS 4.1 project, I noticed
something really strange. But, before getting into that, this Ansible module
and the connection plugin are for Q
Read the Docs: Read the Docs newsletter - September 2021

Link: https://blog.readthedocs.com/newsletter-september-2021/


Welcome to the latest edition of our monthly newsletter, where we
share the most relevant updates around Read the Docs,
offer a summary of new features we shipped
during the previous month,
and share
Real Python: The Real Python Podcast – Episode #76: Harnessing Python's math Module and Exposing Practical Pandas Functions

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

How well do you know Python's math module? Maybe you've used a few of the constants or arithmetic functions. You may be surprised by the amount of functionality hiding within this built-in library, an
Mike Driscoll: Python 101 – Working with Files (Video)

Link: https://www.blog.pythonlibrary.org/2021/09/03/python-101-working-with-files-video/

Application developers are always working with files. You create them whenever you write a new script or application. You write reports in Microsoft Word, you save emails or download books or music. F
Stack Abuse: Dijkstra's Algorithm in Python

Link: https://stackabuse.com/dijkstras-algorithm-in-python/

Introduction
Dijkstra's algorithm is an algorithm which finds the shortest paths between nodes in a graph. It was designed by a Dutch computer scientist Edsger Wybe Dijkstra in 1956, when he thought a
Mike Driscoll: Creating a Text Search GUI with wxPython

Link: https://www.blog.pythonlibrary.org/2021/09/04/creating-a-text-search-gui-with-wxpython/

You learned how to create a file search GUI with wxPython in an earlier tutorial. In this article, you will learn how to create a text search utility with wxPython.
If you’d like to learn more about c
Weekly Python StackOverflow Report: (ccxci) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/09/ccxci-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-09-04 20:03:19 GMTFiltering list of tuples based on condition - [1