Skip to main content

Posts

DIY Giant Sour Patch Kid in funfoods

Today I'm going to tell you how to make the  Giant Sour Patch Kid as part of DIY funfoods . You can do it too, and I'll even tell you how to make the mold.  So one of the first things we need to make our  Giant Sour Patch Kids  is a mold. And since I can't just go on Amazon and buy a  Giant Sour Patch Kid  mold, I have to make my own. So the first thing I did was print out a picture of a  Sour Patch Kid,  and cut it out just on a piece of paper. I just did the full length of the paper.  This is going to be our guide. And what I'm going to try is I've done this before with cookie cutters, making my own cookie cutter. And I'm going to see if this works as a mold too. So the first thing I did was I took a  cookie sheet , just lined it with some foil. That's simple. Next, what you're going to need is one of these which is a  disposable baking tin , and we're going to cut these up. These are pretty cheap. It...

NumPy Arrays and Data Analysis

We are going to discuss the  NumPy . So  NumPy  is a linear algebra library for Python . The reason why it is so important for data science is that it covers almost all of the libraries in the  PyData ecosystem , which relies on NumPy as one of their main building blocks. So one more thing, one more advantage we have, NumPy is also incredibly fast as it has bindings to the C libraries.  Okay, so first we are going to talk about the  installation process.  So to do that, if you are using a  Jupyter Notebook , you just need to do conda install NumPy . By using conda install NumPy , your NumPy will be installed.  And if you are not using  Jupyter Notebooks,  so simply go to your  PowerShell  and just install NumPy . As your  NumPy  is installed, now you need to do to  import  it in your program. So to do that, you just need to do import NumPy as NP. So NumPy h...

Google Analytics goals

N ow , Google Analytics is a great web analytics tool that can give you answers to a number of important questions about your website , your traffic , or even your online business in general. W ho is your target audience and what do they look like ? H ow do they find your website ? W hich pages generate the most traffic for your site ? W hat is the bounce rate for your website ? N ow , most business owners and webmasters focus on these metrics and pieces of information and for good reason . However, the problem, is that they never go beyond these parameters. S o while all of these pieces of information are very important to paint the overall picture of your business , they don't necessarily tell you things like how much revenue your website is generating or if your website is actually helping your business in generating a good ROI . A nd it's these metrics that are much more important . I n other words , beyond the analytics basics , you...