javascript 20 February 2021 Update an image in real-time using Three.js Retrieving an image from a public API and draw it to a 3D plane using Three.js
matlab 4 February 2021 NumPy arrays from Python to Matlab Passing large NumPy arrays from Python to Matlab. This process takes place the Matlab's engine for Python.
opengl 27 November 2020 A visual guide for Linear Interpolation A visual guide to understanding the linear interpolation process using OpenGL with C++, performing a smooth transition between two points.
opinion 14 November 2020 Did you mean: Recursion Why this is one of the most exciting topics in Computer Science
C++ 20 October 2020 Building VTK 9 using Visual Studio Visual Studio 2019 + CMake + VTK source code = VTK binaries and libraries
python 15 October 2020 Calling Matlab code in Python How to call a Matlab script using Python code based on the Matlab Engine API for Python
python 12 October 2020 The ternary operator in Python The ternary operator ?: is part of the syntax in different programming languages used for conditional expressions. Is also known as conditional operator, inline if or just ternary if. Now, this is the theory which looks nice! But, how about in Python?
python 6 October 2020 Python game's engines compilation Including the source code repository (aka. Github)
story 1 October 2020 Simple & quick start with GitBook (and Github) How to start with GitBook for beginners
deep learning 2 September 2020 Data generator using a Sequence in Tensorflow 2 A simple example in how to use a custom data generator using TF 2
C# 28 July 2020 Writing a .CSV file in C# How to save a CSV file using C# using the CSV Helper library 😬
C# 26 July 2020 Cleaning a C# Form-based project using a .bat A .bat script to clean garbage files from your C# Form project
deep learning 24 July 2020 Coding a CNN for Medical Imaging using TensorFlow 2 A beginner's guide for developing a Binary Classification CNN in TensorFlow 2 on Medical Imaging
22 July 2020 One developer, multiple programming languages A compilation of 22 code challenges in 22 different programming languages 🤯