ArticleExploring movie similarities with vector search algorithmsApr 13, 2026Movie similarity with pgvector and SQL, Qdrant with MovieLens dense and sparse vectors, and LangChain + Ollama RAG over the same catalog—embeddings, kNN, and grounded answers.Tags (7)PostgreSQLPgvectorQdrantPythonEmbeddingsRAGMachine Learning
ArticlePython library for MarketWatch virtual tradingApr 13, 2026PyPI package `marketwatch`—a Python client for MarketWatch’s virtual stock game (watchlists, games, portfolio, orders, leaderboard).Tags (5)PythonMarketWatchTradingFinanceOpen Source
TutorialA Method to Install Python Packages for Add-ons & Plugins in Blender (Windows, Blender 4.2+)Feb 8, 2025Automatic pip installs into Blender’s embedded Python via a user-writable modules folder, background thread, and UI popups.Tags (4)BlenderPythonPipAddons
ArticleChatGPT plugin with FastAPI — implementation outlineJun 1, 2024Checklist for a minimal ChatGPT plugin — FastAPI service, OpenAPI schema, auth, and hosting.Tags (6)ChatGPTOpenAIFastAPIPythonPluginTutorial
ArticleMultiple Technical Indicators Backtesting on Multiple Tickers using PythonMay 30, 2024Batch backtests with BatchBacktesting — EMA and MACD strategies, FMP/Binance APIs, and aggregated results across stocks and crypto.Tags (4)PythonTradingBacktestingCrypto
ArticleExperimenting with technical indicators using Python and backtestingMay 14, 2024BatchBacktesting walkthrough — EMA and MACD on many tickers, FMP/Binance APIs, and results (English counterpart to the French Medium article).Tags (3)PythonTradingBacktesting
ArticlePredicting Stock Prices with Monte Carlo SimulationsMay 14, 2024Monte Carlo path simulation in Python from historical returns—risk bands, quantiles, and hold-out coverage checks.Tags (4)PythonFinanceMonte CarloBacktesting