Alberto Agudo Domínguez
Blog
CV
About
Posts
My notes on programming, stats and AI
Module execution in Python: Import, python -m script.py, and python script.py
Have you ever wondered why you run
python -m venv myenv
and not
python venv myenv
?
Have you ever tried to run a Python file that imported another one of your local modules…
Jan 16, 2025
Alberto Agudo Domínguez
uv cheatsheet for package management in Python
Note: This post assumes previous Python package management knowledge, mainly virtualenv and pip.
Dec 18, 2024
Alberto Agudo Domínguez
How to host your Quarto blog in GitHub Pages
This blog was created through Quarto. Quarto is a markdown language developed by Posit with the aim of integrating different markdown languages for scientific and resource…
Feb 11, 2024
Alberto Agudo Domínguez
Welcome to this blog
Hi, this is Alberto. Welcome to my blog. I will use it as a platform to collate my notes and thoughts about different programming, statistics, and AI concepts. I intend to…
Jan 28, 2024
Alberto Agudo Domínguez
No matching items