by Erik Marsja | Dec 17, 2015 | Fun, Programming, Python
Rpy2 Tutorial: How to Run R in Python In this post, we are going to answer the question can you run R in Python? Of course, the answer is yes!; we can use the Python package rpy2. This package offers a Python interface to R. In this tutorial, we will learn how to...
by Erik Marsja | Dec 7, 2015 | Fun, Programming, Psychology, Python
In this post you will find some really good Python Blogs and Resources. Most of these really helped me when moving from proprietary software to free and Open Source software (e.g., PsychoPy written in Python). The links are divided into two categories: general and...
by Erik Marsja | Nov 2, 2015 | Fun, Programming, Psychology, Python
This rather long (counting the Python code) tutorial assumes that you are interested in scraping data off the web using Scrapy. It might also be limited to Linux. Here’s how to install a Python package using pip: pip install scrapy Note, if you need to you can...