Category: Language learning
Posts related to language exploration
How I accelerated my development cycle for containerized python apps
introduction to statistical tests in Python
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.
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