Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Pool: Python Forking: Explanation and Illustration

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

Hello coders!! In this article, we will be learning about forking and its implementation in python. In computer science and technology, the term fork has primarily two meanings:
Cloning a processDeve
Sandro Tosi: Python: sent emails with embedded images

Link: http://sandrotosi.blogspot.com/2020/12/python-sent-emails-with-embedded-images.html

to send emails with images you need to use MIMEMultipart, but the basic approach: import smtplibfrom email.mime.multipart import MIMEMultipartfrom email.mime.image import MIMEImagemsg = MIMEMultipart(
Python Pool: WHAT IS NUMPY CHOOSE()? EXPLAINED IN DETAIL

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

Hello geeks and welcome in this article, we will cover NumPy.choose(). Along with that, for an overall better understanding, we will look at its syntax and parameter. Then we will see the application
Catalin George Festila: Python 3.9.1 : Testing the drawSvg python package.

Link: http://python-catalin.blogspot.com/2020/12/python-391-testing-drawsvg-python.html

The tutorial for today is about drawSvg python package.
This python package let you to create SVG images (vector drawings) and rendering them or displaying them in a Jupyter notebook.
Let's install it
Brett Cannon: Unravelling boolean operations

Link: https://snarky.ca/unravelling-boolean-operations/

As part of my series on Python's syntactic sugar, I am going to cover boolean operations: a or b and a and b.The semanticsA key thing to know about or and and is that they short-circuit. What that mea
Mike Driscoll: PyDev of the Week: Amanda Sopkin

Link: https://www.blog.pythonlibrary.org/2020/12/28/pydev-of-the-week-amanda-sopkin/

This week we welcome Amanda Sopkin (@amandasopkin) as our PyDev of the Week! She enjoys writing, teaching and the hackathon community. Amanda has given several talks at various Python conferences as w
Django Weblog: Channels security release issued: 3.0.3

Link: https://www.djangoproject.com/weblog/2020/dec/28/channels-security-release-issued/

In accordance with our security release policy, the Django team is issuing
Channels 3.0.3. This release addresses the security issue detailed below. We
encourage all users of Channels to upgrade as so
PyBites: Python in Everyday Life

Link: https://pybit.es/python-homework.html

I've been learning Python for 6 to 7 months now, and have really enjoyed it. Slowly but surely, I am finding ways to incorporate what I have learned in Python and other things such as Git, terminal us
Hynek Schlawack: How I Stopped Worrying and Started Loving PyLadies

Link: https://hynek.me/articles/how-i-stopped-worrying-and-started-loving-pyladies/

When I read about PyLadies for the first time, my thoughts were a common knee-jerk: “separation is bad, dividing the community, …”. Like many of my privileged peers, I was pro-diversity but I thought
Python Software Foundation: Election Reform Community Update

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ACCQGgHVRuk/election-reform-update.html

This past June, the PSF Board of Directors opened a discussion to solicit feedback on the topic of election reform.

The discussion was a lively one and touched on the following topics:


PSF Directo
Real Python: Python and MySQL Database: A Practical Introduction

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

MySQL is one of the most popular database management systems (DBMSs) on the market today. It ranked second only to the Oracle DBMS in this year’s DB-Engines Ranking. As most software applications need
Python Morsels: What is self?

Link: https://www.pythonmorsels.com/topics/what-is-self/




Related article:

Classes
Variables Are Pointers
self

Transcript:
When you define a class in Python, you'll see self everywhere.
What is self and why is it everywhere?
A class definition
The belo
Reuven Lerner: You can, but should you? Combining some of Python’s more esoteric features

Link: https://lerner.co.il/2020/12/28/you-can-but-should-you-combining-some-of-pythons-more-esoteric-features/

A few weeks ago, I held my monthly “office hours” session for subscribers to Weekly Python Exercise. WPE students are always invited not only to ask questions about what we’re learning in the course,
Talk Python to Me: #297 Python year in review (2020 edition)

Link: https://talkpython.fm/episodes/show/297/python-year-in-review-2020-edition

2020 will be one for the history books, won't it? I've put together a great group to look back on 2020 - from the Python perspective.
<br/>

<br/>
Join me along with Cecil Phillip, Ines Montani, Jay
Python Bytes: #214 Python year in review (2020 edition)

Link: https://pythonbytes.fm/episodes/show/214/python-year-in-review-2020-edition

<p>2020 will be one for the history books, won't it? I've put together a great group to look back on 2020 - from the Python perspective.</p>

<p>Join Brian and Michael along with Cecil Phillip, Ines M
Podcast.__init__: Making Content Management A Smooth Experience With A Headless CMS

Link: https://www.pythonpodcast.com/buttercms-headless-cms-episode-295/

Building a web application requires integrating a number of separate concerns into a single experience. One of the common requirements is a content management system to allow product owners and market
Stack Abuse: Ultimate Guide to Heatmaps in Seaborn with Python

Link: https://stackabuse.com/ultimate-guide-to-heatmaps-in-seaborn-with-python/

Introduction
A heatmap is a data visualization technique that uses color to show how a value of interest changes depending on the values of two other variables.
For example, you could use a heatmap to
PyCoder’s Weekly: Issue #453 (Dec. 29, 2020)

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

#453 – DECEMBER 29, 2020 View in Browser » Accelerating Python on GPUs With nvc++ and Cython Python on GPUs has become a big topic for processing big data and scientific computing. In this artic