Loops

Now if we want to repeat things we can use a wide variety of tools. Like : While loops Repeating action until condition is met Do not forget to increment the condition to avoid being stuck in an infinite loop. If your are just ctrl+c to stop the calculation For Read more…

Matplotlib

Matplotlib is used to…Plot your data into nice histograms and graphs. As you can imagine it is pretty important for Data scientists as it is used to get a visual of your data, explore it and get insights. Scatter plot How to put the x-axis on a logarithmic scale : Read more…