frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: PyTogether, open-source lightweight real-time Python IDE for teachers

https://pytogether.org/
3•JawadR•7h ago
Google Docs for Python basically. For the past 4 months, I’ve been working on a full-stack project I’m really proud of called PyTogether; a real-time collaborative Python IDE designed with beginners in mind (think Google Docs, but for Python). It’s meant for pair programming, tutoring, or just learning Python together. It’s completely free. No subscriptions, no ads, nothing. Just create an account, make a group, and start a project. Has proper code-linting, live drawings for note-taking or teaching, voice chat, an extremely intuitive UI, autosaving, and live cursors. There are no limitations at the moment (except for code size to prevent malicious payloads).

Why build this when Replit or VS Code Live Share already exist?

Because my goal was simplicity (and education). I wanted something lightweight for beginners who just want to write and share simple Python scripts (alone or with others), without downloads, paywalls, or extra noise. There’s also no AI/copilot built in, something many teachers and learners actually prefer. Also its free lol

Tech stack (frontend): React + TailwindCSS CodeMirror for linting Y.js for real-time syncing and live cursors Skulpt to execute Python in the browser (for safety - I initially wanted Docker containers, but that would eat too much memory at scale. Skulpt has a limited library, so unfortunately imports like pygame wont work). I don’t enjoy frontend or UI design much, so I leaned on AI for some design help, but all the logic/code is mine. Deployed via Vercel.

Tech stack (backend): Django (channels, auth, celery/redis support made it a great fit) PostgreSQL via Supabase JWT + OAuth authentication Redis for channel layers + caching Fully Dockerized + deployed on a VPS (8GB RAM, $7/mo deal)

Data models: Users <-> Groups -> Projects -> Code Users can join many groups Groups can have multiple projects Each project belongs to one group and has one code file (kept simple for beginners, though I may add a file system later).

There were a lot of issues I came across when building this project, especially related to the backend. My biggest issue was figuring out how to create a reliable and smart autosave system. I couldn't just make it save on every user keystroke because for obvious reasons, that would overwhelm the database especially at scale. So I came up with a solution that I am really proud of; I used Redis to cache active projects, then used Celery to loop through these active projects every minute and then persist the code to the db. I did this by tracking a user count for each project everytime someone joins or leaves, and if the user count drops to 0 for a project, remove it from Redis (save the code too). Redis is extremely fast, so saving the code on every keystroke is not a problem at all. I am essentially hitting 4 birds with one stone with this because I am reusing Redis, which I've already integrated into my channel layers, to track active projects, and to also cache the code so when a new user enters the project, instead of hitting the db for the code, it'll get it from Redis. I even get to use Redis as my message broker for Celery (didn't use RabbitMQ because I wanted to conserve storage instead of dockerizing an entirely new service). This would also work really well at scale since Celery would offload the task of autosaving a lot of code away from the backend. The code also saves when someone leaves the project. Another issue I came across later is if people try sending a huge load of text, so I just capped the limit to 1 MB (will tinker with this).

Deployment on a VPS was another beast. I spent ~8 hours wrangling Nginx, Certbot, Docker, and GitHub Actions to get everything up and running. It was frustrating, but I learned a lot.

If you’re curious or if you wanna see the work yourself, the source code is here. Feel free to contribute: https://github.com/SJRiz/pytogether.

I’m still learning, so any feedback would be amazing (and contributions)!

Debugging Microsoft's Job Portal

http://blog.emilianbold.ro/2025/10/debugging-microsofts-job-portal.html
1•pierre-renaux•45s ago•0 comments

Ask HN: Anyone experimenting with local learning as a backprop alternative?

1•sabucha•1m ago•0 comments

Dumpalpha.com – Unofficial Roblox Dump [Alpha] Guide by Prompt2Tool

https://dumpalpha.com
1•prompt2tool•2m ago•1 comments

Show HN: Tired of memorizing file permissions, so I built chmod.info

https://chmod.info
1•madjidbr•4m ago•0 comments

Extra Usage for Paid Claude Plans

https://support.claude.com/en/articles/12429409-extra-usage-for-paid-claude-plans
1•qwertox•4m ago•0 comments

Microsoft: Windows Task Manager won't quit after KB5067036 update

