Posts by Tags

learning

Efficient programming with Python

2 minute read

Why is Python considered one of the most efficient programming language? Here is one simple example where Python results in 92% reduction of lines of code wh...

Identify strings made of matching symbols

5 minute read

Let’s build a function that mimics what happens in the text editor when the linter is checking for whether or not you remembered to close all of your opening...

Find the number of anagrams by words length

9 minute read

Let’s build an anagram finder together. An anagram is a word (or phrase) formed by rearranging the letters of a word (or phrase), typically using all the ori...

Real talk with a Data Scientist

1 minute read

I recently stumbled upon two video interviews published by Springboard of a real talk with a Google Data Scientist and another real talk with an Instagram Da...

My Data Journey Has Begun!

1 minute read

I am writing down this post at 9:32pm of July 6, 2019, and I am wondering what I will be like in 3, 5, 10 years from today.

Back to top ↑

interview

Identify strings made of matching symbols

5 minute read

Let’s build a function that mimics what happens in the text editor when the linter is checking for whether or not you remembered to close all of your opening...

Find the number of anagrams by words length

9 minute read

Let’s build an anagram finder together. An anagram is a word (or phrase) formed by rearranging the letters of a word (or phrase), typically using all the ori...

Back to top ↑

python

Efficient programming with Python

2 minute read

Why is Python considered one of the most efficient programming language? Here is one simple example where Python results in 92% reduction of lines of code wh...

Identify strings made of matching symbols

5 minute read

Let’s build a function that mimics what happens in the text editor when the linter is checking for whether or not you remembered to close all of your opening...

Find the number of anagrams by words length

9 minute read

Let’s build an anagram finder together. An anagram is a word (or phrase) formed by rearranging the letters of a word (or phrase), typically using all the ori...

Back to top ↑

case

Back to top ↑

data

My Data Journey Has Begun!

1 minute read

I am writing down this post at 9:32pm of July 6, 2019, and I am wondering what I will be like in 3, 5, 10 years from today.

Back to top ↑

data science

Real talk with a Data Scientist

1 minute read

I recently stumbled upon two video interviews published by Springboard of a real talk with a Google Data Scientist and another real talk with an Instagram Da...

Back to top ↑

sql

Back to top ↑