blog.idego.pl
Integrating Mako with Django 1.8 template backend subsystem
http://blog.idego.pl/2015/02/20/integrating-mako-with-django-1-8-template-backend-subsystem
Technology @ IDEGO GROUP. Friday 20 Feb 2015. Integrating Mako with Django 1.8 template backend subsystem. Django 1.8 release is coming soon, and one of the new important features is. Support for multiple template engines. Allowing to choose between template. Engines is mostly caused by the need for greater performance in complex. Templates and more convenient API for custom tags. the whole background story. Can be found here. Declared in settings (though of course old settings will remain compatible for.
blog.idego.pl
duck-typing - Technology @ IDEGO GROUP
http://blog.idego.pl/tag/duck-typing
Friday 20 Mar 2015. If it is a duck - it better quack like a duck. As you probably know - Python is a dynamically typed language. And it's a great feature of the language - it allows rapid prototyping, easier testing, makes codebase smaller, thus more comprehensible. This is only one side of the story though - as the project grows, the permissive nature of…. Page 1 of 1. Theme created by golem.io. Bull; Proudly published with Ghost.
blog.idego.pl
templates - Technology @ IDEGO GROUP
http://blog.idego.pl/tag/templates
Friday 20 Feb 2015. Integrating Mako with Django 1.8 template backend subsystem. Django 1.8 release is coming soon, and one of the new important features is support for multiple template engines. Allowing to choose between template engines is mostly caused by the need for greater performance in complex templates and more convenient API for custom tags. the whole background story can…. Page 1 of 1. Theme created by golem.io. Bull; Proudly published with Ghost.
blog.idego.pl
If it is a duck - it better quack like a duck.
http://blog.idego.pl/2015/03/20/if-it-is-a-duck-it-better-quack-like-a-duck
Technology @ IDEGO GROUP. Friday 20 Mar 2015. If it is a duck - it better quack like a duck. In this article I am going to explore existing solutions for type-inference in Python (at least those I am aware of). But before we jump into currently available solution, let's see what's coming in the future. At the end of 2014, beginning of 2015 a set of free new PEPs were drafted:. 482 - Literature Overview for Type Hints. 483 - The Theory of Type Hints. 484 - Type Hints. Tests/str plus int mypy.py, line ...
blog.idego.pl
metaclass - Technology @ IDEGO GROUP
http://blog.idego.pl/tag/metaclass
Tuesday 10 Feb 2015. How Django uses metaclasses. In this post I will explore Python metaclasses. There are many great posts out there explaining the mechanics and possible usages of metaclasses. Not many of them try to examine the actual usage in popular libraries though - so here's a niche I will try to fill with this article.…. Page 1 of 1. Theme created by golem.io. Bull; Proudly published with Ghost.
blog.idego.pl
lint - Technology @ IDEGO GROUP
http://blog.idego.pl/tag/lint
Friday 20 Mar 2015. If it is a duck - it better quack like a duck. As you probably know - Python is a dynamically typed language. And it's a great feature of the language - it allows rapid prototyping, easier testing, makes codebase smaller, thus more comprehensible. This is only one side of the story though - as the project grows, the permissive nature of…. Page 1 of 1. Theme created by golem.io. Bull; Proudly published with Ghost.
blog.idego.pl
Paging through the changes in Django Rest Framework 3.1
http://blog.idego.pl/2015/03/26/paging_through_the_changes_in_django_rest_framework
Technology @ IDEGO GROUP. Thursday 26 Mar 2015. Paging through the changes in Django Rest Framework 3.1. Pagination in DRF v2. In DRF v2 there was only one strategy of paginating data, configurable in views or globally in settings.py:. Class PaginatedListView(ListAPIView): queryset = ExampleModel.objects.all() serializer class = ExampleModelSerializer paginate by = 10 paginate by param = 'page size' max paginate by = 100. Improvements in version 3. Configuration changes and custom pagination schemes.
blog.idego.pl
backend - Technology @ IDEGO GROUP
http://blog.idego.pl/tag/backend
Friday 20 Feb 2015. Integrating Mako with Django 1.8 template backend subsystem. Django 1.8 release is coming soon, and one of the new important features is support for multiple template engines. Allowing to choose between template engines is mostly caused by the need for greater performance in complex templates and more convenient API for custom tags. the whole background story can…. Page 1 of 1. Theme created by golem.io. Bull; Proudly published with Ghost.
blog.idego.pl
ansible - Technology @ IDEGO GROUP
http://blog.idego.pl/tag/ansible
Tuesday 10 Mar 2015. Use the source, Luke - what's coming up in Ansible v2. If you are one of the almost 10k developers who starred ansible github repo, you might have noticed that at some point in time, a mysterious v2 directory appeared in the sources - containing alternative implementations of ansible and ansible-playbook. Is it the beginning of some new product, a complete…. Page 1 of 1. Theme created by golem.io. Bull; Proudly published with Ghost.
SOCIAL ENGAGEMENT