How to Get Sum of Series 1+3+5+7+…. +n in C Program
It is easy to get sum of series 1 + 3 + 5 + 7 + . . . + n in C program. In...
How to Get Sum of Series 1+2+3+4+5+…. +n in C Program
It is easy to get sum of series 1 + 2 + 3 + 4 + . . . + n in C program. In...
Why Uppercase for X and Lowercase for y is Used in Python Model
In terms of Linear Algebra, it is extremely common to use capital Latin letters for matrices (e.g. design matrix XX) and lowercase Latin letters for vectors (response vector yy)....
Keyboard Shortcuts for Jupyter Notebook
If you know the keyboard shortcuts for Jupyter Notebook it will be easy for you to code withing shortest possible of time. Top 5 Important...
Google Colab Notebook for Python
Sometimes we may require to work with Python without installing Python into your laptop or computer. It’s not a big deal in the present world...
Why Python?
Python is playing a big role in the present world of Data Science. Python is an open source high level programming language as well as...