Category: Language learning
Posts related to language exploration
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.
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
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 starts with a single step. Let's start a space trip to Python Analytics Galaxy
Learning should be fun: sharing an experience teaching python
creating a tree which works in embedded devices
In this post I will show how to transform a recursive depth first traversal function into an iterator for a binary tree
I will show a very compact (memory efficient) and fast implementation of a binary stack, some Test Driven Design and success types
An introduction to coroutines, typestate machine, phantom types, iterators and ownership issues
In this post we will extend our binary tree using generics and trait constraint, and add a simple sorting algorithm based on depth first traverse.