Mike Driscoll: PyDev of the Week: Paul Logston
This week we welcome Paul Logston (@PaulLogston) as our PyDev of the Week! Paul is the new maintainer for Pyvideo.org. He took over for Will Kahn-Greene. You can read more about the transition here. He...
View ArticleDoug Hellmann: webbrowser â Displays web pages â PyMOTW 3
The webbrowser module includes functions to open URLs in interactive browser applications. The module includes a registry of available browsers, in case multiple options are available on the system. It...
View ArticlePossbility and Probability: Debugging like Elon Musk
Every time I think Iâm doing pretty good with my projects, I take look over and see what Elon Musk is doing. Then I instantly feel like Iâm wasting my life. That guy does such huge things and he does âŚ...
View ArticlePython Engineering at Microsoft: Python in Visual Studio â15â Preview 5
Last week, Visual Studio â15â Preview 5 was made available for download. This release has a number of exciting changes and improvements for Python developers that we are going to be covering over the...
View ArticleEnthought: Geophysical Tutorial: Facies Classification using Machine Learning...
Published in the October 2016 edition of The Leading Edge magazine by the Society of Exploration Geophysicists. Read the full article here.By Brendon Hall, Enthought Geosciences Applications Engineer...
View ArticlePython Insider: Python 3.6.0b2 is now available
Python 3.6.0b2Â is the second of four planned beta releases of Python 3.6, the next majorrelease of Python.Among the major new features in Python 3.6 are:* PEP 468 - Preserving the order of **kwargs in...
View ArticleWesley Chun: Migrating SQL data to Google Sheets using the new Google Sheets API
NOTE: The code covered in this post are also available in a video walkthrough.UPDATE (Sep 2016): Removed use of argparse module & flags (effective as of Feb 2016).IntroductionIn this post, we're...
View ArticleDaniel Bader: Sublime Text plugin review: Djaneiro
Sublime Text plugin review: DjaneiroA review of Djaneiro, a Sublime Text plugin for Django development.Iâll admit I was skeptical at first when a friend of mine recommended Djaneiro to enhance my...
View ArticleContinuum Analytics News: Move Over Data Keepers: Open Source is Here to Stay
Company BlogTuesday, October 11, 2016Michele ChambersEVP Anaconda Business Unit & CMOContinuum AnalyticsIf you walked by our booth at Strata + Hadoop 2016 this year, you may have laid witness to a...
View ArticleMachinalis: Machinalis hired DRF's Tom Christie!
If you're into Python web development you've probably found yourself looking for a way to easily implement REST APIs on your backend, and Iâm quite sure you found that one of the most solid and robust...
View ArticleMike Driscoll: How to Create a Diff of an Image in Python
For the past couple of years, Iâve been writing automated tests for my employer. One of the many types of tests that I do is comparing how an application draws. Does it draw the same way every single...
View ArticleContinuum Analytics News: Esri Selects Anaconda to Enhance GIS Applications...
NewsWednesday, October 12, 2016Streamlined access to Python simplifies and accelerates development of deep location-based analytics for improved operations and intelligent decision-makingAUSTIN,...
View ArticleContinuum Analytics News: Continuum Analytics Launches AnacondaCrew Partner...
NewsWednesday, October 12, 2016Leading Open Data Science platform company is working with its ecosystem to drive transformation in a data-enabled worldAUSTIN, TEXASâOctober 12, 2016âContinuum...
View ArticleFrançois Dion: PyData Carolinas 2016 Tutorial: Datascience on the web
PyData Carolinas 2016Don Jennings and I presented a tutorial at PyData Carolinas 2016: Datascience on the web.The plan was as follow:DescriptionLearn to deploy your research as a web application. You...
View ArticleGiampaolo Rodola: Virtualize OSX on Linux
PreambleI've been a Linux user for something like 10 years now. In order to develop and maintain psutil on different platforms I've been using the excellent VirtualBox. With it, during the years, I've...
View ArticlePyPy Development: PyPy3 5.5.0 released
We're pleased to announce the release of PyPy3 v5.5.0. Coming four months after PyPy3.3 v5.2, it improves compatibility with Python 3.3 (3.3.5). We strongly recommend updating from previous PyPy3...
View ArticleDavid MacIver: Declaring code bankruptcy for the rest of 2016
This is a small PSA.It probably hasnât been too visible from the outside, but Iâve not been doing very well recently.In particular Iâve been finding my productivity has pretty much gone through the...
View ArticleOrbited: Ideas to throw the best birthday parties for your children
Every parent a know that when birthdays of their kiddos are coming, the latter expect to have the most amazing birthday party with their friends. For this reason, parents usually get anxious as they...
View ArticleDataquest: 27 Jupyter Notebook tips, tricks and shortcuts
This post originally appeared on Alex Rogozhnikovâs blog, âBrilliantly Wrongâ. Alex has graciously let us republish his post here.Jupyter NotebookJupyter notebook, formerly known as the IPython...
View ArticleImport Python: ImportPython Issue 94
Worthy ReadReview of Djaneiro, a Sublime Text plugin for Django development.django,sublimeIn this review Iâll explain how Djaneiro can make your Django development workflow more productive and Iâll go...
View Article