Yeah, you heard that right. This is part 6 of my Building Stocksimpy series, where I build...
From Cash to Stocks: Watch Your Portfolio in Action This is part 5 of my “Building...
Imagine being able to test your strategy in less than 10 lines of Python code, rather than...
StockSimPy is a lightweight Python library for simple stock backtesting. The goal is to understand...
A self-reflection on my past project — DiaGuide — and what I learned about “good code” I...
In this blog post, I will cover some of the best libraries to manage documentation, dependencies,...
Most of the stock back-testing tools and libraries I've seen are either too complex for beginners...
Hi there! If you are new to this series, “Building stocksimpy” is a series where I create a new...
This post is my submission for DEV Education Track: Build Apps with Google AI Studio. ...
🛠️ "The best way to learn to code is by building something real." That's the advice I have seen...
Picture this: you just finished an amazing movie on Netflix, and a suggestion pops up suggesting you...
Have you ever wondered how human-readable .py files run on your computer? How does a computer...
What is Binary Search Imagine you are playing a game where you try to guess a secret...
DiaGuide: Diabetes Risk Prediction App 👋 Introduction Hi there! Last week, I...