Oracle Solaris & Oracle ZFS Storage Appliance, Security, Cryptography and general hints and tips. (more…)
Read more »
Regex is a group of characters which helps to find pattern within a string. Regex is used in lot of applications including the search engines, search and for find and replace in text documents Being a Data Scientist it is good to know regex which is found... (more…)
Read more »
Python dictionaries are one of Python's most common data containers. In this post, we'll explore why dictionaries are useful and how they work. (more…)
Read more »
Cache rules everything around me. `pyc` files can contain secrets and should not be checked in to source control. Use the standard Python [.gitignore](https://github.com/github/gitignore/blob/master/Python.gitignore). (more…)
Read more »
The future of python is asynchronous. This talk will take us from 0-60 in a retrospective journey to understand: Traditional request/response cycles Enhancem... (more…)
Read more »