https://www.bleepingcomputer.com/news/microsoft/microsoft-windows-task-manager-wont-quit-after-kb...
2•fleahunter•8m ago•0 comments

International Criminal Court Kicks Microsoft Office to the Curb

https://www.theregister.com/2025/10/31/international_criminal_court_ditches_office/
2•pseudolus•10m ago•0 comments

Show HN: I built an SEO tool that uses embeddings to analyze content relevance

https://www.keywordgrid.com/
1•adamclarke•11m ago•1 comments

List of Top 196 Web3 Developer Tools

https://moralis.com/web3-wiki/top/web3-developer-tools/
1•salkahfi•12m ago•0 comments

Oh my –. – Suspicious network traffic detected including Ransomware

https://dfir.ch/posts/suspicious_network_traffic_ransomware/
1•malmoeb•13m ago•0 comments

Full Stack Quantum Computing Architecture (2024) [video]

https://www.youtube.com/watch?v=tT1YLP5T71Y
2•freetonik•14m ago•0 comments

Show HN: Adnoxy – Analysis a brand's DNA to find its customers in the real world

https://www.adnoxy.com
1•Adnoxy•15m ago•0 comments

Show HN: goilerplate – A SaaS boilerplate for Go and templ and Htmx

https://goilerplate.com/
1•axadrn•16m ago•0 comments

Fewer people should run marathons

https://macwright.com/2025/11/02/fewer-people-should-run-marathons
1•bobbiechen•17m ago•0 comments

Moon Duchin on the Math of Gerrymandering

https://www.nytimes.com/2025/11/03/science/duchin-math-elections-gerrymandering.html
2•quapster•17m ago•0 comments

Show HN: AI Agent for a mobile robot in the real world

https://github.com/Yutarop/turtlebot3_agent
1•ponta17•18m ago•0 comments

Your AI hiring workflow comes at the cost of my loyalty and motivation

https://blog.avas.space/ai-hiring/
2•hackerbeat•21m ago•0 comments

US accused of threatening EU diplomats

https://www.politico.eu/article/us-accused-threats-eu-diplomats-bid-to-kill-green-shipping-rules-...
1•saubeidl•21m ago•0 comments

2025 GPU Price A100 and H100 Cloud Pricing and Availability

https://cast.ai/reports/gpu-price-2025/
1•Rainniis•25m ago•0 comments

Sam Altman says 'enough' to questions about OpenAI's revenue

https://techcrunch.com/2025/11/02/sam-altman-says-enough-to-questions-about-openais-revenue/
1•signa11•29m ago•0 comments

The UK's F-35 stealth fighter capability – UK parliament report

https://publications.parliament.uk/pa/cm5901/cmselect/cmpubacc/1232/report.html
1•atombender•32m ago•0 comments

Test

https://www.merriam-webster.com/dictionary/test
1•weddingday•33m ago•0 comments

Rockstar accused of 'the most ruthless act of union busting'

https://www.pcgamer.com/gaming-industry/rockstar-accused-of-the-most-ruthless-act-of-union-bustin...
4•praptak•37m ago•0 comments

Why NASA Got a New Space Suit [video]

https://www.youtube.com/shorts/EXFUvnBjMMY
1•keepamovin•38m ago•0 comments

WikiTiktok – Wikipedia Shorts

https://wikitiktok.vercel.app/
1•thunderbong•38m ago•0 comments

Europe's first driverless train makes debut in Czechia

https://www.expats.cz/czech-news/article/europe-s-first-driverless-train-makes-debut-in-czechia
1•clarionbell•41m ago•3 comments

Microsoft AI chief says only biological beings can be conscious

https://www.cnbc.com/2025/11/02/microsoft-ai-chief-mustafa-suleyman-only-biological-beings-can-be...
2•nh43215rgb•41m ago•1 comments

Headless PHP – as far as I understand the landscape

https://blog.fortrabbit.com/headless-php
1•esher•42m ago•0 comments

Stochastic Computing

https://scottlocklin.wordpress.com/2025/10/31/stochastic-computing/
1•emmelaich•47m ago•0 comments

New Version of Siri to 'Lean' on Google Gemini

https://www.macrumors.com/2025/11/02/new-version-of-siri-to-lean-on-google-gemini/
1•eyk19•49m ago•0 comments