Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Janusworx: Multiple Slugs for Multiple Webpages in Nikola

Link: https://janusworx.com/multiple-slugs-for-multiple-webpages-in-nikola/

Here’s a delightful little thing I discovered, using Nikola today.
As part of a little housecleaning, I wanted to have a single page have two web urls.
As in Books I’ve Read and Books in 2020.
Don’t
Roberto Alsina: Episodio 12: Buen Gusto

Link: https://ralsina.me/weblog/posts/episodio-12-buen-gusto.html

Enfrentado a un problema, uno de los criterios para buscar la solución es el misterioso "que sea pitónico". ¿Qué es eso? ¿Vale la pena usar algo más lindo pero 12 veces más lento? ¿Y cómo sé eso? ¿Pue
Abhijeet Pal: Creating Comments System With Django

Link: https://djangocentral.com/creating-comments-system-with-django/

In this tutorial, we will build a basic commenting system for a Django 2.X app, which lets readers add comments on posts.
Here is a preview of what we are going to build by the end of this tutorial.
Abhijeet Pal: Creating A Super User In Django

Link: https://djangocentral.com/creating-super-user-in-django/

Django’s prominent feature is the admin interface, which makes it stand out from the competition. It is a built-in app that automatically generates a user interface to add and modify a site’s content.
Abhijeet Pal: Using PostgreSQL with Django

Link: https://djangocentral.com/using-postgresql-with-django/

Django is a high level full-stack open-source web framework written in Python, that encourages rapid development and clean, pragmatic design.
Django, in its ‘out-of-the-box’ state, is set up to commun
Wingware Blog: Using Matplotlib with Wing 7

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

Wing supports interactive development and debugging of Python code designed for the
Matplotlib numerical and scientific plotting library, so plots can be shown and updated
from the command line. For e
PyCharm: Webinar Recording: “React+TypeScript+TDD in PyCharm”

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

Yesterday we had our webinar on React, TypeScript, and Test-Driven Development (TDD.) And…we had a special guest! Ekaterina Prigara, PMM for WebStorm, co-hosted and fielded most of the questions. Whic
Moshe Zadka: An introduction to zope.interface

Link: https://orbifold.xyz/zope-interface.html

This has previously been published on
opensource.com.
The
Zen of Python
is loose enough and contradicts itself enough that you can prove anything from
it.
Let's meditate upon one of its most famous pr
IslandT: Find the first non-consecutive number with Python

Link: https://kibiwebgeek.com/find-the-first-non-consecutive-number-with-python/

Your task is to find the first element of an array that is not consecutive.
E.g. If we have an array [1,2,3,4,6,7,8] then 1 then 2 then 3 then 4 are all consecutive but 6 is not, so that’s the first n
Paolo Amoroso: Hello, Planet Python!

Link: http://blog.paoloamoroso.com/2019/10/hello-planet-python.html

Planet Python is now syndicating the posts about Python of my blog. Thanks to the project maintainer Bruno Rocha for letting me join.You may think of Planet Python as the all-you-can-eat source of Pyt
Stories in My Pocket: PyCon 2019: The People of PyCon

Link: https://storiesinmypocket.com/articles/pycon-2019-people-pycon/

There have been a few thoughts about PyCon US 2019 that have been bouncing around my head, wanting to come out. Today, I want to talk about the opportunity to meet your Python heros, and why you shoul
Dataquest: Python Projects for Beginners: The Best Way to Learn

Link: https://www.dataquest.io/blog/python-projects-for-beginners/

Learning Python can be difficult. You can spend time reading a textbook or watching videos, but then struggle to actually put what you've learned into practice. Or you might spend a ton of time learni
Roberto Alsina: Episodio 13: Python 3.8

Link: https://ralsina.me/weblog/posts/episodio-13-python-38.html

¿Qué trae de nuevo Python 3.8? Un montón de cosas, pero hay 2 en particular que afectan / mejoran / resuelven temas que me molestan desde hace ¡Más de 10 años!
TechBeamers Python: Python Add Lists

Link: https://www.techbeamers.com/python-add-lists-join-concatenate/

This tutorial covers the following topic – Python Add lists. It describes various ways to join/concatenate/add lists in Python. For example – simply appending elements of one list to the tail of the o
Weekly Python StackOverflow Report: (cxcix) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/10/cxcix-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-10-19 19:07:13 GMTIs there a more elegant way to express ((x == a
Python Insider: Python 2.7.17 released

Link: http://feedproxy.google.com/~r/PythonInsider/~3/NSJOxfu3Kw0/python-2717-released.html

Python 2.7.17 is now available for download. Note Python 2.7.17 is the penultimate release in the Python 2.7 series.
Test and Code: 92: 9 Steps to Crater Quality & Destroy Customer Satisfaction - Cristian Medina

Link: https://testandcode.com/92

Cristian Medina wrote an article recently called "Test Engineering Anti-Patterns: Destroy Your Customer Satisfaction and Crater Your Quality By Using These 9 Easy Organizational Practices"
Of course,
Catalin George Festila: Python 3.7.4 : Usinge pytesseract for text recognition.

Link: http://python-catalin.blogspot.com/2019/10/python-374-usinge-pytesseract-for-text.html

About this python module named tesseract, you can read here.
I tested with the tesseract tool install on my Fedora 30 distro and python module pytesseract version 0.3.0.
[root@desk mythcat]# dnf inst
Kushal Das: tarted a newsletter

Link: https://kushaldas.in/posts/started-a-newsletter.html


I started a newsletter, focusing on different
stories I read about privacy, security, programming in general. Following the
advice from Martijn Grooten, I am storing all the interesting links I read