Understanding Blockchain technology

BlockchainExplain blockchain like I’m five. Imagine you would have a magic book. There are people around the world who also have a copy of the magic book.No...

Beginning with Data Science

What is data science? To gain insights into data through computation, statistics and visualisation. The art of taking data - to be able to understand it - pr...

AI Basics

AI is giving the human abilities to machines so that they can see, hear, speak, learn like humans. Studying machine learningsource - https://ml.berkeley.edu/...

Better Python

Slicingsequence[start:end:step] used to get SUB-sequence of string, list, tuple can also be used to create COPY of sequence can be used to REVERSE sequence ...

Python

Features of Python Dynamic typing :keeps track of the kinds of objects your program uses when it runs; it doesn’t require complicated type and size declarati...

Ansible - basics

Ansible can be used for both configuration management and deployment What is configuration management?In configuration management, we describe the desired ...

Writing clean code

Contents Meaningful names Functions/Methods Meaningful names use intention-revealing names use pronouncable names The length of a name should correspond to...

Learning how to learn

Notes taken from the excellent course how to learn ThinkingMind has two modes of thinking : focused and diffused. focused mode : when a person concentrate...