Ifeoluwa Adegbite
Ifeoluwa Adegbite @IAdegbite97604 ·
Starting a new project today. Building a web vulnerability scanner from scratch in Python as a student into cybersecurity. SQL injection. XSS. Misconfigured headers. The works. Documenting every step here. Day 1. Let's go. #BuildInPublic #CyberSecurity #Python
2
1
19
Docker HOL
Docker HOL @Dockerhol ·
FROM python:3.12-slim Your starting point — the base image. Like picking bread before making a sandwich. You don't bake the bread. You build on top of it. Think of it as: "start from this, then I'll add my stuff." dockerhol.com/blog/your-firs… #Docker #DevOps #Python #DockerCaptain
Your First Dockerfile: FROM, RUN, COPY & CMD Explained

So, you've been playing around with Docker for a bit. You pulled some images, ran a few containers, maybe even did a and felt like a genius. And then some...

From dockerhol.com
1
8
Alien 👽 Max | 🇺🇦 game developer
Alien 👽 Max | 🇺🇦 game developer @delaigrodela ·
My 12 year old son was at the mathematics museum in Kyiv today. Inspired by this, he made a maze in Python. Command line, WASD and Enter and you take a step. As an old Doom fan, I really like this. He is learning #python himself. He took second place in the city's math Olympiad
1
1
1.4K
Jon Osman II
Jon Osman II @Jondevcodes ·
Most people quit coding after `SyntaxError: unexpected EOF`. I see EOF as a challenge — not the end. 🔥 #Python #Mindset
4
DotFreeRave
DotFreeRave @FreeRave2 ·
Replying to @FreeRave2
W001-W003: Tag System Tags stored as comma-separated TEXT in SQLite — no join table needed at this scale. The tricky part? Querying them. A naive LIKE '%#py%' matches #python. Solution: 4-pattern query covering exact / start / middle / end positions.
1
20
Souvik Sarkar
Souvik Sarkar @Souvik4259 ·
While working on my weather app, I faced an issue with API responses. Sometimes the data wasn’t coming as expected. Took time to understand the response structure and fix it. Learning: always check the data format carefully. #Python #100DaysOfCode
31
Elvis Boves
Elvis Boves @BovesElvis ·
Day 17: Tkinter grid + file I/O! Learned to save text files: with open('file.txt', 'a') as output: output.write(data) 'a' = append mode (adds without overwriting) 17 DAYS STRAIGHT! #100DaysOfCode #Python
20
Sandy Veliz 🐍
Sandy Veliz 🐍 @sandy_veliz ·
I’ve been struggling with AI agents forgetting context in long sessions. RAG helps, but it feels like a patch. My Idea: What if we stop using chat history as memory and use a real-time Knowledge Graph instead? 🧵👇 #AIAgents #BuildInPublic #Python #LLMs
7
59
Anaserose
Anaserose @Anaserose ·
Day 45 of learning #backend with #Python 🐍🔨 Today I built a Silent Auction using Dictionaries!
 ✅ Stored bids as key-value pairs ✅ Used a while loop & break to control flow ✅ Iterated with .items() to unpack key-value pairs ✅ Tracked the winner # see code comments for mor3x
43
DotFreeRave
DotFreeRave @FreeRave2 ·
I kept losing payloads & code snippets during pentests. CopyQ felt too heavy; xclip had no UI. So I built my own for Kali Linux. What started as a weekend project is now DotGhostBoard v1.1.0! Here is what I learned building it #Python #Linux #CyberSecurity
1
19
Jean MDR
Jean MDR @0xmdr ·
O cenário da Inteligência Artificial, Bitcoin e OpenAI é um dos mais emocionantes da minha carreira. O dinheiro e as enormes assimetrias do mundo hoje estão na mesa para quem decidir se aprofundar no uso de Agentes Locais e Código! #ClaudeCode #Python
28