Hi everybody, so today I’ll do a quick article as well and I’ll talk about a bug fix for an issue I had since I installed Babun, which is using cygwin, on Windows. I had a weird issue where the output wouldn’t get printed, so I decided to investigate a little bit. Where does …
Hi everybody, today I’ll talk about writing a bot in Python for Discord. It’s a project I had in mind since a long time, but I wanted to do something for Skype at the time (which was kind of harder to do). Since all of my friends moved to Discord, I’ll learn to write a …
Hi, today I’ll talk a little bit about the library “Click” for python, which is used to create nice interfaces for python, which has some interesting features. I won’t go into details about every options, and this article will be pretty quick. Why use click? The advantage of click is that it works on …
Hi everybody, today I’ll continue on my machine learning… learning. I won’t train a model myself just yet but rather, I’ll use a predefined model to try to classify images. ImageNet ImageNet is the visual database the models I’ll use are based on. It is a database of over 14 millions URLs with annotation. …
Hi guys! I love my workplace so much! With a cleaned room, some tea, chocolate and a lot of plants, I’ve never felt so relaxed. Gosh ♥. Today, I’ll try to talk about my master’s thesis (yup, once again) about space exploration and therapeutic architecture. Since I’ve met my professors for the feedbacks, a lot …
Hi guys. Today, I learned what is a Delaunay triangulation and how to use it. Delaunay triangulation is a geometrical algorithm used to link random plots into triangles with shortest distance edges. The triangulation is a dual graph with the voronoi geometry (blue) that maximize the visual area of each point, making it easier to …
Hi guys, I got a bit sick again I think. I am trying to wake up earlier than before, applying some chronotherapy theories. Anyway, I won’t talk about these theories tonight, I need first to make a list of when I woke up and when I go to bed, then analyzing the data with the …
Hi guys, Today, I learned two different things: – First, how to import and show an image with Tkinter from my documents in Python. – And then to show a map with custom coordinated points on an OSMap also running with Python. Import an Image with Tkinter I wanted to know how to import any …
Hi guys, I don’t understand a word of scripting and programming, so let’s learn something to make what I like: Dreamworld. Dreamworld is a previous imaginary world I created when I was young. It was a world I used to build with concept art for the only purpose to get out of this reality world. …
One subject I always wanted to work on was the Blender Python API, mostly for data visualization as I always found 3d more versatile than 2d to represent a subset of information. I’ve had the project to create a way to represent a rubik’s cube solving algorithm in mind since then and now I’ll try …