What are the top Python projects in Netflix OSS?
Netflix OSS is a set of open source tools developed by Netflix. Is there any interesting Python project worth your […]
5 piece of advise if you need to hire a Python Senior Engineer
You don’t know how to hire Senior Engineers. That’s the first assumption you should make. You might be friendly, charming, […]
A Production Runbook for deploying Python scripts in Ubuntu
Google what you don’t know. Try the Stack Overflow most upvoted answer. Type history in the command line, copy the […]
How to build a word cloud generator using Python and your sitemap
[Post inspired by Hamlet Batista] Remember those days where all the websites had a tag cloud? It was completely useless. […]
What’s the coolest way to send an email with Python?
AWS, Google App Engine, SendGrid, MailChimp and whatever services that come to your mind, you might think that coding a […]
5 days using Mixpanel – API Integration with Python (Day 5)
If you have use cases where your users aren’t interacting with your app or web, you can still track their […]
PyMySQL: Python3 + MySQL
Sometimes you just want to build a simple prototype to read/store data. You don’t want to spend too much time […]
Python and Ad Tech
Python is the favorite programming language of the Ad Tech companies. It is mainly used for data analysis, and analyzing […]
Python3 Building Blocks
I’ve been working with Python since 2011. I’ve read a few books and spent many hours in stack overflow. Once […]
MailChimp API + Python
There is no straightforward API integration. Yes, you can google “MailChimp API,” and you will find a nicely detailed API […]