Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PSF GSoC students blogs: Week 3

Link: https://blogs.python-gsoc.org/en/ars-blog/week-3-3/

I've continued work on upgrading to Django 3 - which has turned out to be a lot more involved than originally suspected. At this point aldryn_categories and aldryn_people have both needed to be pulled
Catalin George Festila: Python 3.8.3 : Using twitter application with python-twitter - part 001.

Link: http://python-catalin.blogspot.com/2020/06/python-383-using-twitter-application.html

You need to create a application for your twitter user developer on this webpage.The next step is to get all keys and tokens from your application.I used the python-twitter see the official webpage do
Wing Tips: Extend Excel with Python Using Wing and PyXLL

Link: https://wingware.com/blog/pyxll

This Wing Tip describes how to use Wing and PyXLL to develop and debug Microsoft Excel add-ins that are written
in Python. PyXLL is a commercial product that embeds Python into Microsoft Excel on
Wind
Real Python: The Python heapq Module: Using Heaps and Priority Queues

Link: https://realpython.com/python-heapq-module/

Heaps and priority queues are little-known but surprisingly useful data structures. For many problems that involve finding the best element in a dataset, they offer a solution that’s easy to use and h
Giampaolo Rodola: test 1

Link: https://gmpy.dev/blog/2020/test-1

this is a test
Red Hat Developers: Red Hat Enterprise Linux 8.2 brings faster Python 3.8 run speeds

Link: https://developers.redhat.com/blog/2020/06/25/red-hat-enterprise-linux-8-2-brings-faster-python-3-8-run-speeds/

The Python interpreter shipped with Red Hat Enterprise Linux (RHEL) 8 is version 3.6, which was released in 2016. While Red Hat is committed to supporting the Python 3.6 interpreter for the lifetime o
Giampaolo Rodola: test 2

Link: https://gmpy.dev/blog/2020/test-2

this is a test 2
Matt Layman: Store Data With Models

Link: https://www.mattlayman.com/understand-django/store-data-with-models/

In the previous Understand Django article, we encountered forms and how forms allow your application to receive data from users who use your site. In this article, you’ll see how to take that data and
Learn PyQt: Create GUI Applications with Python & Qt5, 4th Edition now available (PyQt5 & PySide2)

Link: https://www.learnpyqt.com/blog/pyqt5-pyside2-book-4th-edition/

Hello! This morning I released a new update to my PyQt5 book Create GUI Applications, with Python & Qt5. This is an enormous update, expanding it from 258 to 665 pages and adding 211 complete code exa
Data School: Answering 59 scikit-learn questions (video)

Link: https://www.dataschool.io/scikit-learn-questions/

In April, I hosted a live, public webcast to answer any questions about scikit-learn. I've been teaching scikit-learn for five years, and I really enjoy sharing my knowledge with others!
Hundreds of p
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
Codementor: An introduction to the BRKGA-MP-IPR Algorithm

Link: https://www.codementor.io/marcelofa/an-introduction-to-the-brkga-mp-ipr-algorithm-17qpq645gk

I recently performed a study on a brand new evolutionary algorithm called BRKGA-MP-IPR. This article aims to explain a little about what the algorithm consists of and its main features.
Test and Code: 119: Editable Python Installs, Packaging Standardization, and pyproject.toml - Brett Cannon

Link: https://testandcode.com/119

There's stuff going on in Python packaging and pyproject.toml.
Brett and I talk about some upcoming work on Python packaging, such as:

editable installs


the need for standardization
is a feature of
Real Python: The Real Python Podcast – Episode #15: Python Regular Expressions, Views vs Copies in Pandas, and More

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

Have you wanted to learn Regular Expressions in Python, but don't know where to start? Have you stumbled into the dreaded pink SettingWithCopyWarning in Pandas? This week on the show, we have David Am
Stack Abuse: Bucket Sort in Python

Link: https://stackabuse.com/bucket-sort-in-python/

Introduction
In this tutorial, we'll be diving into the theory and implementation of Bucket Sort in Python.
Bucket Sort is a comparison-type algorithm which assigns elements of a list we want to sort
Matt Layman: Hackathon App Part 2 - Building SaaS #62

Link: https://www.mattlayman.com/building-saas/hackathon-app-part-2/

In this episode, we took a break from the regular app to work on an app for a local hackathon that I’m participating in. This is the second week for the hackathon and in this stream, I apply the final