Gaël Varoquaux: Better Python compressed persistence in joblib
Problem setting: persistence for big dataJoblib is a powerful Python package for management of computation: parallel computing, caching, and primitives for out-of-core computing. It is handy when...
View ArticleWeekly Python Chat: Live PyCon Chat
If you're a Python programmer who has never been to PyCon, join this chat to find out what PyCon is like.I'll be broadcasting live from PyCon. Special guests may include whoever happens to be in the...
View ArticleAnarcat: My free software activities, May 2016
Debian Long Term Support (LTS)This is my 6th month working on Debian LTS, started by Raphael Hertzog at Freexian. This is my largest month so far, for which I had requested 20 hours of work.Xen workI...
View ArticleDavid MacIver: You’re now all on commission
I would like more customers. This requires me more sales and marketing. I am bad at sales and marketing.The solution is of course to have someone else do it for me. Which is why you’re all now on...
View ArticleEuroPython: EuroPython 2016 Keynote: Jameson Rollins
We are pleased to introduce our second keynote speaker for EuroPython 2016: Jameson Rollins.About Jameson RollinsJameson is a staff scientist in the LIGO project, based at the California Institute of...
View ArticleIan Ozsvald: PyDataLondon 2016 Conference Write-up
We’ve just run our 3rd PyDataLondon Conference (2016)– 3 days, 4 tracks, 330 people.This builds on PyDataLondon 2015. It was ace! If you’d like to be notified about PyDataLondon 2017 then join this...
View ArticlePython Software Foundation: Python-Cuba Workgroup
Today I’d like to report on some of the progress that has been made as a result of last years' controversy over an April 1st joke post about a (fictional) PyCon to be held in Cuba. As you may recall,...
View ArticleDjango Weblog: Django 1.10 alpha 1 released
As part of the Django 1.10 release process, today we've released Django 1.10 alpha 1, a preview/testing package that represents the first stage in the 1.10 release cycle and an opportunity for you to...
View Articleبايثون العربي: موقع Github القيادة والسيطرة (الجزء الثاني) إنشاء الوحدات
في الأجزاء القادمة من هذه السلسلة سنكون قادرين على القيام بأعمال حقيرة مع أحصنة طراودة التي قمنا بإنشاءها مثل تسجيل ضربات لوحة المفاتيح ، إلتقاط صور للشاشة وقبل كل هذا دعونا نقوم بإنشاء بعض الوحدات...
View ArticleContinuum Analytics News: New Pip 8.1.2 Release Leaves Anaconda Cloud Broken...
Developer BlogPostedFriday, May 20, 2016Stephen Kearns Continuum AnalyticsThis is an important update for Anaconda Cloud users who are upgrading to the latest version of Pip. Due to changes in a recent...
View ArticleWeekly Python StackOverflow Report: (xx) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2016-05-21 06:52:12 GMTWhy a comparison with a comma at the end "(1,) ==...
View ArticleIan Ozsvald: Will we see “[module] on Python 3.4+ is free but only...
I’m curious about the transition in our ecosystem from Python 2 to Python 3. On stage at our monthly PyDataLondon meetups I’m known to badger folk to take the step and upgrade to reduce the support...
View ArticleEuroPython: PyData EuroPython 2016
We are excited to announce a complete PyData track at EuroPython 2016 in Bilbao, Basque Country, Spain, from July 14-24.PyData EuroPython 2016The PyData track will be part of the EuroPython 2016...
View ArticlePodcast.__init__: Episode 58 - Wagtail with Tom Dyson
Visit our site to sign up for the newsletter, explore past episodes, subscribe to the show, and help support our work.SummaryIf you are operating a website that needs to publish and manage content on a...
View ArticleBangPypers: Talks About Mesh Networks - 2016 May Meetup
May meetup happened at the Blue Jeans in Prestige tech park. 35 people attended the event. This time we had a series of talks about Mesh networks.Prasanna gave first talk. He explained about how...
View ArticlePyCon Australia: Tickets now on sale!
We are delighted to announce that online registration is now open for PyCon Australia 2016. The seventh PyCon Australia is being held in Melbourne, Victoria from August 12th – 16th at the Melbourne...
View ArticleAbu Ashraf Masnun: Building a Facebook Messenger Bot with Python
Facebook now has the Messenger Platform which allows us to build bots which can accept messages from users and respond to them. In this tutorial, we shall see how we can build a bot and add it to one...
View ArticleWeekly Python Chat: PyCon Sprints
If you're interested in contributing to open source but you've never been to a PyCon sprint, join this chat and learn what the PyCon sprints are really like.We'll chat with first-time contributors and...
View ArticleProgramando Ciência: Complex scatter plots on Python [PART III] – Inserting...
Hey scientist! How is it going? Do you remember our scatter plot based on IBGE [1] data? In the last post of this series we’ll make it even better, inserting labels indicating the states and defining...
View ArticleMikko Ohtamaa: Python standard logging pattern
(this article originally appeared in Websauna documentation)1. IntroductionPython standard library provides logging module as a de facto solution for libraries and applications to log their behavior....
View Article