PyCharm: PyCharm 5.1 Beta is available
Today we announce the release of PyCharm 5.1 Beta, a feature-complete preview version of PyCharm 5.1.Download PyCharm 5.1 Beta build 145.184.12 from the Early Access Preview page or as a patch-based...
View ArticlePodcast.__init__: Episode 47 - Efene with Mariano Guerra
Visit our site to listen to past episodes, support the show, join our community, and sign up for our mailing list.SummaryEfene is a language that runs on the Erlang Virtual Machine (BEAM) and is...
View ArticleReuven Lerner: Yes, you can master regular expressions!
Announcing: My new book, “Practice Makes Regexp,” with 50 exercises meant to help you learn and master regular expressions. With explanations and code in Python, Ruby, JavaScript, and PostgreSQL.I...
View ArticleTim Golden: ESP8266 Dojo at Marks & Spencer Digital
I don’t usually reference chip names in my post titles, but this neat little chip was very much at the heart of yesterday’s London Python Dojo at Marks & Spencer Digital near Paddington.For those...
View ArticleDjango Weblog: Could you host DjangoCon Europe 2017?
DjangoCon Europe 2016 starts in less than a month, but we're already looking ahead to next year's conference. Could your town - or your football stadium, circus tent, private island or city hall - host...
View ArticleWeekly Python StackOverflow Report: (ix) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2016-03-04 16:12:27 GMTPython: understanding class and instance...
View ArticleContinuum Analytics News: Open Data Science Is the David Beckham of Your Data...
Company BlogPostedFriday, March 4, 2016Michele Chambers Chief Marketing Officer & VP ProductScreen Shot 2016-03-04 at 11.28.19 AM.pngIf data scientists were professional athletes, they’d be...
View ArticlePython Anywhere: Quickstart: TensorFlow-Examples on PythonAnywhere
Aymeric Damien's "TensorFlow Examples" repository popped up on Hacker News today, and I decided to take a look. TensorFlow is an Open Source library Machine Intelligence, built by Google, and Aymeric's...
View ArticleBruno Rocha: Microservices with Python, RabbitMQ and Nameko
"Micro-services is the new black" - Splitting the project in to independently scalable services is the currently the best option to ensure the evolution of the code. In Python there is a Framework...
View ArticleWill McGugan: What's the quickest way to get the result of your Python app or...
There a few options, but I'm going to suggest using the inthing Python module.First install inthing with PIP. You'll probably know if you need to use sudo or not:pip install inthing Now fire up Python,...
View ArticleDjango Weblog: Django bugfix releases issued: 1.9.4 and 1.8.11
Today we've issued bugfix releases for the 1.9 and 1.8 release series to correct a regression on Python 2 in this week's security releases (1.9.3 and 1.8.10). Details can be found in the release notes...
View ArticleFrançois Dion: The return of the Los Alamos Memo 10742 -
Modern rendering of the original 1947 Memo 10742The mathematician pranksterCan you imagine yourself receiving this memo in your inbox in Washington in 1947? There's a certain artistic je ne sais quoi...
View ArticleGiampaolo Rodola: Reimplementing netstat in C / Python
psutil 2.1.0 is out and with it I finally managed to implement something I've been wanting to have for a long time: netstat-like functionalities (see ticket). Similarly to "netstat -antp" on UNIX you...
View ArticleA. Jesse Jiryu Davis: Announcing Motor 0.6
Motor is the asynchronous Python driver for MongoDB. It is compatible with Tornado and asyncio.This is just a patch release with six bugfixes, but some fixes required tiny API changes that might affect...
View ArticleJamal Moir: How to Find Unclosed Tags and Brackets Using a Stack
This blog is a programming and Computer Science blog. Therefore the posts I have made and will make, have code embedded in them and for readability I thought it would be nice if there was some form of...
View ArticleDusty Phillips: Alternatives to Single Function Classes
In Stop Writing Classes, a talk every Python engineer should watch, Jack Diederich tells us to avoid classes that have a single method, such as:class ExampleCommand: def __init__(self, name,...
View ArticleMontreal Python User Group: Montréal-Python 57: Biogeographical Ascent
We are very proud the announce the speakers of our 57th meeting which will be held at home, at UQAM, next Monday, March 14th.Join us next Monday, at 6:00pm, the presentations will start at 6:30pm and...
View ArticleeGenix.com: eGenix pyOpenSSL Distribution 0.13.14 GA
IntroductionThe eGenix.com pyOpenSSL Distribution includes everything you need to get started with SSL in Python. It comes with an easy to use installer that includes the most recent OpenSSL library...
View ArticleMike Driscoll: PyDev of the Week: Chris Moffitt
This week we welcome Chris Moffitt (@chris1610) as our PyDev of the Week! Chris has been an active writer about Python on his blog and a speaker at DjangoCon. Let’s spend a few moments getting to know...
View ArticleContinuum Analytics News: Continuum Analytics Launches Anaconda Skills...
NewsPostedMonday, March 7, 2016Professional Development Residency Program Propels Scientists, Physicists, Mathematicians and Engineers into Data Science CareersAUSTIN, TX—March 7, 2016—Continuum...
View Article