Author: Alexandre Blanchet

Early in my career, I specialized in the Python language. Python has been a constant in my professional life for over 10 years now. In 2018, I moved to London where I worked at companies of various sizes as a Python developer for five years. In parallel, I developed my activity as a Mentor, to which I now dedicate myself full-time.

Protected: Create a Python library

There is no excerpt because this is a protected post.

Read More

Deploy a Flask application to App server on Azure

Prerequisites: Restart your computer if asked by Windows Step 1: Prepare Your Flask Application Create a new project, for e.g: dockerImageExample Create a new Python file app.py in the project Create

Read More

Protected: Stream MP4 from S3 to a HTML page

There is no excerpt because this is a protected post.

Read More

Protected: Video streaming with ffmpeg and videojs

There is no excerpt because this is a protected post.

Read More

SCSS to CSS, Create a file watcher in PyCharm

I recently found a way to convert automatically SCSS files to CSS with PyCharm. Today, we will see how to create a file watcher and let it take care of everything.

Read More

PlantUML: Create a sequence diagram inside PyCharm

For many years, I was looking for an app to create sequence diagrams without hair-pulling. One day, I found PlantUML. During a recent work, one colleague gave me the best solution

Read More

Pycharm file template == Productivity

I just discovered how to create a PyCharm file template, which is very useful for saving time. As developers, we are often required to create new files with a structure similar

Read More

VPython: Easily create a 3D animation with Python

Through a mini project where we’ll arrange boxes in a container, we’ll explore VPython — a tool that allows you to easily generate a 3D scene from Python, viewable on a

Read More

ArchLinux on raspberry pi, Installation

In this tutorial, we will learn how to install ArchLinux on a Raspberry Pi, from formatting the SD card to logging in as a user. Prerequisites Finding the Path to the

Read More

Space invaders game in python – Part 1

In this tutorial, we will create a Space Invaders game in Python 3 with PyGame. Virtual environment To start building our space invaders game in Python, we create a new project,

Read More