Similarity measures and distances: Basic reference and examples for data science practitioners
10 Mar 2018 Measuring how far apart two points are is not as simple as you think and knowing how to use each can make predictive or exploratory models perform either very poorly or very well. Reference and examples including euclidean distance, manhattan distance, mahalanobis distance, etc.
Read More ›Python Docstrings: Reference & Examples
24 Feb 2018 Examples to help you document your Python code using any of the commonly used docstring styles.
Read More ›Crypto Asset Overview: Augur Project
18 Feb 2018 Short overview with the least you need to know about the Augur project and the REP token.
Python Logging: Reference and Examples
17 Feb 2018 Examples on how to setup and configure logging in Python applications.
Examples include log rotation, log rotation with compression, logging in Flask applications, etc. Read More ›Crypto Asset Overview: RChain Cooperative (RHOC)
16 Feb 2018 Short overview with the least you need to know about the RChain Cooperative.
Python Unit Testing with unittest: Reference and Examples
12 Feb 2018 Testing is needed in all but the most trivial applications. The unittest module is very widely used in Python because it's part of the standard library, starting with Python 2.1.
Read More ›SAS Examples: Proc Freq
08 Feb 2018 Proc freq is one of the most useful SAS proc for data analysis. Here are a couple of example to help you quickly put it to use.
Read More ›Crypto Asset Overview: Oyster Protocol
29 Jan 2018 Short overview with the least you need to know about Oyster (PRL).
Vim Examples: Configuration and the vimrc file
20 Jan 2018 Examples of configuration items you can adjust on vim to have it behave the way you want.
Read More ›Vim Examples: Navigation
20 Jan 2018 Examples on how to move around in vim. Includes things moving across lines, columns, words, etc.
Read More ›