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.
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)
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
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