R Kernel in Jupyter: Update

I was using my own  article “A R kernel in IPython notebook: Jupyter“, to install both Jupyter and the IRKernel on a small ASUS Eee PC Seashell 12” laptop that I use when we are on holidays. This runs Kubuntu, as most of the PCs in my household. Unfortunately the instructions I provided in July …

More

Scraping a Wordcloud with Python

This article has the objective of scraping a web site with the purpose of generating a wordcloud out of its text. The wordcould visualization of text is something that is becoming more and more popular, and you find it more and more  also in common TV shows, where some presenters have had the idea to …

More

The marvels of Python’s Matplotlib and Pandas

Today I will tell you a bit about my trip to the world of Python for scientific usage, and about two of the libraries that I found more amazing in general: Mathplotlib and Pandas. Matplotlib is an amazing 2D and 3D graphics library for generating matematical plots.It includes: Support for LATEX formatted labels and texts …

More