Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Ben Cook: Basic Counting in Python

Link: https://jbencook.com/counting-in-python/

I love fancy machine learning algorithms as much as anyone. But sometimes, you just need to count things. And Python’s built-in data structures make this really easy. Let’s say we have a list of strin
Ben Cook: Binary Cross Entropy Explained

Link: https://jbencook.com/binary-cross-entropy/

The most common loss function for training a binary classifier is binary cross entropy (sometimes called log loss). You can implement it in NumPy as a one-liner:
def binary_cross_entropy(yhat: np.ndar
"Morphex's Blogologue": An IMAP migration script

Link: http://blogologue.com/blog_entry?id=1620582828X36

So, last December I got an email from the email hosting provider for Nidelven IT that the email server would be taken down in 6 months time.I didn't like the timing, as I was in court process, the thi
Python Pool: Voluptuous Python Library An Aid for Data Validation

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

Python libraries are reusable sets of code that we can include in our program without writing the entire code. There are over 137,000 libraries in python like Tensorflow, Numpy, Keras, PyTorch, Scikit
Brett Cannon: Unravelling the `pass` statement

Link: https://snarky.ca/unravelling-the-pass-statement/

This is the next past in my series on Python&aposs syntactic sugar. It&aposs unfortunately been a while since my last post due to Python 3.10 and PyCon US 2021 taking up a lot of my time. But with tho
Python Pool: 3 Proven Ways to Convert List to Set in Python

Link: https://www.pythonpool.com/convert-list-to-set-python/?utm_source=rss&utm_medium=rss&utm_campaign=convert-list-to-set-python

In this article, we will explore the list and set and conversion from the list to set in python. Before jumping to this exciting thing, first of all, let’s have an overview of the concept of lists and
AI Pool: Understanding of Support Vector Machine (SVM)

Link: https://ai-pool.com/a/s/understanding-of-support-vector-machine--svm

Explanation of the support vector machine algorithm, the types, how it works, and its implementation using the python programming language with the sklearn machine learning package
AI Pool: Using Autoencoder to generate digits with Keras

Link: https://ai-pool.com/a/s/using-autoencoder-to-generate-digits-with-keras

This article contains a real-time implementation of an autoencoder which we will train and evaluate using very known public benchmark dataset called MNIST data.
PyCon: PyCon US 2024 and 2025 Announcement

Link: https://pycon.blogspot.com/2021/05/pycon-us-2024-and-2025-announcement.html

We’re pleased to announce our location for PyCon US for 2024 and 2025: It’s Pittsburgh, Pennsylvania! As PyCon US 2021 is taking place virtually, we’re excited to let you know about the next four year
Weekly Python StackOverflow Report: (cclxxv) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/05/cclxxv-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-05-15 18:54:54 GMTsample from randomly generated numbers? - [8/3]P
William Minchin: Image Process Plugin 1.2.1 & 2.1.1 for Pelican Released

Link: https://blog.minchin.ca/2021/05/image-process-211.html

Image Process is a plugin for Pelican,
a static site generator written in Python.
Image Process let you automate the processing of images based on their HTML
class attributes. Use this plugin to minim
William Minchin: Seafoam 2.5.0 Released

Link: https://blog.minchin.ca/2021/05/seafoam-250.html

It’s time for a new update to Seafoam, the website theme currently in use
here (on my Blog) and by my wider site.
The biggest change this update brings is the addition of period archive (i.e.
daily, m
Python Software Foundation: The 2021 Python Language Summit: PEP 654 — Exception Groups and except*

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/YfwxVhCg4nM/the-2021-python-language-summit-pep-654.html

PEP 654 was authored by Irit Katriel, Yury Selivanov, and Guido van Rossum. This PEP is currently at the draft stage. The authors shared what it is, why we need it, and which ideas they rejected. What
AI Pool: Confidence Interval Understanding

Link: https://ai-pool.com/a/s/confidence-interval-understanding

Explanation of confidence intervals and the how-to calculate it for different scenarios, and also the equation that makes the confidence interval and the parameters involved with it
"Morphex's Blogologue": An Open Source license for scripts, small code bits and programs

Link: http://blogologue.com/blog_entry?id=1621189037X11

I have some miscellaneous code here:https://github.com/morphex/miscWhich hasn't been given a license yet, and I was wondering what license to give it. Just to make things clear, and make it easier to
AI Pool: Visualization with Seaborn

Link: https://ai-pool.com/a/s/visualization-with-seaborn

This article will enable you to use the seaborn python package to visualize your structured data with seaborn barchart, scatter plot, histogram, line, and distplot
Python Software Foundation: The 2021 Python Language Summit: Progress on Running Multiple Python Interpreters in Parallel in the Same Process

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/JSbNFZCoINo/the-2021-python-language-summit_16.html

Victor Stinner and Dong-hee Na gave a presentation at the 2021 Python Language Summit about running multiple Python interpreters in parallel in the same process.Use Cases Victory Stinner started by ex
Python Pool: Matplotlib 2D Histogram Plotting in Python

Link: https://www.pythonpool.com/matplotlib-2d-histogram/?utm_source=rss&utm_medium=rss&utm_campaign=matplotlib-2d-histogram

A histogram is commonly used to plot frequency distributions from a given dataset. Whenever we have numerical data, we use histograms to give an approximate distribution of that data. It shows how oft
Mike Driscoll: PyDev of the Week: Tim Arnold

Link: https://www.blog.pythonlibrary.org/2021/05/17/pydev-of-the-week-tim-arnold/

This week we welcome Tim Arnold (@jtimarnold) as our PyDev of the Week! Tim co-authored Black Hat Python, 2nd Edition: Python Programming for Hackers and Pentesters. If you’re interested in hacking or