Login
Discover
Waves
Communities
Login
Signup
Topics
#python
Global
Trending
Hot
New
Top
#python
New
Top communities
Create your community
latest #python created topics | Ecency
scipio
StemSocial
2026-07-24 08:55
Learn AI Series (#136) - Mini Project: Production AI Platform
Learn AI Series (#136) - Mini Project: Production AI Platform What will I learn How to wire the whole production arc from episodes #117-135 into ONE running system, not nineteen loose parts; a file-based
$ 0.985
27
1
scipio
StemSocial
2026-07-23 07:10
Learn AI Series (#135) - Building AI Teams and Processes
Learn AI Series (#135) - Building AI Teams and Processes What will I learn The distinct roles in an AI team and why they do not map cleanly onto the frontend/backend/QA boxes you already know; the ML lifecycle
$ 1.003
24
1
scipio
StemSocial
2026-07-22 08:03
Learn AI Series (#134) - AI Infrastructure Economics
Learn AI Series (#134) - AI Infrastructure Economics What will I learn What GPU compute actually costs across the big cloud providers -- and why the same A100 can cost you three times more depending on
scipio
StemSocial
2026-07-21 06:50
Learn AI Series (#133) - Synthetic Data Generation
Learn AI Series (#133) - Synthetic Data Generation What will I learn You will learn why synthetic data even exists -- the three itches it scratches: class imbalance, data scarcity, and privacy; CTGAN,
rayhanhiveman
Hive Learners
2026-07-24 17:56
Published via Ecency
Promoted
The Difference Between Purpose and Greed
I don't think we would progress this far in life if we never thought about our comfort. I think most of the things got invented because we wanted to make our life easier but the wanting to have more increased.
scipio
StemSocial
2026-07-20 08:25
Learn AI Series (#132) - AI for Structured Data
Learn AI Series (#132) - AI for Structured Data What will I learn You will learn why deep learning keeps losing to gradient boosting on tabular data -- the single most common data format in the entire
planetoceana
python
2026-07-19 09:09
Chess in Python: Tkinter GUI + Stockfish (UCI) with a “portable-safe” design
While building my chess project in Python (in Thonny), my goal was to create more than just a “board with pieces”. I wanted a practical desktop application that lets you play against a chess engine or
scipio
StemSocial
2026-07-19 08:42
Learn AI Series (#131) - Graph Neural Networks
Learn AI Series (#131) - Graph Neural Networks What will I learn You will learn why some data is fundamentally graph-shaped and loses its most valuable signal the moment you flatten it into a table or
scipio
StemSocial
2026-07-18 07:16
Learn AI Series (#130) - Causal Inference and ML
Learn AI Series (#130) - Causal Inference and ML What will I learn You will learn why correlation is not causation and why that gap quietly breaks ML systems the moment somebody uses their predictions
dazzler75
Photography Lovers
2026-07-21 13:44
Published via Ecency
Promoted
When everything changes
-71.07406, 45.00000
test
scipio
StemSocial
2026-07-17 07:37
Learn AI Series (#129) - AutoML and Neural Architecture Search
Learn AI Series (#129) - AutoML and Neural Architecture Search What will I learn You will learn hyperparameter optimization properly -- grid search, random search, and why random search quietly beats the
scipio
StemSocial
2026-07-16 07:47
Learn AI Series (#128) - Privacy-Preserving AI
Learn AI Series (#128) - Privacy-Preserving AI What will I learn You will learn differential privacy (DP) -- the one idea in this whole area that hands you an actual mathematical guarantee instead of a
samgiset
dev
2026-07-15 11:30
How Stanford helped me write my first Python code
I always saw code as a foreign and distant language, but deep down, I knew I wanted to lose my fear of it. What I never imagined was that my gateway into this world would be, of all places, Stanford
nucot
python
2026-07-15 10:17
Published via Ecency
!
New account with an unverified outbound link, Reveal content
Data Science with Gen AI with Python
As one of the practical data science and artificial intelligence training institutes in Bangalore, this program focuses on industry-aligned learning, such as pandas Python tutorials for beginners and other
idea-make-rich
Shadow Hunters
2026-07-23 05:05
Published via Ecency
Promoted
Winners 🎺Announcement🎺! "Guess the Shadow Contest-Round 105"
Namaste🙏, Shadow Hunters family! First Thanks to our hive family who all participated in this One Hundred Five round of the contest "Guess the Shadow Contest – Round 105" The wait is over🎉
scipio
StemSocial
2026-07-15 08:37
Learn AI Series (#127) - AI Security
Learn AI Series (#127) - AI Security What will I learn You will learn adversarial examples -- tiny, imperceptible perturbations that flip a confident classifier from "panda" to "gibbon",
scipio
StemSocial
2026-07-14 08:21
Learn AI Series (#126) - Distributed Training
Learn AI Series (#126) - Distributed Training What will I learn You will learn data parallelism with DistributedDataParallel -- the boring, brilliant workhorse that gets you from one GPU to hundreds by
scipio
StemSocial
2026-07-13 07:26
Learn AI Series (#125) - GPU Programming Basics
Learn AI Series (#125) - GPU Programming Basics What will I learn You will learn why GPUs are the beating heart of modern AI -- and why "a lot of small cores" beats "a few fast cores"
techcoderlabz
python
2026-07-12 14:32
#Learn #Python #Together | 🔥 Day 11 | #basics | #python #pip #package #manager #packagemanager
Learn Python Basics Together 🚀 | Day 11 Welcome back to our Python learning series! In today's lesson, we learn about PIP, Python's official package manager. Instead of writing everything from scratch,
onemoretea
Actifit
2026-07-23 21:29
Promoted
Roses come in many Colors - My Actifit Report Card: July 23rd, 2026
Welcome to Liquid Eye’s Actifit Blog Thursday ☀️ 9668 A day with rather mixed weather, with lots of wind and rain. Before the first rain, I walked around the peninsula, but without taking any long breaks.
techcoderlabz
HiveSuite Community
2026-07-12 14:24
#Learn #Python #Together | 🔥 Day 10 | #basics | #datetime #strftime #formatcodes #dateobjects
Learn Python Basics Together 🚀 | Day 10 Welcome back to our Python learning journey! In today's lesson, we learn how to work with Dates and Time in Python using the built-in datetime module. Understanding
scipio
StemSocial
2026-07-12 06:52
Learn AI Series (#124) - CI/CD for Machine Learning
Learn AI Series (#124) - CI/CD for Machine Learning What will I learn You will learn why CI/CD for machine learning is a genuinely harder problem than CI/CD for ordinary software -- the "artifact"
scipio
StemSocial
2026-07-11 07:46
Learn AI Series (#123) - Monitoring ML in Production
Learn AI Series (#123) - Monitoring ML in Production What will I learn You will learn why monitoring an ML system is a fundamentally different job from monitoring ordinary software -- models fail silently,
scipio
StemSocial
2026-07-10 08:28
Learn AI Series (#122) - Edge AI: Running Models on Devices
Learn AI Series (#122) - Edge AI: Running Models on Devices What will I learn You will learn why we push AI off the server and onto the device: latency, privacy, reliability, and cold hard cost; what the
Older →