Viewing posts from July, 2017
Context managers is one of those features of Python that makes it extremely easy to write clean code. Context managers are extensively used by Python programmers, but very few understand how they work. Let us explore them a bit.
Logging is a very important aspect of software development and maintenance. It helps out the developer point out the bugs, errors, point of failures and potential vulnerabilities of an application. Thus it was but obvious that Django comes bundled with its own logging module.
Django's authentication system is highly customizable. Yet the default authentication is good enough for most use cases. However we might need to customize to suite our needs. We will explore the various methods of customization.
Redis is an open source, in-memory data structure store, used as a database, cache and message broker.
We have previously seen how to use grunt to automate the front-end builds. We will see how to do the same work with its alternative tool called gulp.
We develop web applications to our customers using python/django/angular.
Contact us at hello@cowhite.com