Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCon: Building a multi-tenant content-based recommender with automated training

Link: https://pycon.blogspot.com/2021/05/building-multi-tenant-content-based.html

 Problem Statement and BackgroundThe problem we are tackling here is assisting customer service agents in finding answers to customer problems accurately and fast.To answer customer questions, custome
STX Next: Is Python a Good Choice for Finance?

Link: https://www.stxnext.com/blog/is-python-a-good-choice-for-finance




Finance is a complex world, now more than ever. You’ve got blockchain, hundreds of cryptocurrencies, NFTs, easy trading with Robinhood and similar apps, and much more. It’s a crazy, complex world
Quansight Labs Blog: Rethinking Jupyter Interactive Documentation

Link: https://labs.quansight.org/blog/2021/05/rethinking-jupyter-documentation/

Jupyter Notebook first release was 8 years ago – under the IPython Notebook
name at the time. Even if notebooks were not invented by Jupyter; they were
definitely democratized by it. Being Web powered
PyBites: Fast Emoji Lookup from the Command Line

Link: https://pybit.es/emojisearcher.html

Today I wanted to share a little app I built the other day to search emojis from the command line.
This surely can be done via the OS (and Slack is the absolute winner for their emoji autocomplete!),
Talk Python to Me: #315 Awesome FastAPI extensions and add ons

Link: https://talkpython.fm/episodes/show/315/awesome-fastapi-extensions-and-add-ons

Have you heard that FastAPI is awesome? We have Michael Herman back on the show to help us make it even more awesome with his FastAPI awesome list. He's categorized many extensions and other libraries
Python Pool: 9 Ways To Convert Dictionary to List in Python

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

Python has different types of data structures to manage your data efficiently. Lists are simple sequential data, whereas a dictionary is a key-value pair data. Both of them have unique usability and i
Weekly Python StackOverflow Report: (cclxxiv) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/05/cclxxiv-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-08 17:36:50 GMTConfusing Speaker labels timestamps from Watson
"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
Terry Jones: Simpler Twisted deferred code via decorated callbacks

Link: http://blogs.fluidinfo.com/terry/2012/10/14/simpler-twisted-deferred-code-via-decorated-callbacks/

This morning I was thinking about Twisted deferreds and how people find them difficult to grasp, but how they’re conceptually simple once you get it. I guess most of us tell people a deferred is some
AI Pool: Random Forests Understanding

Link: https://ai-pool.com/a/s/random-forests-understanding

Intuition and Implementation on a key algorithm to reduce overfitting in tree based algorithms
Zato Blog: Resilient REST APIs with SSL/TLS client certificates

Link: https://zato.io/blog/posts/howto-rest-api-client-cert.html

This how-to is about ensuring that only API clients with valid SSL/TLS certificates,
including expected certificate fingerprints or other metadata, can invoke selected REST endpoints.
In this way, we
Mike Driscoll: PyDev of the Week: Parker Allen

Link: https://www.blog.pythonlibrary.org/2021/05/10/pydev-of-the-week-parker-allen/

This week we welcome Parker Allen as our PyDev of the Week! Parker works at Bentobox a restaurant software company that uses Python on its backend.

Let’s spend some time getting to know Parker!
Can y
EuroPython: EuroPython 2021: Call for Proposals (CFP) extended until May 16

Link: https://blog.europython.eu/europython-2021-cfp-extended-until-may-16/

We've decided to extend the deadline for our Call for Proposals until Sunday, May 16, 23:59:59 CEST. We are still looking for a few more proposals, especially for posters, training sessions, and helpd
Stack Abuse: Working with Python's PyQT Framework

Link: https://stackabuse.com/working-with-pythons-pyqt-framework/

Introduction
In this guide, we'll take a look at how to use Python's PyQT framework to develop a Graphical User Interface (GUI) for a desktop application in Python.
Popular Python alternatives for dev
Real Python: Recursion in Python: An Introduction

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

If you’re familiar with functions in Python, then you know that it’s quite common for one function to call another. In Python, it’s also possible for a function to call itself! A function that calls
Matthew Wright: 4 ways to run Jupyter notebooks

Link: https://www.wrighters.io/4-ways-to-run-jupyter-notebooks/

Jupyter notebooks are a popular way to share data and code, and there are multiple ways to run and edit notebooks.The post 4 ways to run Jupyter notebooks appeared first on wrighters.io.
AI Pool: Activation Functions for Neural Networks

Link: https://ai-pool.com/a/s/activation-functions-for-neural-networks

In this article, explaination of various activation functions has been given like Linear, ELU, ReLU, Sigmoid, and tanh.
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 parametes involved with it