Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
James Bennett: Core no more

Link: https://www.b-list.org/weblog/2018/nov/20/core/

If you’re not the sort of person who closely follows the internals of Django’s development, you might not know there’s a draft proposal to drastically change the project’s governance. It’s been gettin
PyCoder’s Weekly: Issue #343 (Nov. 20, 2018)

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

CPython Governance after Guido, "Clean Architecture" examples, and more
body,#bodyTable,#bodyCell{
height:100% !important;
margin:0;
padding:0;
width:100% !important;
PythonClub - A Brazilian collaborative blog about Python: Algoritmos de Ordenação

Link: http://pythonclub.com.br/algoritmos-ordenacao.html

Fala pessoal, tudo bom?
Nos vídeos abaixo, vamos aprender como implementar alguns dos algoritmos de ordenação usando Python.

Bubble Sort
Como o algoritmo funciona: Como implementar o algoritmo usando
Vladimir Iakolev: Analysing the trip to South America with a bit of image recognition

Link: https://nvbn.github.io/2018/11/21/sa-trip-analysis/

Back in September, I had a three weeks trip to South America. While planning the trip I was using
sort of data mining to select the most optimal flights and it worked well.
To continue following the d
Talk Python to Me: #187 Secure all the things with HubbleStack

Link: https://talkpython.fm/episodes/show/187/secure-all-the-things-with-hubblestack

How do you keep track of the security, configuration states, and even out of date system level packages in your servers? What if you had 40,000 or more servers? How's your process scale? I'll tell you
Mike Driscoll: Black Friday / Cyber Monday Sale 2018

Link: http://www.blog.pythonlibrary.org/2018/11/21/black-friday-cyber-monday-sale-2018/

This week I am putting my 2 most recent self-published books on Sale starting today through November 26th.

ReportLab – PDF Processing with Python is available for $9.99:

Leanpub
Gumroad – Use offer
gamingdirectional: Create a pool object for enemy ships

Link: http://gamingdirectional.com/blog/2018/11/21/pygame-python-9/

In this article we will start to create a pool object which will recycle the enemy ship and then we will create a new object pool for the missiles on the next article. Before we can create a pool obje
Stack Abuse: Lists vs Tuples in Python

Link: https://stackabuse.com/lists-vs-tuples-in-python/

Introduction
Lists and tuples are two of the most commonly used data structures in Python, with dictionary being the third. Lists and tuples have many similarities. Some of them have been enlisted bel
PyCharm: PyCharm 2018.3 Out Now

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

PyCharm 2018.3 is now available: Windows Subsystem for Linux (WSL) support, multiline TODOs, improved search everywhere, and more.
Download PyCharm 2018.3

New in PyCharm

For those of you on Windows
Trey Hunner: Black Friday Sale: 50% Off 52 weeks of Python Morsels

Link: http://treyhunner.com/2018/11/python-morsels-sale-52-weeks-of-python/

I launched a weekly Python skill-building service earlier this year called Python Morsels.
This week I’m running my first sale, which will also likely be the biggest sale that I run on Python Morsels
Django Weblog: DSF Board Election for 2019

Link: https://www.djangoproject.com/weblog/2018/nov/21/dsf-board-election-2019/

It's that time of year again where we elect the Django Software Foundation Board of Directors.
If you're interested in helping contribute back to Django and the Django Community we encourage you to st
Kushal Das: Source of colors in Qubes devices menu items

Link: https://kushaldas.in/posts/source-of-colors-in-qubes-devices-menu-items.html



Have you ever wondered how the device lock icon colors come in the device applet
of Qubes OS? I saw those everyday, but, never bothered
to think much. The guess was the VM where the devices are atta
gamingdirectional: Create the pool object for Enemy Missile class

Link: http://gamingdirectional.com/blog/2018/11/22/pygame-python-10/

In this article we will continue to create a new missile pool object which will be used to recycle the enemy missile object just like the pool object which will be used to recycle the enemy ship objec
Codementor: High-performance mathematical paradigms in Python

Link: https://www.codementor.io/harshittyagi/high-performance-mathematical-paradigms-in-python-pjc5yocqm

Learn the best practices to evaluate any mathematical expression over a huge data set.
Simple is Better Than Complex: How to Implement Token Authentication using Django REST Framework

Link: https://simpleisbetterthancomplex.com/tutorial/2018/11/22/how-to-implement-token-authentication-using-django-rest-framework.html

In this tutorial you are going to learn how to implement Token-based authentication using Django REST Framework (DRF).
The token authentication works by exchanging username and password for a token th