#StockSimPy
Curious how others handle project documentation. Do you automate it? Skip it? Obsess over it? Let’s chat.

#Python #OpenSource #Sphinx #DevDocs #buildinpublic #StockSimPy
July 18, 2025 at 4:01 PM
Change of plans: simplicity > depth

I’ve been building StockSimPy, a Python backtesting library, for ~2 months. At first I thought “the more complex, the more professional.”

⚡ Random indicators
🌀 Over-engineering
📋 Copy-paste overload

❌ Wrong.
August 28, 2025 at 12:49 AM
I broke it all down in this post:
📚 “Setting Up Proper Documentation with Sphinx — Building StockSimPy #1”
👉 medium.com/python-in-pl...
Setting up proper documentation with Sphinx docs — Building stocksimpy 1
Hi there! If you are new to this series, “Building stocksimpy” is a series where I create a new Python library from scratch, documenting…
medium.com
July 18, 2025 at 4:01 PM
So I’m pivoting → StockSimPy will be beginner-friendly:
📚 Students & newcomers
⏱️ Backtest in 5 lines of Python
💰 See profits/losses instantly

Full write-up here: medium.com/stackademic/...
A change in vision | Building Stocksimpy (Devlog 4)
Imagine being able to test your strategy in less than 10 lines of Python code, rather than spending hours with other libraries. This is…
medium.com
August 28, 2025 at 12:49 AM
🚀 I'm building my own Python library from scratch: StockSimPy
A beginner-friendly tool for simulating stock strategies.

🧠 Why? To learn Python deeply + help others learn too.

🧪 Week 0 Devlog is live 👇
🔗 medium.com/stackademic/...

Follow along — I'll be sharing every step, win, and bug 🐛
I am Building a Python Library from Scratch : Building StockSimPy|Week 0
🛠️ “The best way to learn to code is by building something real.”
medium.com
July 10, 2025 at 9:49 PM
Writing docs used to feel like a hassle—until I realized how powerful Sphinx is for Python projects.

For my latest project, StockSimPy, I decided to stop neglecting documentation and do it right from day one.
July 18, 2025 at 4:01 PM
Just hit 1000+ lines in my Python library stocksimpy!
🧠 200+ lines of core logic
📝 250+ lines of documentation
🧪 700+ lines of tests
I didn’t realize writing well-documented code would be this hard 😅

I’m building in public — follow my journey on Medium:
👉 medium.com/@suleymansad...

#Python #DevLog
July 14, 2025 at 11:54 PM
I dive into popular trading indicators — SMA, EMA, DEMA, and TEMA — and code them from scratch. No plug-and-play libraries. Just core logic, math, and learning by doing.

If you're curious how these actually work, I think you'll find it insightful.
📖 python.plainenglish.io/from-sma-to-...
From SMA to TEMA: Coding Technical Indicators in Python — Building stocksimpy 2
A beginner-friendly deep dive into moving averages with step-by-step code implementations using Pandas and NumPy
python.plainenglish.io
July 27, 2025 at 12:56 PM