Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Software Foundation: PyCon US: Successful Return to In-Person in 2022

Link: http://pyfound.blogspot.com/2022/06/pycon-us-successful-return-to-in-person.html

We held our first in-person event since 2019 in Salt Lake City last month and it was well-attended, celebratory, and safe. We had 1,753 in-person attendees and 669 online attendees. Of the in-person a
Python Software Foundation: The PSF Board Election is Open!

Link: http://pyfound.blogspot.com/2022/06/the-psf-board-election-is-open.html

It’s time to cast your vote! Voting takes place from Monday, June 20 AoE, through Friday, June 30, 2022 AoE. Check here to see how much time you have left to vote. If you are a voting member of the PS
"Morphex's Blogologue": Some more easy sunday accounting hacks

Link: http://blogologue.com/blog_entry?id=1655664405X3

I added some code to the ravencoin-taxman tool today:https://github.com/morphex/ravencoin-taxman/commit/55f47b67f...which enables the calculation of earnings in a local currency. So if you're mining f
Mike Driscoll: PyDev of the Week: Jürgen Gmach

Link: https://www.blog.pythonlibrary.org/2022/06/20/pydev-of-the-week-jurgen-gmach/

This week we welcome Jürgen Gmach (@jugmac00) as our PyDev of the Week! Jürgen is a maintainer of the Tox automation project. You can see what else Jürgen is up to over on his website. You can also ch
Python for Beginners: Read CSV Into a List of Lists in Python

Link: https://www.pythonforbeginners.com/basics/read-csv-into-a-list-of-lists-in-python

We often need to process csv files to analyze data related to a business problem. In this article, we will discuss how we can read a csv file into a list of lists in python.
Read CSV Into a List of Li
Real Python: How Can You Emulate Do-While Loops in Python?

Link: https://realpython.com/python-do-while/

If you came to Python from a language like C, C++, Java, or JavaScript, then you may be missing their do-while loop construct. A do-while loop is a common control flow statement that executes its code
death and gravity: The unreasonable effectiveness of f‍-‍strings and re.VERBOSE

Link: https://death.andgravity.com/f-re

... in which we look at one or two ways to make life easier
when working with Python regular expressions.
tl;dr: You can compose verbose regular expressions using f‍-‍strings.
Here's a real-world exam
Python⇒Speed: Why new Macs break your Docker build, and how to fix it

Link: https://pythonspeed.com/articles/docker-build-problems-mac/

One of the promises of Docker is reproducibility: you can build an image on a different machine, and assuming you’ve done the appropriate setup, get the same result.
So it can be a little confusing wh
Łukasz Langa: Weekly Report, June 13 - 19

Link: https://lukasz.langa.pl/b48cc260-85a1-471d-864b-1d408ecbe043/

This week was almost entirely focused on iOS build support for CPython. I’m writing a blog post on my adventures with this. I also spent some time with the CLA bot. In terms of pull requests, I barely
Zato Blog: How to integrate with Confluence APIs

Link: https://zato.io/blog/posts/confluence-python-api.html

Overview
In
a previous article,
I talked about Jira, and if you are a Jira user, chances are that you also use Confluence as they often go hand in hand,
Jira as a ticketing application and Confluence
Hynek Schlawack: Don’t Mock What You Don’t Own in 5 Minutes

Link: https://hynek.me/articles/what-to-mock-in-5-mins/

A common issue programmers have when they try to test real-world software is how to deal with third-party dependencies. Let’s examine an old, but counter-intuitive principle.
Django Weblog: Django 4.1 beta 1 released

Link: https://www.djangoproject.com/weblog/2022/jun/21/django-41-beta-1-released/

Django 4.1 beta 1 is now available. It represents the second stage in the 4.1
release cycle and is an opportunity for you to try out the changes coming in
Django 4.1.
Django 4.1 has an profusion of ne
Zero-with-Dot (Oleg Żero): Convenient scheduler in python

Link: https://zerowithdot.com/scheduler-in-python/

Introduction
Python has become an all-purpose language.
It is especially commonly used in analytics and solving algorithmic problems within data science but is also popular in web development.
This co
Test and Code: 190: Testing PyPy - Carl Friedrich Bolz-Tereick

Link: https://testandcode.com/190

PyPy is a fast, compliant alternative implementation of Python.
cPython is implemented in C.
PyPy is implemented in Python.
What does that mean?
And how do you test something as huge as an alternative
Real Python: Python mmap: Doing File I/O With Memory Mapping

Link: https://realpython.com/courses/python-mmap-io/

The Zen of Python has a lot of wisdom to offer. One especially useful idea is that “There should be one—and preferably only one—obvious way to do it.” Yet there are multiple ways to do most things in
LAAC Technology: Should You Use AsyncIO for Your Next Python Web Application?

Link: https://www.laac.dev/blog/should-you-use-asyncio-next-python-web-application/

Python’s AsyncIO web ecosystem continues to mature, but should you build your next production application with one of
these shiny new frameworks such as FastAPI, Starlette, or Quart?

Table of Content
PyCoder’s Weekly: Issue #530 (June 21, 2022)

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

#530 – JUNE 21, 2022 View in Browser » Objects, Functions, Generators, and Coroutines Although different concepts, objects, functions, generators, and coroutines can be used almost interchangeab
Python Bytes: #289 Textinator is coming for your text, wherever it is

Link: https://pythonbytes.fm/episodes/show/289/textinator-is-coming-for-your-text-wherever-it-is

<p><strong>Watch the live stream:</strong></p>

<a href='https://www.youtube.com/watch?v=UP2JK6ISB9I' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>
Python Anywhere: Anaconda Acquisition FAQs

Link: https://blog.pythonanywhere.com/204/

In June 2022, Anaconda announced its acquisition of PythonAnywhere. This acquisition expands Python team collaboration in the cloud and adds capabilities designed to unite teams and create access to m