Reinout van Rees: Pygrunn: django channels - Bram Noordzij/Bob Voorneveld
(One of my summaries of the one-day 2016 PyGrunn conference).Django channels is a project to make Django to handle more than "only" plain http requests. So: websockets, http2, etc. Regular http is the...
View ArticleReinout van Rees: Pygrunn: Understanding PyPy and using it in production -...
(One of my summaries of the one-day 2016 PyGrunn conference).pypy is "the faster version of python".There are actually quite a lot of python implementation. cpython is the main one. There are also JIT...
View ArticleReinout van Rees: Pygrunn: simple cloud with TripleO quickstart - K Rain Leander
(One of my summaries of the one-day 2016 PyGrunn conference).What is openstack? A "cloud operating system". Openstack is an umbrella with a huge number of actual open source projects under it. The goal...
View ArticleReinout van Rees: Pygrunn: from code to config and back again - Jasper Spaans
(One of my summaries of the one-day 2016 PyGrunn conference).Jasper works at Fox IT, one of the programs he works on is DetACT, a fraud detection tool for online banking. The technical summary would be...
View ArticleReinout van Rees: Pygrunn keynote: Morepath under the hood - Martijn Faassen
(One of my summaries of the one-day 2016 PyGrunn conference).Martijn Faassen is well-known from lxml, zope, grok. Europython, Zope foundation. And he's written Morepath, a python web framework.Three...
View ArticleReinout van Rees: Pygrunn keynote: the future of programming - Steven Pemberton
(One of my summaries of the one-day 2016 PyGrunn conference).Steven Pemberton (https://en.wikipedia.org/wiki/Steven_Pemberton) is one of the developers of ABC, a predecessor of python.He's a researcher...
View ArticleMaurits van Rees: Martijn Faassen: Morepath under the hood
Python and web developer since 1998. I did Zope, and for a little while it was as popular as Python itself.What is this about? Implementation details, concepts, creativity, software...
View ArticleMaurits van Rees: Steven Pemberton: The future of programming
See the PyGrunn website for more info about this one-day Python conference in Groningen, The Netherlands.I am from the CWI, Center for Mathematics and Informatics, at Amsterdam, where Python was born,...
View ArticlePaul Roeland: Barcelona 2016 sprint update
This week, a group of 15 people is gathering in lovely Barcelona to work, experiment and play with new concepts for our favorite CMS, Plone. And we’re not the only ones, a few countries further north a...
View ArticleGil Forcada: Berlin 2016 sprint update
This week some Plonistas, unfortunately fewer than expected, meet at IN-Berlin to work towards a brighter future for Plone.Some of us resumed our work already started in Innsbruck sprint early this...
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 ArticleAsko Soukka: Plone Barcelona Sprint 2016 Report
For the last week, I was lucky enough to be allowed to participate Plonecommunitysprint at Barcelona. The print was about polishing the new RESTful API for Plone, and experimenting with new front end...
View ArticleWildcard Corp: Wildcard Featured in Stevens Point Journal
As a growing company that doesn't see itself slowing down any time soon, Wildcard is starting to grab the attention of people in the local Stevens Point area.An interviewer from the Stevens Point...
View ArticleRamon Navarro Bosch: What are we doing in PloneNG - Barcelona Sprint 2016
One week later I could get some time to write down what we did and which ideas are behind the Barcelona Sprint 2016...It all started two months ago when we where thinking about how we could organize...
View ArticleT. Kim Nguyen: ansible-playbook error "sudo: no tty present"
"sudo: no tty present and no askpass program specified"
View ArticleVikas Parashar: Google Summer of Code — Week 1
One week into coding period.Continue reading on Medium »
View ArticleWildcard Corp: Beer at Work: the Wildcard Tradition
Part of what we pride ourselves on as Wildcard Corp. is being able to work highly collaboratively as a team of experts at all rungs of the corporate ladder, even though many of us work remotely from...
View ArticleMakina Corpus: The world's simplest Python template engine
A template engine is a component able to render some data using a given string template.We use it extensively in web development (that's not surprising because web development is mainly about reading...
View ArticleGil Forcada: python 3 support one (of the many) step closer
During the Barcelona sprint (report from Paul and Ramon) there was quite some work to bring dexterity related packages to work both in python 2.7 and python 3.5.That work is mostly still pending to be...
View ArticleeGenix: eGenix PyRun - One file Python Runtime 2.2.1 GA
IntroductioneGenix PyRun™ is our open source, one file, no installation version of Python, making the distribution of a Python interpreter to run based scripts and applications to Unix based systems as...
View Article