In my post about print(), we briefly mentioned built-in functions which are named prewritten codes that we use do certain tasks multiple times. Besides print(), there are many other useful…
A collection is not a strange concept. It is just a bunch of objects put together for a certain reason. You may have a collection of pictures, songs, books, movies,…
Have you ever challenged yourself while exercising like "I will run 10 rounds of this park" or "I will run as many rounds as I can"? If yes, basically, you…
The road of life has countless of forks. At each of those, you decide which turn to take depending on facts that you know. If you like computer science, you…
In this post, I will give you a brief introduction on built-in functions in Python. Then, we will get into more details about a very useful function, the print() function.…
So please be a bit patient, because before diving in data analytics, we still have something to do. As you may have guessed, that is to get used to the…
Jupyter Notebook is an Integrated Development Environment (IDE, basically an application that supports writing codes) for multiple languages including Python. Jupyter notebook is increasingly seeing more and more usages in…
Now that we have some ideas on what is data and what we can do, we can start getting into the actions! Let us not rush ourselves however, because there…