Codementor: Building a Movie Recommendation Service with Apache Spark &...
This Apache Spark tutorial will guide you step-by-step into how to use the MovieLens dataset to build a movie recommender using collaborative filtering with Spark’s Alternating Least Saqures...
View ArticlePython Insider: Python 3.5.0 has been released
Python 3.5.0 is now available for download.Python 3.5.0 is the newest version of the Python language, and it contains many exciting new features and optimizations.We hope you enjoy Python 3.5.0!
View ArticleStefan Behnel: What's new in Cython 0.23
It was really nice to hear Cython being mentioned in pretty much every second talk at this year's EuroSciPy in Cambridge, either directly or by promoting tools that were themselves written in Cython....
View ArticleThomi Richards: Kiwi PyCon: Connascence in Python
The always-spectacular Kiwi PyCon conference has been and gone. It was, as ever, a wonderful weekend. This year I gave a talk introducing the concept of connascence as a way to talk about coupling in...
View ArticleTwisted Matrix Labs: Twisted Devlog - September 2015
Hello everyone! This is something I'm going to try a bit more often -- writing about what's going on with Twisted, what changes are coming, what to expect, and how you can take advantage of what we're...
View ArticleReinout van Rees: z3c.recipe.usercrontab ported to python 3
z3c.recipe.usercrontab is a simple buildout recipe to add content to your buildout user's crontab.Our django sites often have something like this in our buildout configs, just to give you an idea of...
View ArticleCodementor: Building Data Products with Python: Using Machine Learning to...
This is the third part of our tutorial on how to build a web-based wine review and recommendation system using Python technologies such as Django, Pandas, SciPy, and Scikit-learn.In the first tutorial,...
View ArticleeGenix.com: eGenix mxODBC Zope DA 2.2.3 GA
IntroductionThe eGenix mxODBC Zope DA™ allows you to easily connect your Plone CMS or Zope installation to just about any database backend on the market today, giving you the reliability of the...
View ArticleNed Batchelder: Appveyor
I've just done a bunch of work on continuous integration for coverage.py. The biggest change is that now I've got Appveyor running Windows tests and building Windows kits.Appveyor is a good service:...
View ArticleChris Moffitt: Adding a Simple GUI to Your Pandas Script
IntroductionUsing python and pandas in the business world can be a very useful alternative to the pain of manipulating Excel files. While this combination of technologies is powerful, it can be...
View ArticleMike Driscoll: PyDev of the Week: Christopher Clarke
This week we welcome Christopher Clarke (@realchrisdev) as our PyDev of the Week. Christopher writes a Python blog that is worth your time perusing. You might also find his github profile interesting....
View ArticleABlog for Sphinx: ABlog v0.7.10 released
ABlog v0.7.10 is released to resolve Sphinx JSON/Pickle builder issues related to serialization.
View ArticleContinuum Analytics Blog: Python 3.5 support in Anaconda
Yesterday Python 3.5.0 final was released, and today we are happy to announce that Python 3.5, as well as many packages built against Python 3.5, are available through conda.
View ArticlePeter Bengtsson: django-semanticui-form
I'm working on a (side)project in Django that uses the awesome Semantic UI CSS framework. This project has some Django forms that are rendered on the server and so I can't let Django render the form...
View Article"Menno's Musings": Search Changes in IMAPClient 1.0
Following on from last week's post about the upcoming IMAPClient 1.0 release, I'd like to draw attention to some significant, compatibility breaking changes related to the handling of search...
View ArticleInvent with Python: Translate Your Python 3 Program with the gettext Module
You've written a Python 3 program and want to make it available in other languages. You could duplicate the entire code-base, then go painstakingly through each .py file and replace any text strings...
View ArticleTalk Python to Me: #25 Effective Python
What if you could bottle up all the wisdom and hard-fought experience of many expert Python developers and power up your own skills? That's what Brett Slatkin did and he put it in his book Effective...
View ArticleS. Lott: Exploratory Data Analysis in Functional-Style Python
Here are some tricks to working with log file extracts. We're looking at some Enterprise Splunk extracts. We can fiddle around with Splunk, trying to explore the data. Or we can get a simple extract...
View ArticleCodementor: Building Data Products with Python: Adding User Management to a...
This is the second tutorial on our series on how to build data products with Python. Remember that as a leitmotif we want to build a web-based wine reviews and recommendations website using Python...
View ArticleA. Jesse Jiryu Davis: Book Chapter: "A Web Crawler With asyncio Coroutines"
The chapter I wrote with Guido van Rossum about Python async coroutines is available now, as an early access release before publication.The chapter is part of "500 Lines or Less," the third book in the...
View Article