Gocept Weblog: Towards RestrictedPython 3
The biggest blocker to port Zope to Python 3 is RestrictedPython.What is RestrictedPython?It is a library used by Zope to restrict Python code at instruction level to a bare minimum of trusted...
View ArticleTalk Python to Me: #82 Grokking Algorithms in Python
Algorithms underpin almost everything we do in programming and in problem solving in general. Yet, many of us have partial or incomplete knowledge of the most important and common ones. In this...
View ArticleGlyph Lefkowitz: What Am Container
Perhaps you are a software developer.Perhaps, as a developer, you have recently become familiar with the term "containers".Perhaps you have heard containers described as something like "LXC, but...
View ArticlePeter Bengtsson: Django test optimization with no-op PIL engine
The Air Mozilla project is a regular Django webapp. It's reasonably big for a more or less one man project. It's ~200K lines of Python and ~100K lines of JavaScript. There are 816 "unit tests" at the...
View ArticlePython Software Foundation: Power Of "We": PyCon CZ Keynote Speaker Ana Balica
Next week Ana Balica will give her first keynote, but she isn't nervous. At least, not yet. "I definitely will be before going on stage," she says. "That’s a natural response; you can’t help it."...
View ArticleImport Python: Apologies Planet Python Subscribers
This is Ankur from Import Python. Day before yesterday the planet python feed aggregated lot of our previous old post. My apologies for the mistake. Code introduced to test new feed generation ended up...
View ArticlePatrick Kennedy: Relational Database Migrations using Flask-Migrate
IntroductionIn this blog post, I’ll show how to use the Flask-Migrate module to simplify database schema changes for a Flask web application that is using SQLAlchemy. The Flask-Migrate module is...
View ArticleContinuum Analytics News: Announcing the Continuum Founders Awards
Company BlogFriday, October 28, 2016Travis OliphantChief Executive Officer & Co-FounderContinuum AnalyticsTeam AwardThis award is presented to a team (either formal or informal) that consistently...
View ArticleWeekly Python StackOverflow Report: (xliii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2016-10-28 17:40:07 GMTSet literal gives different result from set...
View ArticleTwisted Matrix Labs: Twisted 16.5.0 Released
On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 16.5!The highlights of this release are:Deferred.addTimeout, for timing out your Deferreds! (contributed by...
View ArticlePyCon: The PyCon 2017 site has launched — thank you to our Launch Day Sponsors
The new PyCon 2017 web site recently went live, and the conference volunteers have worked hard bring the new site up-to-date with all of the essential details about 2017’s schedule, venue, and hotels....
View ArticleEuroPython Society: EuroPython 2017 will be held in Rimini, Italy
After carefully reviewing all proposals we had received and intense discussions with the teams, the EuroPython Society (EPS) is happy to announce the decision to accept the proposal from the Italian...
View ArticleEuroPython: EuroPython 2017 will be held in Rimini, Italy
After carefully reviewing all proposals we had received and intense discussions with the teams, the EuroPython Society (EPS) is happy to announce the decision to accept the proposal from the Italian...
View ArticleArmin Ronacher: I don't understand Python's Asyncio
Recently I started looking into Python's new asyncio module a bit more. The reason for this is that I needed to do something that works better with evented IO and I figured I might give the new hot...
View ArticleBrett 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 ArticleExperienced Django: KidTasks: Simple Class Based Views
For this post I’ve taken some advice from a python talk I watched a few weeks ago and converted some of my function-based-views (FBV) to class-based-views (CBV). I found this simple and very cool for...
View ArticleContinuum Analytics News: Self-Service Open Data Science: Custom Anaconda...
Developer BlogMonday, October 31, 2016Kristopher OverholtContinuum AnalyticsEarlier this year, as part of our partnership with Cloudera, we announced a freely available Anaconda parcel for Cloudera CDH...
View Articlehypothesis.works articles: 3.6.0 Release of Hypothesis for Python
This is a release announcement for the 3.6.0 release of Hypothesis for Python. It’s a bit of an emergency release.Hypothesis 3.5.0 inadvertently added a dependency on GPLed code (see below for how this...
View ArticleImport Python: ImportPython Issue 96
Worthy ReadSearch all Import Python Newsletters. By Tag, Keywords, Issue No.importpythonHello Subscribers. If you ever want to find an article we curated and don't rememeber the issue ?. Or you want to...
View Article