Multi-Day Battery Arbitrage Analysis
Simulate a full year of constrained battery operation to understand profit variability and realistic annual expectations.
Explore comprehensive technical tutorials, programming guides, and insights from live coding sessions. Learn Python, data science, and modern web development.
Simulate a full year of constrained battery operation to understand profit variability and realistic annual expectations.
Analyze electricity prices to identify profitable charge/discharge windows for battery storage systems.
Access real-time and historical day-ahead electricity prices from the Spanish electricity market operator—no API key required.
A new Python library to quickly access and preprocess US energy data from the EIA API—perfect for making real-world charts and forecasts.
"Kernel died" when using pandas; that's when polars comes in handy.
Having a database that needs to be updated with new data published every day, how to automate script execution with GitHub Actions?
Understand the process of creating a normalized database to query historical information of energy programming units in the Spanish electrical system with practical examples.
Build robust database systems tailored to your business needs for seamless data storage, retrieval, and scalability.
Understand the steps to automate the preprocessing of I90 Excel files, detailing the operation of energy facilities according to daily generation programs.
Transform your Excel calculations into robust, scalable Python scripts and pipelines with Excel Automations.
Explore how AI Agents can automate script organization, handle inputs/outputs seamlessly, and execute commands through a chatbot interface, making your workflow more efficient and effortless.
New edition of the course "AI Trading Agents Integrated with News and ML Models".
New edition of the course "Applied Python: Data Manipulation and Visualization".
An in-depth analysis of the FAERS Q1 2024 data, focusing on drug frequency and adverse reactions.
New edition of the course "Applied Statistical Programming: Academic Projects", in collaboration with the Salamanca Association of Pharmacy Students (ASEF).
Learn how to access the European Medicines Agency's (EMA) European Union Drug Safety Surveillance (EUDRA) data through quarterly reports and APIs for post-market drug surveillance.
Learn how to access the FDA’s Adverse Event Reporting System (FAERS) data through quarterly reports and APIs for post-market drug surveillance.
Saturday, October 5, 2024.
This year, I will be collaborating with student associations from universities to organize live courses on the application of Data Analysis, Machine Learning and AI models using Python/R programming.
An quick example on how to use ChatGPT programmatically with Python.
Housing prices in Spain by Autonomous Communities since 2020 according to the National Statistics Institute (INE). Includes indices, quarterly variations, annual variations, and year-to-date changes.
Learn how to calculate the components of a solar self-consumption simulation to find the optimal power of solar panels to install.
Discover how to analyze and visualize MIBGAS contract prices using Pandas and Matplotlib. This tutorial guides you through data filtering, date handling, and interpolation techniques.
Weekly report (July 15 - July 21, 2024) of the market price spread in OMIE markets.
If you've invested valuable time developing your Machine Learning model, why not take advantage of it and put it to work calculating predictions in a web calculator?
How to differentiate technical professionals who truly understand from those who just grasp concepts: charlatans.
Which library should you use for data visualization in Python? Matplotlib, Seaborn, or Plotly? Learn the main differences between them and when to use each one.
Learn how to process multiple financial assets and include them in a report highlighting each asset's annual performance.
Using Bollinger Bands, we can create a trading strategy to buy and sell stocks based on the market's moving volatility.
Discover how to explain the influence of explanatory variables in a Machine Learning model that detects anomalies using SHAP values.
Learn how to automate trading strategies by programming buy and sell orders with Python using the Alpaca API.
Learn to statistically analyze the stock performance of a company with Python.
Automate your European energy analyses with Python and the ENTSO-E API. We explain step by step with practical examples.
Learn to integrate a Machine Learning model into an investment strategy and evaluate its performance using the backtesting.py library with Python.
Leverage the properties of DatetimeIndex in Pandas for more efficient time series analysis, from formatting the column to creating reports with pivot tables.
Learn to detect anomalies in time series with Python, using advanced techniques and Machine Learning algorithms.
Python tutorial to unstack the row categories into columns (long to wide table) to later create a heat matrix.
Learn how to highlight the most valuable cells in a Pandas pivot table that summarizes information on billionaires by country and industry.
Step by step, you'll learn how to download, preprocess, and visualize data from the Spanish Electric Grid's API using Python.
Understand the structure of the EIA API and learn how to use it with Python to automate the downloads and exports into an Excel.
A step-by-step guide to automatically download, export and visualize economic data from the St. Louis Fed using their API with Python.
Processing a new variable to distinguish the periods of the 2008 financial crisis improves the statistical relationship between Mortgage Rates (MR) and Inflation (CPI).