Tagged: Python

Python programming language

0

Hold the Line

We made quite a journey so far! Starting from Jupyter and Pandas we explored our datasets and created independent scripts. It is now the time to learn the basics of a very powerful tool: Linear Regression.
0

Coming back down to Earth

Our journey in the galaxy of Python analytics started with a visit on Jupyter where we met the Pandas and started our fearless exploration of data. It is sometime useful to leave the colorful interactive environment of Jupyter to create more prosaic standalone python scripts which are easier to automate or included in a larger project.
0

Data: the final frontier

After heading onto Jupyter and meeting the Pandas let's boldly go where no one has gone before! Here are some powerful tools to explore and discover new lifeforms into our data

Meet the Pandas

We started our space trip to the galaxy of Python Analytics heading onto Jupyter . Now it’s time to meet some of the most fascinating inhabitants: the pandas

Python REPL

We are going to explore one of the most interesting feature of python: an interactive command line also known as REPL

Python Intro

how are values created in the source code of python, how to create basic expressions and use basic containers