Category: Language learning
Posts related to language exploration
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.
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.
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
A Trip to Jupyter Lab
A trip starts with a single step. Let's start a space trip to Python Analytics Galaxy
Climbing a (binary) Tree
In this post I will show how to transform a recursive depth first traversal function into an iterator for a binary tree
Stacking bits
I will show a very compact (memory efficient) and fast implementation of a binary stack, some Test Driven Design and success types