Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyBites: Productivity Mondays - 5 tips that will boost your performance

Link: https://pybit.es/small-hacks.html

The following things are relatively easy to do, but also easy not to do. Do them consistently and they can change your career and life.
1. Follow up
How many interactions die after the first meeting?
tryexceptpass: Uniquely Managing Test Execution Resources using WebSockets

Link: https://tryexceptpass.org/article/manage-test-resources-with-websockets/

Executing tests for simple applications is complicated. You have to think about the users, how they interact with it, how those interactions propagate through different components, as well as how to h
Anwesha Das: The scary digital world

Link: http://anweshadas.in/the-scary-digital-world/

The horror
Some years ago, my husband and I were looking for houses to rent. We both were in different cities and were having a telephone conversation. We had three or four phone calls to discuss this
Python Insider: Python 3.8.2rc2 is now available for testing

Link: http://feedproxy.google.com/~r/PythonInsider/~3/joiaVm8KWn8/python-382rc2-is-now-available-for.html


Python 3.8.2rc2 is the second release candidate of the second maintenance release of Python 3.8. Go get it here:



https://www.python.org/downloads/release/python-382rc2/


Why a second release cand
Chris Moffitt: Python Tools for Record Linking and Fuzzy Matching

Link: https://pbpython.com/record-linking.html


Introduction
Record linking and fuzzy matching are terms used to describe the process of joining two
data sets together that do not have a common unique identifier. Examples include trying to
join fi
Stack Abuse: Integrating MongoDB with Python Using PyMongo

Link: https://stackabuse.com/integrating-mongodb-with-python-using-pymongo/

Introduction
In this post, we will dive into MongoDB as a data store from a Python perspective. To that end, we'll write a simple script to showcase what we can achieve and any benefits we can reap fr
EuroPython: EuroPython 2020: Presenting our conference logo for Dublin

Link: https://blog.europython.eu/post/190894113857

We’re pleased to announce our official conference logo for EuroPython 2020, July 20-26, in Dublin, Ireland:The logo is inspired by the colors and symbols often associated with Ireland: the shamrock an
Podcast.__init__: APIs, Sustainable Open Source and The Async Web With Tom Christie

Link: https://www.pythonpodcast.com/apis-sustainable-open-source-and-the-async-web-with-tom-christie/

Tom Christie is probably best known as the creator of Django REST Framework, but his contributions to the state the web in Python extend well beyond that. In this episode he shares his story of gettin
Wing Tips: Using "python -m" in Wing 7.2

Link: https://wingware.com/blog/python-m

Wing version 7.2 has been released, and the
next couple Wing Tips look at some of its new features.
We've already looked at reformatting with Black and YAPF and Wing 7.2's expanded support for
virtual
PyCoder’s Weekly: Issue #408 (Feb. 18, 2020)

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

#408 – FEBRUARY 18, 2020 View in Browser » Finding the Perfect Python Code Editor Find your perfect Python development setup with this review of Python IDEs and code editors. Writing Python usin
PyCon: The Hatchery Returns with Nine Events!

Link: https://pycon.blogspot.com/2020/02/the-hatchery-returns-with-nine-events.html

Since its start in 2018, the PyCon US Hatchery Program has become a fundamental part of how PyCon as a conference adapts to best serve the Python community as it grows and changes with time. In keepin
Michał Bultrowicz: Universal app reload with entr

Link: https://bultrowicz.com/universal_reload_with_entr/

A useful feature many web frameworks have is auto-reload.
Your app is running in the background, you change the code,
and the app is restarted with those changes, so you can try them out immediately.
Kushal Das: Which verison of Python are you running?

Link: https://kushaldas.in/posts/which-verison-of-python-are-you-running.html


The title of the is post is misleading.
I actually want to ask you which version of Python3 are you running? Yes, it
is a question I have to ask myself based on projects I am working on. I am
sure th
Catalin George Festila: Python 3.7.5 : The PyQtChart from python Qt5.

Link: http://python-catalin.blogspot.com/2020/02/python-375-pyqtchart-from-python-qt5.html

The PyQtChart is a set of Python bindings for The Qt Company’s Qt Charts library and is implemented as a single module.
Let's install this python package with the pip3 tool:
[mythcat@desk ~]$ pip3 ins
Peter Bengtsson: Build pyenv Python versions on macOS Catalina 10.15

Link: https://www.peterbe.com/plog/build-pyenv-python-versions-on-macos-catalina-10.15

I'm still working on getting pyenv in my bloodstream. It seems like totally the right tool for having different versions of Python available on macOS that don't suddenly break when you run brew upgrad