Planet Python RSS
213 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Programiz: Python RegEx

Link: https://www.programiz.com/python-programming/regex

In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).
S. Lott: Modern Python Cookbook 2nd ed -- big milestone

Link: http://slott-softwarearchitect.blogspot.com/2020/05/modern-python-cookbook-2nd-ed-big.html

Whew.Chapter rewrites finished.Technical reviews in process.Things are going pretty well. Look for Packt to publish this in the next few months. Details will be posted.Now. For LinkedIn Learning cours
Catalin George Festila: Python Qt5 - PyQt5 and PyGame compatibility with source code.

Link: http://python-catalin.blogspot.com/2020/05/python-qt5-pyqt5-and-pygame.html

This tutorial tries to solve from the objectives related to solving and stabilizing compatibility errors between PyQt4 and PyQt5 and creating a common interface between PyQt5 and PyGame.There is alway
Real Python: A Beginner's Guide to Pip

Link: https://realpython.com/courses/what-is-pip/

What is pip? pip is the standard package manager for Python. It allows you to install and manage additional packages that are not part of the Python standard library. This course is an introduction to
PyCoder’s Weekly: Issue #422 (May 26, 2020)

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

#422 – MAY 26, 2020 View in Browser » Waiting in asyncio There are many ways to wait on the results of a coroutine in Python’s asyncio framework. They all have different properties and use cases
Mike Driscoll: Python 101 – Learning About Loops

Link: https://www.blog.pythonlibrary.org/2020/05/27/python-101-learning-about-loops/

There are many times when you are writing code that you will need to find a way to iterate over something. Perhaps you’ll need to iterate over the letters in a string or the objects in a list. The pro
IslandT: Return people from a list and dictionary with Python

Link: https://kibiwebgeek.com/return-people-from-a-list-and-dictionary-with-python/

In this article, we are going to return a list of names that show whether that person is nice or naughty based on True (Nice) or False (Naughty) value from the ‘was_nice’ key within a list of dictiona
Real Python: How to Write an Installable Django App

Link: https://realpython.com/installable-django-app/

In the Django framework, a project refers to the collection of configuration files and code for a particular website. Django groups business logic into what it calls apps, which are the modules of the
Gaël Varoquaux: Technical discussions are hard; a few tips

Link: http://gael-varoquaux.info/programming/technical-discussions-are-hard-a-few-tips.html



Note
This post discuss the difficulties of communicating while developing
open-source projects and tries to gives some simple advice.

A large software project is above all a social exercise in whic
Matt Layman: Bread and Butter Django - Building SaaS #58

Link: https://www.mattlayman.com/building-saas/bread-and-butter-django/

In this episode, I worked on a views and templates. There are a number of core pages that are required to flesh out the minimal interface for the app. We’re building them.
I began by showing the page
PSF GSoC students blogs: Week 1 Check-in

Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-1-check-in-2/

Completed tasks
During the community bonding period, i am working on the first step of my proposal. I have used shlex to split the shell script into tokens, and then find the seperator(&&|;) to concat
Stefan Scherfke: Attrs, Dataclasses and Pydantic

Link: https://stefan.sofa-rockers.org/2020/05/29/attrs-dataclasses-pydantic/

I’ve been using attrs for a long time now and I am really liking it.
It is very flexible, has a nice API, is well documented and maintained,
and has no runtime requirements.
The main idea behind attrs
Zato Blog: Backing up and restoring Zato Single Sign-On data

Link: https://zato.io/blog/posts/single-sign-on-backup-restore.html

This article presents a procedure for backing up all of
Zato
Single Sign-On (SSO)
data and restoring it later on.
A single Zato server with SQLite is used for simplicity reasons but the same principle
Real Python: The Real Python Podcast – Episode #11: Advice on Getting Started With Testing in Python

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

Have you wanted to get started with testing in Python? Maybe you feel a little nervous about diving in deeper than just confirming your code runs. What are the tools needed and what would be the next
EuroPython: EuroPython 2020: Schedule published

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

We are very excited to announce the first version of our EuroPython 2020 schedule:EuroPython 2020 ScheduleMore sessions than we ever dreamed ofAfter the 2nd CFP, we found that we had so many good talk
PSF GSoC students blogs: Community Bonding Check-in

Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/community-bonding-check-in/

What did you do during this period?
I had an onboarding meeting with my mentors where we got to know each other a bit better. They advised me to play around with uarray and unumpy without any goal in
Red Hat Developers: Red Hat Software Collections 3.5 brings updates for Red Hat Enterprise Linux 7

Link: https://developers.redhat.com/blog/2020/05/29/red-hat-software-collections-3-5-brings-updates-for-red-hat-enterprise-linux-7/

Red Hat Software Collections 3.5 and Red Hat Developer Toolset 9.1 are now available for Red Hat Enterprise Linux 7. Here’s what that means for developers.
Red Hat Software Collections (RHSCL) is how