R and Ggplot Courses on Udemy

Prof. Charles Redmond has produced a series of short courses on the udemy.com platform. The courses follow the principle of being finalized to a specific task, and the tasks, in the first three courses of the series, follow logically from each other. These first three courses are: R, GGPlot and Simple Linear Regression R, GGPlot …

More

The Data Scientist’s Toolbox

July 6 2015 was one of the starting dates for the Data Scientist’s Toolbox course, taught by Prof. Jeff Leek of Johns Hopkins’ University. This course is an introductory overview of the other courses of Johns Hopkins’ Data Science Specialization available on Coursera. There are several interesting aspects in this specialization among which the use …

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