Browsing Tag
python
426 posts
Is Python to AI what Javascript is to the Web?
I have been experimenting with Gemini CLI and successfully used it to build a small apps and automation…
How to Train AI Model
Training a model using modern AI techniques involves several steps, and the process can vary depending on the…
A Smarter Way to Reinvest Liquidity Pool Rewards: Using Machine Learning on Solana
I started by tracking Orca LP rewards on Solana and ended up building a contextual bandit that learns…
👹 Longest Binary Subsequence K – LeetCode 2311 (C++ | JavaScript | Python )
👋 Hey, binary sleuths! 🕵️♂️💡 Today, we dive into a clever bit manipulation puzzle — LeetCode 2311: Longest…
Predict Like a Leader Without a Crystal Ball
Remember when “gut feel” was a leadership virtue? Cute. Meanwhile your competitors are spoon-feeding large-language models terabytes of…
🐲 Kth Smallest Product of Two Sorted Arrays – LeetCode 2040 (C++ | Python | JavaScript)
Hi, Developers! 📊💥 Today, we tackle an advanced binary search problem — LeetCode 2040: Kth Smallest Product of…
Why I Stopped Applying to FAANG Companies (And What I Learned Instead)
For years, landing a job at one of the Big Tech companies—Facebook, Apple, Amazon, Netflix, Google—was the goal.…
My First Week with Python: A Summer of Curiosity and Code
Hello, world! I’m a first-year engineering student from Madhav Institute of Technology & Science (Deemed University), currently on…
Execute Python with Shebang – Make Your Scripts Executable
When you write a Python script, you probably run it with a command like python script.py. But what…
Building “Yuh Hear Dem”: A Parliamentary AI with Google’s ADK and a Lesson in Agentic Design
Democracy thrives on transparency, but the raw data of governance—hours of parliamentary video, dense transcripts, and complex legislation—is…