Category: Language learning

Posts related to language exploration

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
0

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

Stacking bits

I will show a very compact (memory efficient) and fast implementation of a binary stack, some Test Driven Design and success types

Prime Time

An introduction to coroutines, typestate machine, phantom types, iterators and ownership issues