Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Bytes: #232 PyPI in a box and a revolutionary keyboard

Link: https://pythonbytes.fm/episodes/show/232/pypi-in-a-box-and-a-revolutionary-keyboard

<p><strong>Watch the live stream:</strong></p>

<a href='https://www.youtube.com/watch?v=zYZR2WCDn6A' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>
PyCon: Welcoming Microsoft as a Visionary Sponsor

Link: https://pycon.blogspot.com/2021/05/welcoming-microsoft-as-visionary-sponsor.html

Microsoft helps millions of Python developers achieve more by enabling Python support across products and services like Windows, Visual Studio Code, GitHub, and Microsoft Azure.Microsoft has been a lo
PyCon: A message to the Python community from our new Visionary Sponsor: Microsoft!

Link: https://pycon.blogspot.com/2021/05/a-message-to-python-community-from-our.html

Microsoft has been a Keystone PyCon sponsor for the past 3 years and is now proud to become a Visionary Sponsor for this year’s edition. They’re excited to share what’s new with Python at Microsoft, a
Django Weblog: Django security releases issued: 3.2.2, 3.1.10, and 2.2.22

Link: https://www.djangoproject.com/weblog/2021/may/06/security-releases/

In accordance with our security release policy, the Django team
is issuing
Django 3.2.2,
Django 3.1.10, and
Django 2.2.22.
These releases address the security issue with severity "moderate" detailed b
Python Pool: [Solved] No Module Named Tensorflow Error

Link: https://www.pythonpool.com/no-module-named-tensorflow-error-solved/?utm_source=rss&utm_medium=rss&utm_campaign=no-module-named-tensorflow-error-solved

Python is known for its versatile syntax and English-like keywords. With thousands of modules, you can do data visualization, data processing and even deploy machine learning models. There are many kn
Python Pool: Simplifying If Not Logical Operator in Python

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

If not Python is a logical operator which is present in pre-built statements. Operators help in performing different functions or actions that are important to get a result. Python allows us to perfor
Codementor: Knowledge Graph — A Powerful Data Science Technique to Mine Information from Text (with Python code)

Link: https://www.codementor.io/prateekjoshi738/knowledge-graph-a-powerful-data-science-technique-to-mine-information-from-text-with-python-code-1hmox8cde9

Learn to extract valuable information from unstructured text data using Knowledge Graphs.
PyCharm: Webinar overview “Building Your First Python Slackbot”

Link: http://feedproxy.google.com/~r/Pycharm/~3/QjjhvO_Rcyo/

Last week Nafiul Islam invited an expert guest, Mason Egger from DigitalOcean, to do an in-depth coding session on Slackbot creation. Mason walked Nafiul through all the small details that are sometim
Python for Beginners: Python String Methods for String Manipulation

Link: https://www.pythonforbeginners.com/basics/python-string-methods-for-string-manipulation


String Manipulation is the most essential skill when you are analyzing text data. Python has many built in methods for string manipulation.  In this article, we will study the most frequently used py
Stack Abuse: Creating PDF Invoices in Python with pText

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

Introduction
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 ren
PyCon: Join Us for the PyLadies Auction

Link: https://pycon.blogspot.com/2021/05/join-us-for-pyladies-auction.html

It is 2021! PyCon is almost here, and we are bringing the PyLadies auction to you this year! Yes, that is right. It will be in your living room or office or deck, wherever you decide to join us. Fou
Zero-with-Dot (Oleg Żero): Decision Tree - Implemented from scratch

Link: https://zerowithdot.com/decision-tree/

Introduction
It is not hard to be under an impression that the world is all about
neural networks these days when it comes to making models.
Many teams seem to brag about super-cool architectures as i
Python Engineering at Microsoft: Connect with Microsoft Remotely at PyCon 2021!

Link: https://devblogs.microsoft.com/python/connect-with-microsoft-remotely-at-pycon-2021/

PyCon 2021 is almost here, and we’re excited to support this incredible event once again! We’ve been connecting with the community at PyCon in person from 2017 to 2019, and then remotely in 2020. Even
Test and Code: 152: Python Packaging - Brett Cannon

Link: https://testandcode.com/152

I always learn a lot when I talk to Brett, and this episode is no exception.
We talk about the packaging workflow, tools, changes, pyproject.toml, flit, setuptools, and so much more.
I hope you learn
Python Morsels: Breaking up long lines of code in Python

Link: https://www.pythonmorsels.com/topics/breaking-long-lines-code-python/




Transcript
Let's talk about breaking up long lines of code in Python.
Breaking up a long line of code
Let's say the import statement below is longer than I'd like for a single continuous line:
from
Real Python: The Real Python Podcast – Episode #59: Organizing and Restructuring DjangoCon Europe 2021

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

Are you interested in learning more about Django? Would you like to meet other professionals and learn how they are using Django? DjangoCon Europe 2021 is virtual this year, and you can join in from a
Stack Abuse: Python: Get Last Element in List

Link: https://stackabuse.com/python-get-last-element-in-list/

Introduction
In this tutorial, we'll take a look at some of the most common ways to find the last element in a list in Python. First, we will cover the simplest and most Pythonic way and then show som
Python for Beginners: How to Best Use Try-Except in Python

Link: https://www.pythonforbeginners.com/error-handling/how-to-best-use-try-except-in-python


Exception handling allows us to enforce constraints on variables to implement our business logic in the computer program and it also enables us to write a robust program which can handle different ty
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