Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Artem Golubin: On code isolation in Python

Link: http://rushter.com/blog/python-code-isolation/

I started learning Python in 2009, and I had a pretty challenging task and somewhat unusual use of Python. I was working on a desktop application that used PyQT for GUI and Python as the main language
Stack Abuse: How to Set Axis Range (xlim, ylim) in Matplotlib

Link: https://stackabuse.com/how-to-set-axis-range-xlim-ylim-in-matplotlib/

Introduction
Matplotlib is one of the most widely used data visualization libraries in Python. Much of Matplotlib's popularity comes from its customization options - you can tweak just about any eleme
Python Morsels: Equality vs Identity

Link: https://www.pythonmorsels.com/topics/equality-vs-identity/




Watch First:

Variables are Pointers
The 2 Types of "Change" in Python



Transcript
You're probably already familiar with equality: that's the == operator.
identity uses the is operator.
Equality
PyCoder’s Weekly: Issue #444 (Oct. 27, 2020)

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

#444 – OCTOBER 27, 2020 View in Browser » Python Modulo in Practice: How to Use the % Operator In this tutorial, you’ll learn about the Python modulo operator (%). You’ll look at the mathematica
Exxact Corp: PyTorch 1.7.0 Now Available

Link: https://blog.exxactcorp.com/pytorch-1-7-0-now-available/?utm_medium=Feed&utm_source=Syndication

PyTorch 1.7.0
PyTorch is a widely used, open source deep learning platform used for easily writing neural network layers in Python enabling a seamless workflow from research to production. Based on To
Reuven Lerner: Now playing on YouTube: Answers to your Python questions

Link: https://lerner.co.il/2020/10/28/now-playing-on-youtube-answers-to-your-python-questions/

Over the last year, I’ve gotten increasingly active on my YouTube channel, https://YouTube.com/reuvenlerner. Each week, I upload 1-2 new videos, typically answering questions that I’ve gotten in my co
Stefan Scherfke: Raise … from … in Python

Link: https://stefan.sofa-rockers.org/2020/10/28/raise-from/

When you recently upgraded to pylint 2.6.0, you may have stumbled
across a new warning:
src/mylib/core.py:74:20: W0707:
Consider explicitly re-raising using the
'from' keyword (raise-missing-from)
Will Kahn-Greene: Everett v1.0.3 released!

Link: https://bluesock.org/~willkg/blog/dev/everett_1_0_3.html


What is it?
Everett is a configuration library for Python
apps.
Goals of Everett:

flexible configuration from multiple configured environments
easy testing with configuration
easy documentation of c
Real Python: Get Started With Django Part 3: Django View Authorization

Link: https://realpython.com/django-view-authorization/

In part 1 of this series, you learned the fundamentals of Django models and views. In part 2, you learned about user management. In this tutorial, you’ll see how to combine these concepts to do Django
Peter Bengtsson: Generating random avatar images in Django/Python

Link: https://www.peterbe.com/plog/random-avatars-in-django-python

tl;dr; <img src="/avatar.random.png" alt="Random avataaar"> generates this image:

(try reloading to get a random new one. funny aren't they?)
When you use Gravatar you can convert people's email addr
Python Software Foundation: Key generation and signing ceremony for PyPI

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/emzjI6-yJHk/key-generation-and-signing-ceremony-for.html

On Friday October 30th at 11:15 AM EDT the Python Software Foundation will be live streaming a remote key generation and signing ceremony to bootstrap The Update Framework for The Python Package Index
Stack Abuse: Change Tick Frequency in Matplotlib

Link: https://stackabuse.com/change-tick-frequency-in-matplotlib/

Introduction
Matplotlib is one of the most widely used data visualization libraries in Python. Much of Matplotlib's popularity comes from its customization options - you can tweak just about any eleme
PyCharm: PyCharm 2020.3 EAP #3

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

The third build of PyCharm 2020.3 is now available in the Early Access Program with features and fixes for a smoother, more productive experience.
We invite you to join our EAP to try out the latest f
Matt Layman: Sending Invites - Building SaaS #77

Link: https://www.mattlayman.com/building-saas/sending-invites/

In this episode, I worked on the form that will send invites to users for the new social network app that I’m building. We built the view, the form, and the tests and wired a button to the new view.
T
Stack Abuse: How to Sort a Dictionary by Value in Python

Link: https://stackabuse.com/how-to-sort-dictionary-by-value-in-python/

Introduction
A dictionary in Python is a collection of items that stores data as key-value pairs. In Python 3.7 and later versions, dictionaries are sorted by the order of item insertion. In earlier v
Python Morsels: Data structures contain pointers

Link: https://www.pythonmorsels.com/topics/data-structures-contain-pointers/




Watch First:

Variables are Pointers
The 2 Types of "Change" in Python
Equality vs Identity

Transcript
Data structures in Python don't actually contain objects.
They references to objects (aka "po
Python Engineering at Microsoft: Python in Visual Studio Code – October 2020 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-october-2020-release/

We are pleased to announce that the October 2020 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it dire
Reuven Lerner: Join the data revolution with my “Intro to SQL” course!

Link: https://lerner.co.il/2020/10/30/join-the-data-revolution-with-my-intro-to-sql-course/

Have you heard? Data is “the new oil” — meaning, data is the most valuable and important thing in the modern world. Which means that if you can store, retrieve, and organize your data, then you (and