profile image

Jorge T

PhD
from Biomedical Engineering to Python enthusiast

Latest Posts

Statistics - Hypothesis Testing

September 20, 2023, Jorge-T, tools science

Are your results significant (have they been obtained by chance or is there really a certain effect/relationship), is there a correlation between variables or are different techniques comparable...?



Know more

Command line arguments in Python

September 20, 2023, Jorge-T, python tools

As an example ls by default displays the contents of the directory. It can be given a positional argument, so called because the command knows what to do based only …

Know more

Getting started with OpenCV (from PyImageSearch)

September 20, 2023, Jorge-T, python computer-vision

Install the latest versions of OpenCV and imutils (used to simplify code) depending on your OS and IDE.

These codes are based on the fantastic beginner tutorials provided by

Know more

Design in 3D with Blender (CG Figures)

September 12, 2023, Jorge-T, science

This post starts by dealing with the basics of blender, along with many tricks to improve the final visualization, and provides a minimum idea about working in 3D. The final …

Know more

Computer Vision (from Kaggle)

August 27, 2023, Jorge-T, python machine-learning computer-vision

This is an introductory mini-course on Computer Vision (CV) created by Kaggle.

The idea of CV is to train a model, usually based on a neural network, to understand …

Know more