Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
The Open Sourcerer: “Getting Things GNOME” 0.5 released!

Link: https://fortintam.com/blog/gtg-0-5-released/

It is time to welcome a new release of the Rebuild of EvanGTGelion: 0.5, “You Can (Not) Improve Performance”!
This release of GTG has been 9 months in the making after the groundbreaking 0.4 release.
Abhijeet Pal: Django Admin Making Model Fields Required

Link: https://djangocentral.com/django-admin-making-model-fields-required/

In this tutorial, we will learn how to make optional model fields required in Django admin to make sure that data for these fields are populated on the creation of ... Read more
The post Django Admin
Python for Beginners: How To Use sys.arv in Python

Link: https://www.pythonforbeginners.com/argv/how-to-use-sys-arv-in-python


Students new to Python learn early on how to use input() to accept data from users. There is, however, another method of interacting with a program.
With the sys module, it’s possible to pass argumen
Read the Docs: Read the Docs newsletter - April 2021

Link: https://blog.readthedocs.com/newsletter-april-2021/


This is the first of our monthly newsletters, in which we would like to
openly share with you the most relevant updates of Read the Docs,
offer a summary of what new features we shipped to our users
Abhijeet Pal: Displaying Custom Validation Exception in Django Admin

Link: https://djangocentral.com/displaying-custom-validation-exception-in-django-admin/

In this tutorial, we will learn how to show custom validation exceptions on Django admin. Understanding The Problem Django admin site will raise exceptions when we try to save objects ... Read more
Th
Abhijeet Pal: Creating Custom Model Validation In Django

Link: https://djangocentral.com/custom-model-validation-in-django/

In this tutorial, we will learn how to create custom model validators using Django. Understanding The Problem Django models come with their own built-in validations, that we put while creating ... Rea
EuroPython: Presenting our EuroPython 2021 logo

Link: https://blog.europython.eu/presenting-our-europython-2020-logo/

Over the last couple of weeks, we have worked with our designer Jessica Peña to come up with a logo which reflects both our desire to come together online during the pandemic and shows how well our co
Learn PyQt: Create applications with QtQuick — Build modern applications with declarative QML

Link: https://www.learnpyqt.com/tutorials/qml-qtquick-python-application/

In previous tutorials we've used the Qt Widgets API for building our applications. This has been the standard method for building applications since Qt was first developed. However, Qt provides anothe
Python for Beginners: Single Line and Multi Line Comments in Python

Link: https://www.pythonforbeginners.com/comments/single-line-and-multi-line-comments-in-python


A comment is a piece of code that isn’t executed by the compiler or interpreter when the program is executed. Comments can only be read when we have access to the source code. Comments are used to ex
Real Python: The k-Nearest Neighbors (kNN) Algorithm in Python

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

In this tutorial, you’ll get a thorough introduction to the k-Nearest Neighbors (kNN) algorithm in Python. The kNN algorithm is one of the most famous machine learning algorithms and an absolute must-
PyCharm: PyCharm 2021.1 Is Out!

Link: http://feedproxy.google.com/~r/Pycharm/~3/uzRnoQCgQW8/



Try our new out-of-the-box collaborative development tool, auto-import for module member completion, and enhanced WSL support.





Download the new version

We’ve added quite a lot of new function
Mike Driscoll: Python’s with Statement and Context Managers

Link: https://www.blog.pythonlibrary.org/2021/04/07/pythons-with-statement-and-context-managers/

Python came out with a special new keyword several years ago in Python 2.5 that is known as the with statement. This new keyword allows a developer to create context managers. But wait! What’s a conte
Python Bytes: #228 Supreme Court sides decides API copyright battle

Link: https://pythonbytes.fm/episodes/show/228/supreme-court-sides-decides-api-copyright-battle

<p><strong>Watch the live stream:</strong></p>

<a href='https://www.youtube.com/watch?v=IpHNmIe1g20' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>
Python Bytes: #228 Supreme Court decides API copyright battle

Link: https://pythonbytes.fm/episodes/show/228/supreme-court-decides-api-copyright-battle

<p><strong>Watch the live stream:</strong></p>

<a href='https://www.youtube.com/watch?v=IpHNmIe1g20' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>
Codementor: Online Job Support

Link: https://www.codementor.io/vijishanag860606/online-job-support-1gbcebuhjz

Proxy job support provides the best job support for IT related works. We have a good ability and experts personality to complete our customer’s regular task. Our Online Job support team provide suppor
PyPy: PyPy v7.3.4: release of python 2.7 and 3.7

Link: https://www.pypy.org/posts/2021/04/pypy-v734-release-of-python-27-and-37.html

PyPy v7.3.4: release of python 2.7 and 3.7
The PyPy team is proud to release the version 7.3.4 of PyPy, which includes
two different interpreters:


PyPy2.7, which is an interpreter supporting the syn
Mike Driscoll: Python 101 is Pay What You Want for 24 Hours

Link: https://www.blog.pythonlibrary.org/2021/04/08/python-101-is-pay-what-you-want-for-24-hours/


For the next 24 hours, Python 101 will be Pay What You Want, $3 minimum (usually $25).





The second edition of Python 101 is completely rewritten from the ground up. In this book, you will learn
Python Pool: How to Use numpy trapz() Function in Python

Link: https://www.pythonpool.com/numpy-trapz/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-trapz

In the Numpy module, we have discussed many functions used to operate on the multidimensional array. In this tutorial, we will discuss the concept of the numpy trapz() function used to integrate along
Python Pool: How to Use Numpy cumsum() Function in Python

Link: https://www.pythonpool.com/numpy-cumsum/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-cumsum

In the Numpy module, we have discussed many functions used to operate on the multidimensional array. Sometimes, we occur when we want to calculate the cumulative sum of the element present in the give