Hands-on Big Data A daily journey about Big Data, the fuel to a new era.. http://handsonbigdata.com Welcome to Hands-on Big Data! <p>Welcome to my new blog about Big Data from a practice perspective. This blog aims to be a journey about what we can achieve with Big Data using examples and facing new challenges. Behind this buzz word that everyone is talking about, there is a mysticism. Everyone knows that is important and is changing the world, but not so much about how is working and what it can do for us.<br /> Well, using a old-fashion approach as a blog, I would like to take you through a journey on Big Data, and show you why this is game changer.</p> <figure class="highlight"><pre><code class="language-python" data-lang="python"><span class="k">def</span> <span class="nf">hello_big_data</span><span class="p">(</span><span class="n">name</span><span class="p">)</span> <span class="k">print</span><span class="p">(</span><span class="s">"Hi "</span> <span class="o">+</span> <span class="n">name</span> <span class="o">+</span> <span class="s">", welcome to the big data world!"</span><span class="p">)</span> <span class="n">end</span> <span class="n">hello_big_data</span><span class="p">(</span><span class="s">'&lt;your name&gt;'</span><span class="p">)</span></code></pre></figure> Sat, 27 Apr 2019 21:18:00 +0100 http://handsonbigdata.com/2019/welcome-to-handsonbigdata/ http://handsonbigdata.com/2019/welcome-to-handsonbigdata/