These are my blogs
and also my life

String interpolation in Python and R (the best ways)
2020-10-06 useful package tips
What are the different ways of executing code within a string of text in Python and R? This post looks into the good and arguably best forms of string interpolation in two of the most popular programming languages for data science. Read More
Solving the FizzBuzz problem in R and Python
2020-08-24 practice
Small practice problems can be fun and challenging ways to test your programming skills! Solutions in R and Python to the FizzBuzz problem are provided at the end. Read More