suleymansade.bsky.social
@suleymansade.bsky.social
2 followers 11 following 25 posts
Posts Media Videos Starter Packs
Mentors are only for professional people. Well, no.

Students actually need mentors even more due to their inexperience.

But why do students need mentors?
> To fight impostor syndrome
> Prevent bunout
> And more...

Read the full article👇
t.co/lyUzufa2Qj
Other libraries already do that — but they’re too confusing for beginners.

Sometimes you just want to test:
SMA50 > SMA100

You shouldn’t need 200 lines of code for that.
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.
Productivity is everything when you're deep in Python dev.

I wrote a breakdown of my favorite libraries that save time and help ship cleaner code.

🧪 pytest
🧼 black & ruff
📦 poetry

Full post:
medium.com/top-python-l...

Got a tool you swear by? I want to hear it.

#Python #devtools #buildinpublic
🐍 Top Python Libraries to Supercharge Your Productivity
In this blog post, I will cover some of the best libraries to manage documentation, dependencies, testing, formatting, and much more.
medium.com
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
Curious how others handle project documentation. Do you automate it? Skip it? Obsess over it? Let’s chat.

#Python #OpenSource #Sphinx #DevDocs #buildinpublic #StockSimPy
The best part? Once set up, adding new modules and functions to your docs takes just a few lines of config.

It’s a game-changer for long-term maintainability.
Why spend time on docs?

They make your code usable by others (and your future self)

They boost credibility—especially for open-source work

And with Sphinx, maintaining them doesn’t feel like a second job
In my latest blog post, I cover:
✅ How to set up Sphinx in minutes
✅ Autogenerating docs from your code with autodoc
✅ Using Google-style docstrings and napoleon
✅ Making your docs future-proof and contributor-friendly
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.
Excited to share more projects like this soon.
Follow if you're into #AI, fast builds, or ML deployment 🚀
Streamlit Cloud hosted the app.
All I needed was a GitHub repo and a requirements.txt.
Push and deploy!
The app was built in Streamlit.
→ No frontend coding
→ Fast and responsive
→ Easy deployment
I tested 3 ML models:
– Logistic Regression
– Random Forest
– Gradient Boosting

Logistic Regression had AUC ~0.81 and was fastest, so I picked it.
I cleaned a public dataset and chose to remove income and education, which only improved accuracy slightly.
The focus was on trust and accessibility, not just numbers.
The goal:
– Predict diabetes risk
– Use ethical, transparent modeling
– Deploy it on the web

I called the project DiaGuide.
I built a diabetes risk prediction app using Python, ML, and Streamlit in just 48 hours.
Here’s a breakdown of how it went 👇

#MachineLearning #Python #Streamlit #Hackathon
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
Just wrote about why we say “please” and “thank you” to ChatGPT — even though it’s just a machine. 🤖💬
Is it politeness, psychology, or something deeper about how we connect with AI?
Check it out and let me know what you think!
👉 medium.com/@suleymansad...
#AI #ChatGPT #TechPsychology #HumanMachine
🗑️ Garbage in, garbage out.
How does AI know what you want before you do?
It all starts with quality data 📊 and solid feature engineering.
I wrote about why good data matters and how to get it right:
👉 medium.com/ai-in-plain-...
#AI #DataScience
🚀 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