Let us say that you want to search for a course to take, and there are many online courses on the Internet, making you confused. Instead of clicking on each and every course, and going back and forth to compare, if allowed, you can scrape the data and make your comparisons more conveniently. Let us…
Category: Uncategorized
Sending personalized mass emails via Python when the email list is taken from the Postgresql database
Hello! In one of my previous blog posts, I wrote about how to send personalized mass emails. However, in that blog post, we were taking the list of emails from a csv file. What if you have your list of emails in the PostgreSQL database? Imagine that you have a schema and under that schema,…
Getting a nutrition analysis via EDAMAM’s API
Hello! I recently came across EDAMAM and found out that it offers a free API for developers (not unlimited though) for nutritional analysis! After signing up, you create an app, and get an app id and app key. By using those along with the endpoint, it is possible to find out the nutritional analysis of…
Working on Google Sheets with Python
Why? Google sheets are widely used due to various reasons such as being free of charge and allowing multiple people to work on them. But if you want to document each move for your future self and/or for your colleagues, connecting to Google sheets via Python can be a good idea. The benefit of having…
Data visualization with Plotly
Plotly is an interactive data visualization library in Python, R, MATLAB, Perl, Julia, Arduino, and REST. I prepared a short notebook in Kaggle to show its usage and how the output looks like. I used the dataset indicating Covid19 World Vaccination Progress from Gabriel Preda. Initially, I created a static scatter plot with seaborn so…
Color Selection with Color Brewer (free-to-use tool)
Today I will talk about Color Brewer, my most-used (free!) color selection tool. Depending on your audience and topic, there are a few things to be considered when selecting the colors for your figure. For example, if you are going to present your figures to the public, then it is important to use color-blind-friendly colors….
Instagram data visualization exercise with Seaborn!
Hi there! It is been a while since my last post, and I wanted to come back with a fun little project! I have an instagram account where I mostly post food photos, with few followers, and I have the data of my posts reach, impressions, profile visits, likes, and comments. To create a common…
Back to Data Analysis: Correlation
The last time I wrote about data analysis, I shared how to navigate through the data and how to do the basic descriptive analysis. Now, high time to start diving in, and do some analysis such as correlation! For that we will install SciPy, Pandas, and Matplotlib libraries. I will talk about three different correlation…
Django Girls!
It has been a while since I wrote my last blog, and here I brought you news from a recent event, Django girls workshop! (For those who are wondering what Django is, it is a Python web framework.) Django girls is an excellent initiation for women who are interested in IT. They organize free workshops…
Python Pizza Event!
A few days ago, I attended the Python Pizza event for the first time. It was in Berlin, a city very much reminding me of Ankara. And a small tip for people going to Berlin via train from Prague on Friday: reserve a seat. We had to stand up half of our journey! Anyways, after…