Django Weblog: Django bugfix release: 2.1.1
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...
View ArticleTalk Python to Me: #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...
View ArticleEuroPython: EuroPython 2018: Videos for Thursday available
We are pleased to announce the second batch of cut videos from EuroPython 2018 in Edinburgh, Scotland, UK.EuroPython 2018 YouTube PlaylistIn this batch, we have included all videos for Thursday, July...
View ArticleJohn Cook: 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...
View ArticleMade With Mu: Making Mu
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 hosted...
View ArticleCodementor: How to Dockerize a Celery App With Django And RabbitMQ
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: ...
View ArticleContinuum Analytics 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...
View ArticleRene Dudfield: pygame artist in residence grant
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 "pygame...
View ArticleCodementor: Will Python Replace Java?
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…
View ArticleCodementor: Top 25 Python Interview Questions Prepared by Experts
Top 25 Python Interview Questions and Answers Prepared by Experts. Reviews the Python questions and answers and be ready for interviews.Crack the Interview!
View ArticleCodementor: Can I learn Python in a Month
The question is simple! Can you learn Python coding in a month? Before we get into that we should learn why Python!
View ArticleWeekly Python StackOverflow Report: (cxli) stackoverflow python report
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...
View ArticleReal Python: We're Celebrating 1 Million Page Views per Month!
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...
View Articlepy.CheckIO: Let the treasure hunt begin!
Perhaps you were wondering - why on CheckiO almost all of the missions are scattered and not related in any way? The thing is, we were actually looking for a fascinating story and, finally, we are...
View ArticleVinay Sajip: Setting up a UK keyboard layout for XRDP on Raspbian Stretch
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...
View ArticleDSPIllustrations.com: The Prime Music, Staircase and Riemann Hypothesis
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...
View ArticlePyBites: PyBites Twitter Digest - Issue 28, 2018
How to find stuff in GitSubmitted by @clamytoe.“How to find stuff in Git” by @tygertechttps://t.co/koyvqy10j1— Christopher Ross (@crossphd) August 31, 2018Exposed user TLS Certificate Private Keys......
View ArticleTest and Code: 46: Testing Hard To Test Applications - Anthony Shaw
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...
View ArticleTechiediaries - Django: React Basics Tutorial for Django Developers [2018]
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...
View Article