Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Python Timer Functions: Three Ways to Monitor Your Code

Link: https://realpython.com/python-timer/

While many developers recognize Python as an effective programming language, pure Python programs may run slower than their counterparts in compiled languages like C, Rust, and Java. Throughout this t
John Cook: Minimizing context switching between shell and Python

Link: https://www.johndcook.com/blog/2019/12/30/shell-and-python/

Sometimes you’re in the flow using the command line and you’d like to briefly switch over to Python without too much interruption. Or it could be the other way around: you’re in the Python REPL and ne
qutebrowser development blog: 2019 qutebrowser crowdfunding - reminder

Link: https://blog.qutebrowser.org/2019-qutebrowser-crowdfunding-reminder.html

Two months ago, I wrote:
Just like in the 2017/2018 crowdfundings, it'll be possible to get t-shirts and stickers again. I'll also add some new swag to the mix :)
Just a quick reminder: If you want ph
Zero-with-Dot (Oleg Żero): Training on batch: how to split data effectively?

Link: https://zerowithdot.com/splitting-to-batches/

Introduction
With increasing volumes of the data, a common approach to train machine-learning models is to apply the so-called training on batch.
This approach involves splitting a dataset into a seri
Learn PyQt: LearnPyQt — One year in, and more to come.

Link: https://www.learnpyqt.com/blog/learn-pyqt-one-year-in-and-more-to-come/

It's been a very good year.Back in May I was looking through my collection of PyQt tutorials and videos and trying to decide what to do with them. They were pretty popular, but being hosted on multipl
Moshe Zadka: Meditations on the Zen of Python

Link: https://orbifold.xyz/zen-of-python.html

(This is based on the series published in opensource.com as
9 articles:
1, 2, 3, 4, 5, 6, 7, 8, 9)
Python contributor Tim Peters introduced us to the
Zen of Python
in 1999.
Twenty years later,
its 19
Real Python: Sorting Data With Python

Link: https://realpython.com/courses/python-sorting-data/

All programmers will have to write code to sort items or data at some point. Sorting can be critical to the user experience in your application, whether it’s ordering a user’s most recent activity by
John Cook: Area of sinc and jinc function lobes

Link: https://www.johndcook.com/blog/2019/12/31/sinc-jinc-lobes/

Someone left a comment this morning on my blog post on sinc and jinc integrals regarding the area of the lobes.
It would be nice to have the values of integrals of each lobe, i.e. integrals between 0
Catalin George Festila: News : The Python 2.7 no longer support from Python team.

Link: http://python-catalin.blogspot.com/2019/12/news-python-27-no-longer-support-from.html

The 1st of January 2020 will mark the sunset of Python 2.7.
It’s clear that Python 3 is more popular these days.
You can learn more about the popularity of both on Google Trends.
Python 3.0 was releas
Test and Code: 97: 2019 Retrospective, 2020 Plans, and an amazing decade

Link: https://testandcode.com/97

This episode is not just a look back on 2019, and a look forward to 2020.
Also, 2019 is the end of an amazingly transofrmative decade for me, so I'm going to discuss that as well.
top 10 episodes of 2
PyCoder’s Weekly: Issue #401 (Dec. 31, 2019)

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

#401 – DECEMBER 31, 2019 View in Browser » Python 2.7 Retires Today Python 2.7 will not be maintained past Jan 1st, 2020. So long Python 2, and thank you for your years of faithful service. Pyth
IslandT: Create a simple python project on Google Colaboratory

Link: https://kibiwebgeek.com/create-a-simple-python-project-on-google-colaboratory/

Hello and happy 2020 to you all, in this year I will continue to write more python related articles and continue to build up this website which is not only for python programming but also other intere
Armin Ronacher: I'm not feeling the async pressure

Link: http://lucumr.pocoo.org/2020/1/1/async-pressure

Async is all the rage. Async Python, async Rust, go, node, .NET, pick
your favorite ecosystem and it will have some async going. How good this
async business works depends quite a lot on the ecosyst
Caktus Consulting Group: Our Top 19 Blogs of 2019

Link: http://www.caktusgroup.com/blog/2020/01/01/top-19-blogs-2019/

During the last year we gave our popular technical blog an official name: Developer Access. We published 32 posts on the blog, including technical how-to’s, conference information, web development bes
Matt Layman: Make A Custom User Model - Building SaaS #40

Link: https://www.mattlayman.com/building-saas/make-custom-user-model/

In this episode, we started a users app and hooked up the custom user model feature of Django to unlock the full extensibility of that model in the future. The stream was cut short this week because o