Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Creating a Discord Bot in Python

Link: https://realpython.com/courses/discord-bot-python/

In a world where video games are so important to so many people, communication and community around games are vital. Discord offers both of those and more in one well-designed package. In this course,
Zato Blog: Understanding Zato server startup callable objects

Link: https://zato.io/blog/posts/zato-server-startup-callable-objects.html

Zato
startup callable objects are a means through which arbitrary Python functions or classes can be invoked when a server is booting up in order to influence its configuration or setup, even before a
Python⇒Speed: Clinging to memory: how Python function calls can increase your memory usage

Link: https://pythonspeed.com/articles/function-calls-prevent-garbage-collection/

Unlike languages like C, much of the time Python will free up memory for you.
But sometimes, it won’t work the way you expect it to.
Consider the following Python program—how much memory do you think
PyCoder’s Weekly: Issue #426 (June 23, 2020)

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

#426 – JUNE 23, 2020 View in Browser » Hands-On Linear Programming: Optimization With Python In this tutorial, you’ll learn about implementing optimization in Python with linear programming libr
PSF GSoC students blogs: Weekly Blog Post #2

Link: https://blogs.python-gsoc.org/en/abhaykatherias-blog/weekly-blog-post-2/

Hi every one, So after 3 weeks my PR finally got merged now tern have html feature up and running. I had some quizzes at the start of week so it was a very busy start of the week.
For now I have to wo
Mike Driscoll: Python 101 – Working with Files

Link: https://www.blog.pythonlibrary.org/2020/06/24/python-101-working-with-files/

Application developers are always working with files. You create them whenever you write a new script or application. You write reports in Microsoft Word, you save emails or download books or music. F
CubicWeb: Report of June 16th Cubicweb Meeting

Link: http://feedproxy.google.com/~r/cubicweborg/~3/FWm_ugBoOjQ/17335055

Hi everyone,
Here is the weekly report of last week meeting with some delay...
Kanban status
You can check the milestone here

Build the new cubicweb image for all the intranet apps on the public head
eGenix.com: Python Meeting Düsseldorf - 2020-06-24

Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2020-06-24

The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.

Ankündigung
Das Python Meeting Düsseldorf findet dieses Mal online statt.

24.06.2020
18
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