Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Sebastian Witowski: Python Versions Management With pyenv

Link: https://switowski.com/blog/pyenv


Using the latest version of Python is always a good idea. First of all - you get the new features like the f-strings (Python 3.6), ordered dictionaries (officially guaranteed from Python 3.7, but alr
Mike Driscoll: PySimpleGUI: Drawing Text on Images with a Python GUI

Link: https://www.blog.pythonlibrary.org/2021/02/03/pysimplegui-drawing-text-on-images-with-a-python-gui/

The Pillow package lets you draw text on images using Python. This includes using TrueType and OpenType fonts. You have a lot of flexibility when adding this text to your images. If you’d like to know
Python Insider: Python 3.10.0a5 is now available for testing

Link: http://feedproxy.google.com/~r/PythonInsider/~3/L5BoMSqFEvw/python-3100a5-is-now-available-for.html

Well, this one took a bit more time due to some surprise last time reference leaks and release blockers to fix, but now Python 3.10.0a5 it’s here. Will this be the first release announcement of the 3.
Real Python: Qt Designer and Python: Build Your GUI Applications Faster

Link: https://realpython.com/qt-designer-python/

To create a GUI for your windows and dialogs in PyQt, you can take two main paths: you can use Qt Designer, or you can hand code the GUI in plain Python code. The first path can dramatically improve y
Will Kahn-Greene: Socorro: This Period in Crash Stats: Volume 2021.1

Link: https://bluesock.org/~willkg/blog/mozilla/socorro_tpics_2021_1.html


New features and changes in Crash Stats

Crash Stats crash report view pages show Breadcrumbs information
In 2020q3, Roger and I worked out a new Breadcrumbs crash annotation for
crash reports genera
PyCon: You can now register for PyCon US 2021!

Link: https://pycon.blogspot.com/2021/02/you-can-now-register-for-pycon-us-2021.html

It is with great excitement that we welcome you to register for PyCon US 2021 starting today! The health and safety of our global community has been at the forefront of our minds every day, and thus t
Python Bytes: #219 HTMX: Dynamic and live HTML without JavaScript

Link: https://pythonbytes.fm/episodes/show/219/htmx-dynamic-and-live-html-without-javascript

<p>Sponsored by us! Support our work through:</p>

<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://pragprog.com/ti
Python Pool: Python float to string Conversion Using 9 Different Methods

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

Hello geeks and welcome in this article, we will cover Python float to string conversion. We will look at different methods through which we can perform this conversion. To do so, we will look at vari
Stack Abuse: Python: Get Size of Dictionary

Link: https://stackabuse.com/python-get-size-of-dictionary/

Introduction
In this article, we'll take a look at how to find the size of a dictionary in Python.
Dictionary size can mean its length, or space it occupies in memory. To find the number of elements s
Matt Layman: UX Polish - Building SaaS #90

Link: https://www.mattlayman.com/building-saas/ux-polish/

In this episode, I worked on more customer requests to refine the user interface. We added a new convenient shortcut button and included additional information and links on the course detail view.
I’m
Armin Ronacher: Be Humble

Link: http://lucumr.pocoo.org/2021/2/5/be-humble

2020 was a crazy and challenging year. Millions of people lost their jobs
and thousands lost loved ones. But not me. Not just that, I work in an
industry where I can safely say that most of us didn
Andre Roberge: Python's tug of war between beginner-friendly features and support for advanced users

Link: https://aroberge.blogspot.com/2021/02/pythons-tug-of-war-between-beginner.html

Python is my favourite programming language. Since I discovered it in 2004, programming in Python became my favourite hobby. I've tried to learn a few other languages and have never found one as frien
Matthew Wright: Views, Copies, and that annoying SettingWithCopyWarning

Link: https://www.wrighters.io/views-copies-and-that-annoying-settingwithcopywarning/

If you've done any work in pandas, you've surely seen the SettingWithCopyWarning. This is an explanation of what's happening and how to fix it.The post Views, Copies, and that annoying SettingWithCopy
Montreal Python User Group: PyCon 2021 is looking for presenters

Link: https://montrealpython.org/en/2021/02/pycon-2021-cfp/

PyCon, the largest conference on the Python programming language, will be online this year. Some of you may recall the fun of being there when PyCon came to Montréal in 2014 and 2015: being surrounde
Talk Python to Me: #302 The Data Engineering Landscape in 2021

Link: https://talkpython.fm/episodes/show/302/the-data-engineering-landscape-in-2021

I'm sure you're familiar with data science. But what about data engineering? Are these the same or how are they related?
<br/>

<br/>
Data engineering is dedicated to overcoming data-processing bott
Real Python: The Real Python Podcast – Episode #46: C for Python Developers and Data Visualization With Dash

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

Are you interested in building interactive dashboards with Python? How about a project that takes a flat data file all the way to a web-hosted interactive dashboard? This week on the show, David Amos
Stack Abuse: Covariance and Correlation in Python

Link: https://stackabuse.com/covariance-and-correlation-in-python/

Introduction
Working with variables in data analysis always drives the question: How are the variables dependent, linked, and varying against each other? Covariance and Correlation measures aid in est
Will Kahn-Greene: Markus v3.0.0 released! Better metrics API for Python projects.

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


What is it?
Markus is a Python library for generating
metrics.
Markus makes it easier to generate metrics in your program by:

providing multiple backends (Datadog statsd, statsd, logging, logging ro
PyCharm: PyCharm 2021.1 EAP 2: Auto-import for DS Libraries, Support for JSON Lines, and More

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

The second release of the PyCharm 2021.1 EAP introduces new features for working with remote hosts via SSH, improved support for Python data science libraries, some nice UI changes, and helpful new fe