Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Django Weblog: Django bugfix release: 2.1.1

Link: https://www.djangoproject.com/weblog/2018/aug/31/bugfix-release/

Today we've issued the 2.1.1 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
EuroPython: EuroPython 2018: Videos for Thursday available

Link: https://blog.europython.eu/post/177582893492

We are pleased to announce the second batch of cut videos from EuroPython 2018 in Edinburgh, Scotland, UK.EuroPython 2018 YouTube Playlist
In this batch, we have included all videos for Thursday, July
John Cook: How fast can you multiply matrices?

Link: https://www.johndcook.com/blog/2018/08/31/how-fast-can-you-multiply-matrices/

Suppose you want to multiply two 2 × 2 matrices together. How many multiplication operations does it take? Apparently 8, and yet in 1969 Volker Strassen discovered that he could do it with 7 multiplic
Made With Mu: Making Mu

Link: https://madewith.mu/mu/users/2018/08/31/making-mu.html

What does software development look like? Here’s a short video / visualisation
of the creation of Mu as told via the interactions, interventions and changes
by developers to Mu’s own source code
hoste
Codementor: How to Dockerize a Celery App With Django And RabbitMQ

Link: https://www.codementor.io/bjoernstiel/how-to-dockerize-a-celery-app-with-django-and-rabbitmq-mxlh2wqqm

This post was originally published on Celery. The Missing Blog (https://www.python-celery.com/) on June 12th, 2018.
All source code examples used in this blog post can be found on GitHub: ...
Continuum Analytics Blog: Distributed Auto-ML with TPOT with Dask

Link: https://www.anaconda.com/blog/developer-blog/distributed-auto-ml-with-tpot-with-dask/

By Tom Augspurger This work is supported byAnaconda, Inc. This post describes a recent improvement made to TPOT. TPOT is an automated machine learning library for Python. It does some feature engineer
Talk Python to Me: #175 Teaching Python to network engineers

Link: https://talkpython.fm/episodes/show/175/teaching-python-to-network-engineers

The discipline of network engineering is quickly moving towards a world where it's as much programming and automation as it is packets and ports. Join me and Hank Preston to discuss what parts of Pyth
Rene Dudfield: pygame artist in residence grant

Link: http://renesd.blogspot.com/2018/08/pygame-artist-in-residence-grant.html

An artist residency usually works something like; a person spends some time in either a gallery making something to present or in a music club doing a weekly spot.Artist in residence.The first "pyga
Codementor: Will Python Replace Java?

Link: https://www.codementor.io/amargow1998/will-python-replace-java-myfcm6miw

Will Python Replace Java? The reason for Python is becoming more popular and huge surge in number of requirement year on year is Python become a language of choice for all the current trending…
Weekly Python StackOverflow Report: (cxli) stackoverflow python report

Link: http://python-weekly.blogspot.com/2018/09/cxli-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-09-01 12:22:38 GMTFilter integers in numpy float array - [16/6]How
Real Python: We're Celebrating 1 Million Page Views per Month!

Link: https://realpython.com/one-million-pageviews-celebration/

They say people come to Python for the language and stay for the community. We couldn’t agree more! You mean the world to us, and we are honored to have you as a reader!
Today, we’re celebrating reac
Vinay Sajip: Setting up a UK keyboard layout for XRDP on Raspbian Stretch

Link: http://pymolurus.blogspot.com/2018/09/setting-up-uk-keyboard-layout-for-xrdp.html

When I set up xrdp on Raspbian Jessie a while ago, the keyboard layout appeared to be wrong - commonly used keys seemed to be returning US keycodes rather than UK ones. I found this post very helpful
DSPIllustrations.com: The Prime Music, Staircase and Riemann Hypothesis

Link: https://dspillustrations.com/pages/posts/math/the-prime-music-staircase-and-riemann-hypothesis.html






The Prime Numbers' Music, Staircase and Riemann Hypothesis¶For DSP, mathematics is a fundamental tool to understand the different techniques. Hence, I'm also interested in different aspects of ma
PyBites: PyBites Twitter Digest - Issue 28, 2018

Link: https://pybit.es/twitter_digest_201828.html

How to find stuff in Git
Submitted by @clamytoe.
“How to find stuff in Git” by @tygertec https://t.co/koyvqy10j1— Christopher Ross (@crossphd) August 31, 2018
Exposed user TLS Certificate Private Keys
Test and Code: 46: Testing Hard To Test Applications - Anthony Shaw

Link: https://testandcode.com/46

How do you write tests for things that aren’t that easy to write tests for?
That question is a possibly terrible summary of a question sent to me by a listener. And to help me start answering that que
Techiediaries - Django: React Basics Tutorial for Django Developers [2018]

Link: https://www.techiediaries.com/react-tutorial/

In this tutorial, We'll introduce React basics to Django developers. You can use React to build UIs using re-usable components which allow maximum reusability and a virtual DOM that provides better pe