Brett Cannon: Introducing Which Film
What I'm announcingToday I'm happy to announce the public unveiling of Which Film! I'll discuss how the site came about and what drives it, but I thought I would first explain what it does: it's a...
View ArticleBrett Cannon: What to look for in a new TV
I'm kind of an A/V nerd. Now I'm not hardcore enough to have a vinyl collection or have an amp for my TV, but all my headphones cost over $100 and I have a Sonos Playbar so I don't have to put up with...
View ArticleDougal Matthews: Finding dead code with Vulture
Somebody recently introduced me to Vulture, a Python project for finding dead code. Vulture uses the ast module to build abstract syntax trees for all given files. While traversing all syntax trees it...
View ArticleVladimir Iakolev: Soundlights with Raspberry Pi and NeoPixel Strip
About a month ago I bought some NeoPixel clone and decided to create a garland/soundlights for Christmas.TLDR:The first problem was to analysing of audio stream in real time, so I found a nice console...
View ArticleWeekly Python StackOverflow Report: (l) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2016-12-16 17:28:27 GMTRandint doesn't always follow uniform...
View ArticleDjango Weekly: Django Weekly 17 - Local Django on Kubernetes, WebSockets,...
Worthy ReadLocal Django on Kubernetes with Minikube – Bill PrinBill Prin Engineer with Google Cloud Platform talks about Minikube. Minikube makes it really easy to run a Kubernetes cluster locally. Our...
View ArticleImport Python: ImportPython Issue 103 - Pycon canada videos, debugging,...
Worthy Read PyCon Canada Videos PyCon Canada's Youtube channel now has most of the event's videos. video,conference,pycon-canadadevRant the Dev Community Join our community of 15k+ developers &...
View ArticleNumFOCUS: NumFOCUS End-of-Year Fundraising Drive
Would you buy a warm cup of coffee to thank the person who builds your favorite open source software?Would you invite a researcher or educator to share a cup of tea to discuss with you how their work...
View ArticlePython Insider: Python 3.6.0 release candidate 2 is now available
Python 3.6.0rc2 is the second release candidate for Python 3.6, the next major release of Python. Code for 3.6.0 is now frozen. Code for 3.6.0 is now frozen. 3.6.0rc2 is the same code base as the first...
View ArticleVasudev Ram: [xtopdf] Publish DSV data (Delimiter-Separated Values) to PDF
By Vasudev RamHere is another in my series of posts about xtopdf, my Python toolkit for PDF creation from other data/file formats. This one is for conversion of DSV data to PDF.DSV stands for...
View ArticlePython Insider: Python 2.7.13 released
The latest bugfix release of the Python 2.7.13 series is now available for download. Enjoy!
View ArticleStephen Ferg: Yet Another Lambda Tutorial
There are a lot of tutorials[1] for Python’s lambda out there. A very helpful one is Mike Driscoll’s discussion of lambda on the Mouse vs Python blog. Mike’s discussion is excellent: clear,...
View ArticleMatthew Rocklin: Dask Development Log
This work is supported by Continuum Analytics the XDATA Program and the Data Driven Discovery Initiative from the Moore FoundationTo increase transparency I’m blogging weekly about the work done on...
View ArticleCatalin George Festila: NVIDIA python module Theano.
I try to use python module Theano.First I install this python module.C:\WINDOWS\system32>cd C:\Python27C:\Python27>cd ScriptsC:\Python27\Scripts>pip install TheanoCollecting TheanoUsing cached...
View ArticleGlyph Lefkowitz: Sourceforge Update
When I wrote my previous post about Sourceforge, things were looking pretty grim for the site; I (rightly, I think) slammed them for some pretty atrocious security practices.I invited the SourceForge...
View ArticleCodementor: How to Scrape an AJAX Website using Python
Web scraping is a technique used to retrieve information from a web page using software. There are many tools to do web scraping with Python, some of them are:ScrapySkyBeautiful SoupRequestsThe problem...
View ArticleBrett Cannon: Changing blog hosts
Sometime on Tuesday, December 20, I'm planning on changing my blog host (there will be a post on the new host about the switch once it's happened). All the URLs for posts should continue to...
View ArticleDavid MacIver: Randomized exhaustive exploration of a many branching tree
Attention conservation notice: This post is largely an obvious in retrospect solution to an obscure problem.It’s a problem I spent a lot of time considering wrong or complicated solutions too though...
View Article