Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Mike Driscoll: An Overview of Image Processing with Python and Pillow (Video)

Link: https://www.blog.pythonlibrary.org/2021/05/03/an-overview-of-image-processing-with-python-and-pillow-video/

Learn how to edit and enhance photos using Pillow and the Python programming language.
What you’ll learn in this video:

Opening Images
Extracting Image Information (EXIF)
Cropping
Rotating
Image Enha
Podcast.__init__: Data Exploration and Visualization Made Effortless with Lux

Link: https://www.pythonpodcast.com/lux-data-exploration-episode-313/

Data exploration is an important step in any analysis or machine learning project. Visualizing the data that you are working with makes that exploration faster and more effective, but having to rememb
Python Pool: [Solved] ValueError: Setting an Array Element With A Sequence Easily

Link: https://www.pythonpool.com/valueerror-setting-an-array-element-with-a-sequence-solved/?utm_source=rss&utm_medium=rss&utm_campaign=valueerror-setting-an-array-element-with-a-sequence-solved

Introduction
In python, we have discussed many concepts and conversions. In this tutorial, we will be discussing the concept of setting an array element with a sequence. When we try to access some val
Django Weblog: Django security releases issued: 3.2.1, 3.1.9, and 2.2.21

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

In accordance with our security release policy, the Django team
is issuing
Django 3.2.1,
Django 3.1.9, and
Django 2.2.21.
These release addresses the security issue detailed below. We encourage all us
EuroPython: EuroPython 2021: Call for Sponsors

Link: https://blog.europython.eu/europython-2021-call-for-sponsors/

We're happy to announce our call for sponsors. Reach out to enthusiastic Python developers, users and professionals worldwide by presenting your company at this year’s EuroPython 2021 Online conferenc
Stack Abuse: Python: Make Time Delay (Sleep) for Code Execution

Link: https://stackabuse.com/python-make-time-delay-sleep-for-code-execution/

Introduction
Code Delaying (also known as sleeping) is exactly what the name implies, the delaying of code execution for some amount of time. The most common need for code delaying is when we're waiti
Read the Docs: Read the Docs newsletter - May 2021

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


Welcome to a new edition of our monthly newsletter, where we
openly share the most relevant updates around Read the Docs,
offer a summary of new features we shipped
during the previous month,
and sha
Real Python: Simplify Python GUI Development With PySimpleGUI

Link: https://realpython.com/courses/simplify-gui-dev-pysimplegui/

Creating a simple graphical user interface (GUI) that works across multiple platforms can be complicated. But it doesn’t have to be that way. You can use Python and the PySimpleGUI package to create n
Django Weblog: PyCharm & DSF Campaign 2021 Results

Link: https://www.djangoproject.com/weblog/2021/may/04/pycharm-dsf-campaign-2021-results/

The fifth annual JetBrains PyCharm promotion in April netted the Django Software Foundation $45,000 this year, a slight increase over the $40,000 raised last year.
This amount represents roughly 20% o
PyCon: Google Cloud: Speed up Python development with Cloud Code and your IDE

Link: https://pycon.blogspot.com/2021/05/google-cloud-speed-up-python.html

Google Cloud is thrilled to sponsor PyCon 2021! This is a bittersweet PyCon as we wish we could meet all you skilled Python developers in person, but we know bringing together Python developers
PyCoder’s Weekly: Issue #471 (May 4, 2021)

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

#471 – MAY 4, 2021 View in Browser » The Hidden Performance Overhead of Python C Extensions It’s no secret that Python is slower than compiled languages like C, C++, and Rust. If you need a perf
John Ludhi/nbshare.io: Stock Sentiment Analysis Using Autoencoders

Link: https://www.nbshare.io/notebook/84089365/Stock-Sentiment-Analysis-Using-Autoencoders/








Stock Sentiment Analysis Using Autoencoders








In this notebook, we will use autoencoders to do stock sentiment analysis. Autoencoder consists of encoder and decoder models. Encoders comp
Real Python: Natural Language Processing With Python's NLTK Package

Link: https://realpython.com/nltk-nlp-python/

Natural language processing (NLP) is a field that focuses on making natural human language usable by computer programs. NLTK, or Natural Language Toolkit, is a Python package that you can use for NLP.
Python for Beginners: Exception Handling in Python: Writing a Robust Python Program

Link: https://www.pythonforbeginners.com/error-handling/exception-handling-in-python-increasing-robustness-of-your-python-program


While writing programs in python, there may be situations where the program enters into an undesirable state called exceptions and exits the execution. This may cause loss of work done or may even ca
Python⇒Speed: How to (not) use Docker to share your password with hackers

Link: https://pythonspeed.com/articles/leaking-secrets-docker/

Do you use Docker images to run your software?
Does running or building your image involve a password or other credential that you really (don’t) want to share with hackers?
Well, you’re in luck, beca
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