I thought that I was done sending mass emails. Ups, not really. This time, it was necessary to add attachments. No problem, I said to my colleague:) Yes, you can enjoy the moments of being problem solver:) First, I saved the attachment to the same directory with my .py file, .csv file (for personalized messages),…
Narratives & Notions
Exploring your data with Python
In most areas of science, we need to do data analysis, and evolutionary psychology was no exception to that. A decade ago!, I was taught to use SPSS for data analysis. Recently, I see that R has been the rising star among psychologists. In this blog, I will try to show how to explore your…
Sending personalized mass emails with Python
Have you ever been in a position where you have to send 100 emails to 100 different people? I recently have. I also had to address the recipients in the email personally: “Dear Anton/Alex/etc.” High time to use Python and automatize my work! I will walk you through this short adventure, but I may not…
How I met with Python
2015 is the year that I first heard about Python (and I still, 99% of the time, misspell it as Pyhton). I was an MS student in cognitive science, and I had to take the course “Logic and Programming (Python)”. Our class included two types of students: the ones from social/natural sciences, and the engineers….