Fluent Python

On this article, I will share some of the interesting things I have learned while I was reading the book “Fluent python” by Luciano Ramalho.I will mostly focused on the first chapters. The book was recommended within the python community as one of the few that teach you important concept without being too basic or…

Adobe IO : JWT authentication with Python

On this article, I will guide you to create an JWT (JSON Web Token) authentication for Adobe. My example will be based on the Admin Console, the user management, because this is one of the few that are supporting the JWT authentication at the moment. Everything that is going to be explained now is a…

Adobe Admin Console – Groups & Profiles

This blog post will deal with the Admin console profiles and group set up. I will try to explain how theses exactly work together and how you should actually set them up. When you are managing a company with Adobe products, you used to have your management rights directly within your tool, be it Analytics,…

Adobe Customer Attributes

On this article, I will try to explain the Customer Attributes and how you can implement and leverage them within your company. As usual Customer Attributes has already been explained by Jan Exner Pedro Monjo on his blog (when it is not one, it is the other), feel free to check it out : https://www.pedromonjo.com/2017/07/customer-attributes/…

ES6 Javascript (or Pythonscript)

Hello everyone, On this article I will describe some new functionalities that came to JS from the ES6 released (I know it is late). I was never really interested on that, even if I knew them, because they were widely not supported. However, during the last year, most of the browsers have been updated and…

My Path Towards Data Science

OK I admit it! This title is a bit presumptuous, I should have named it something like “My path towards data analysis with python”, but temptation was too great; I had to have a clickbait title for this one… and here you are 😉 . In my company, there are proper data scientists and we…