Maurits van Rees: Artur Barseghyan: Modern authentication in Python web...
See the PyGrunn website for more info about this one-day Python conference in Groningen, The Netherlands.Part 1: Single Sign-on (SSO) using a Central Authentication Service (CAS).Without SSO you need...
View ArticleReinout van Rees: PyGrunn: Advanced continuous integration - Dirk Zittersteyn
(One of the summaries of the one-day 2014 PyGrunn conference in Groningen in the Netherlands).Dirk Zittersteyn introduces us to continuous integration.Always use version control. Even when you're...
View ArticleReinout van Rees: PyGrunn: SSL, CAs and keeping your stuff safe - Armin Ronacher
(One of the summaries of the one-day 2014 PyGrunn conference in Groningen in the Netherlands).Armin often talks at PyGrunn. I've got three older summaries: the future of wsgi and python 3 (2010), the...
View ArticleReinout van Rees: PyGrunn: Writing idiomatic python - Jeff Knupp
(One of the summaries of the one-day 2014 PyGrunn conference in Groningen in the Netherlands).Jeff Knupp wrote an ebook about writing pythonic code. The subtitle of his talk is towards comprehensible...
View ArticleMaurits van Rees: Jeff Knupp: Keynote: Writing idiomatic Python
See the PyGrunn website for more info about this one-day Python conference in Groningen, The Netherlands.Towards comprehensible and maintainable code.I am author of the Writing Idiomatic Python...
View ArticleConnexions Developers Blog: OpenStax College Android App Released
A new Android app that features the OpenStax College books was released on May 2nd. The features includeViewing released booksSaving Books or Pages to your BookmarksTake notes while readingExport your...
View ArticleAbstract Technology: Plone Open Garden 2014 - personal report
A summary of PLOG 2014: 5 days of talks, chat and sprints. In a sentence: a wonderful Plone event , with a wonderful community, in a wonderful place.
View ArticlePlone.org: Schedule of Talks for Plone Symposium Midwest Released
Only one month to go before PSM14!
View ArticleNetsight Developers: Optimising Local Role Security Reindexing in Plone
Ever since the introduction of local roles in Plone way back in the prehistoric ages, there has been a problem to contend with. This is that how do you get the site search in Plone to abide by the...
View ArticleAlex Clark: Matplotlib Plotting Cookbook Review
I was given a copy ofMatplotlib Plotting Cookbook by Alexandre Devertand asked to review it. Thanks PACKT!Here is my review.PrefaceBut first, I'll mention I've worked on two projects recently that...
View ArticleUW Oshkosh: one month to go until Plone Symposium Midwest
Only one month to go before the Symposium comes to Oshkosh, Wisconsin!Please register by this Friday, May 23; we will be placing our t-shirt orders the following Monday....
View ArticleStarzel.de: A reminder about catalog-indexes
Most new sites we create contain facetted search based on eea.facetednavigation. Thus we often create new indexes to make content searchable. One example is www.idea-frankfurt.eu where attributes and...
View ArticleAbstract Technology: Plone Mosaic sprint: improving the contents editor...
See you on 10-13 June 2014 in Barcelona, for the next Plone sprint: a jump towards the vision of Deco.
View ArticleAlex Clark: I love collective-recipe-plonesite!
Whenever I answer tech support questions, I usually begin with a clean slate, e.g.:$ pip install tmp virtualenv $ cd `tmp` $ virtualenv . $ bin/pip install zc.buildout $ bin/buildout init Then I edit...
View ArticleJazkarta Blog: Scalable Python Application Deployments on AWS OpsWorks
Here at Jazkarta we’ve been creating repeatable deployments for Plone and Django sites on Amazon’s AWS cloud platform for 6 years. Our deployment scripts were built on mr.awsome (a wrapper around...
View Article