Planet Python RSS
213 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
PSF GSoC students blogs: Weekly Check-in #1

Link: https://blogs.python-gsoc.org/en/abhaykatherias-blog/weekly-check-in-1-1/


<tt>Hi everyone I am Abhay, I am a cse undergrad from India. </tt><tt>I got selected in TERN sub-org to work on this summer. Tern is container analysis tool.</tt>
<tt>You can read my blog post here t
PSF GSoC students blogs: GSoC Blog :  Week 1

Link: https://blogs.python-gsoc.org/en/lenixlobos-blog/gsoc-blog-week-1/

Hey everyone!
This is my blog for this summer’s GSoC @ PSF
I am Lenix Lobo, an undergraduate student from India, and this summer I will be working with project Fury under the umbrella of the Python So
Weekly Python StackOverflow Report: (ccxxx) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/05/ccxxx-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-05-30 12:45:10 GMTHow to concat multiple Pandas DataFrame columns